/*
--------------------------------------------------------------------------
Kreisfeuerwehrverband Biberach
Start: 18.09.2009
Letzte Änderungen: 19.09.2009
Autor: Markus Arb - www.blackandwhite.eu.tf
Medium: screen.css
--------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	top:0px;
	left:0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}



#container {
	width: 980px;
	border: solid #999 2px;
	background-color: #F7F7F7;
	margin-left: -495px;
	left: 50%;
	height: auto;
	position: absolute;
}

#header {
	height: 150px;
	background-image: url(../images/KFV_Logo_v3_1.png);
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
	float: left;
	position: static;
	width: 960px;
}
#navi {
	height: 30px;
	margin: 10px 10px;
	width: 960px;
	position: static;
	float: left;
}

#main {
	height: auto;
	margin: 0px 10px;
	border-top: solid #ccc 1px;
	padding: 10px;
	position: static;
	float: left;
	width: 940px;
}
#main h1 {
	font-size: 17px;
	font-weight: bold;
}
#main h2 {
	font-size: 13px;
	font-style: italic;
	margin: 5px 0;
	border-bottom: solid 2px #FFF;
	padding-bottom: 5px;
}
#main h3 {
	font-size: 12px;
	font-weight: bold;
}



#main table {
	margin: auto;
	border: 0px;
	background-color: #CCC;
}
#main table td {
	width: 300px;
}

#main table tr {
	background-color: #F7F7F7;
}


#main img {
	border: 0px;
}
#main ul {
	list-style-type: none;
}
#main li {
	line-height: 150%;
}
#main ol li {
	list-style-position: inside;
}




#footer {
	height: auto;
	padding: 10px;
	line-height: 30px;
	border-top: solid #ccc 1px;
	margin: 0px 10px;
	float: left;
	position: static;
	width: 940px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#B60205;
}



.autor {
	font-size: 9px;
	text-align: right;
	padding-top: 15px;
}
.linkerabstand {
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 22px;
}

.termine {
	width: 940px;
	float: left;
	position: relative;
	border-bottom: solid 1px #CCC;
}
.termine_date {
	float: left;
	width: 126px;
	padding: 4px 2px;
}
.termine_desc {
	float: left;
	width: 558px;
	padding: 4px 3px;
	margin: 0px 2px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.termine_ort {
	float: left;
	width: 236px;
	padding: 4px 2px;
}

.ausschuss {
	width: 940px;
}
.info {
	list-style-image: url(../images/pdf.png);
	list-style-position: inside;
}

