@charset "utf-8";

/*
Theme Name: Katzenschutzbund Essen e.V.
Theme URI: http://www.katzenschutzbund-essen.de
Description: Individuelles Layout für den Katzenschutzbund Essen e.V.
Version: 1.0
Author: Robin Ahle
Author URI: http://www.robbfolio.de
Tags:
Text Domain: Robin Ahle
*/

/*****************************
*	CLEAR					 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
	
/*****************************
*	SYSTEM TAGS				 */

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.75em;
	line-height: 120%;
	color: black;
	background: white url("images/rahmen/hintergrund.gif") repeat-x 0 162px;
}
	
img {
	float: left;
	display: inline;
	border: 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}
		
p {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: none outside;
	padding: 0;
	margin: 0 0 1.5em 0;
}

/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font-size: 1.75em;
	color: black;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
}
	
h3 {
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
}
	
h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

/*****************************
*	RAHMEN				 	 */

#rahmen {
	width: 992px;
	float: left;
}

#links {
	width: 348px;
	float: left;
}

#links ul {
	width: 158px;
	float: left;
	clear: both;
	display: inline;
	
	list-style: none outside;
	
	margin-left: 190px;
}

#links ul li {
	width: 100%;
	float: left;
	clear: both;
	margin: 8px 0;
}

#links ul a {
	color: #9c9e9f;
	font-weight: bold;
	text-decoration: none;
}

#links ul a:hover {
	color: #000;
}

#links ul .current_page_item a,
#links ul .current_page_parent a {
	color: #000;
}

#inhalt {
	width: 428px;
	float: left;
	position: relative;
	
	padding-right: 25px;
	margin-top: 78px;
}

#inhalt ul {
	width: 100%;
	clear: both;
	list-style: disc outside;
	margin-left: 1.125em;
}

#inhalt ul li {
	/*background: url("images/rahmen/list-img.gif") no-repeat 0 2px;
	padding-left: 1.5em;*/
	margin-bottom: 0.5em;	
}

#infobereich {
	width: 175px;
	float: left;
	
	margin-top: 78px;
}

#infobereich div {
	width: 100%;
	float: left;
	
	padding: 21px 0;
	border-top: 4px solid #000;
}

#infobereich div img {
	margin-bottom: 10px;
}

#infobereich div#tagcloud {
	line-height: 20px;
}

#infobereich div#tagcloud a {
	text-decoration: none;
}

#infobereich div#tagcloud a:hover {
	color: #9c9e9f;
}

#fuss {
	width: 644px;
	float: left;
	padding-left: 348px;
	margin: 50px 0 25px 0;
}

/*****************************
*	KLASSEN				 	 */

/*### BILDER ###*/

.alignleft {
	margin: 0 1.5em 1em 0;
}	

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}
	
.alignnone {
	float: none;
	clear: both;
	margin: 1.5em 0;
}

.wp-caption-text,
small {
	font-size: 0.9166em;
}

/*### DIVERSES ###*/

.clear {
	float: none;
	clear: both;
}

/*****************************
*	KLASSEN				 	 */

hr {
	float: none;
	clear: both;
	height: 1px;
	line-height: 1px;
	background: none;
	border-top: 1px dotted black;
	margin: 2em 0;

}

.logo {
	margin-top: 133px;
}
