/*
	CSS-Definition fuer Tierfreunde eV Kamen
	basiert auf der CSS Datei von Bianka Martinivic
	V 1.0 - 2006
	V 1.1 - 18.09.2007
	V 1.2 - 14.12.2007 Einf�gen des Spendenbutton
	
*/

/* Typselektoren */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color : #000;
	background: #fff;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #333399;
	background: transparent;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #C4D8E1;
	background: #333399;
	text-decoration: none;
}

a img {
	border: 0 none;
}

h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: transparent;
}

h1{
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	background: transparent;
}

p, li {
	font-size: 0.9em;
}

p {
	line-height: 135%;
}

ul {
	margin-left: 30px;
}

li {
	list-style-type: disc;
}

address {
	font-style: normal;
	font-weight: bold;
}


/* ID-Selektoren */

#container {
	color: #000;
	border: 1px solid #000;
	background: url(./grainblue2.jpg) left repeat-y;
	width: 98%;
}

p.containerbottom {
	clear: both;
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
	color: #000;
	background: #C4D8E1;
	border-top: 1px solid #000;
}

/* Seitenkopf */
#header {
	height: 92px;
	width: 100%;
	background: url(./grainblue.jpg);
	border-bottom: 1px solid black;

}

#logo {
	color: #fff;
	background: url(./tierfreunde.jpg)no-repeat;
}

#main{
	margin-left: 200px;
	padding: 20px;
	color: #000;
	background: transparent;
}

p.mainbottom {
	clear: both;
	height: 0.4em;
}

#navigation {
	float: left;
	width: 200px;
	color: #000;
	background: transparent;
}


#left {
	float: left;
	background: url(./left.jpg) top left repeat-y;
	width: 35px;
}

#donate {
	float: left;
	width: 85px;
	height: 35px;
	margin-top: 20px;
	margin-left: 10px;
	color: #000;
	background-color: transparent;
}


#bot_logo {
	float: left;
	width: 85px;
	height: 15px;
	margin-top: 20px;
	margin-left: 10px;
	color: #000;
	background-color: transparent;
}





#menu {
	float: left;
	font-size: 0.9em;
	margin-left: 1px;
	width: 164px;
	color: #000;
	background: transparent;
}

#menu li {
	margin-top: 3px;
}

#menu ul {
	list-style-image: url(./tatze.gif);
}

#menu a {
	text-decoration: none;
}

#content{
	font-size: 0.80em;
}

#content h1, #content h2, #content h3 {
	margin: 10px 0 ;
}

#content p {
	margin-top: 10px;
}

#content ul {
	margin: 10px 5px;
}

#content li {
	margin: 0 0 5px 30px;
}

#footer {
	color: #000;
	background: #C4D8E1;
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	height: 2.5em;
}


#counter {
	color: #000;
	background: #C4D8E1;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}


/* Infobox */
#infoboxheader {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	text-align: center;
	color: #000;
	background: #ccc;
	width: 90%;
}

#infobox {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	color: #000;
	background: #eee;
	width: 90%;
}

#infobox img {
	width: 200px;
	margin: 20px 0px ;
	border: 10px ridge Yellow;
}


/*
    Klassenselektoren
*/



.italic {
	font-style: italic;
}


.blueitalic {
    color: #333399;
	 background: transparent;
    font-style: italic;
}


.wichtig {
	border: #000 1px solid;
	padding: 5px;
	text-align: center;
	color: #000;
	background: #ffcc99;
	width: 90%;
}

.rotfett {
    color: #f00;
	 background: transparent;
	 font-weight: bold;
}