@charset "utf-8";

/*
--------------------------------------------------------------------------
Freiwillige Feuerwehr Schwendi
Start: 29.12.2008
Letzte Änderungen: 06.01.2008
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;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg_2.png);
	background-repeat: repeat;
	color: #333;
	background-position: left top;
}

#container {
	background-color: #FBFBFB;
	width: 980px;
	margin-left: -505px;
	position: absolute;
	height: auto;
	left: 50%;
	top: 0px;
	border: 2px solid #ccc;
	padding: 10px;
}

#header {
	height: 150px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#header h1 {
	line-height: 500px;
	overflow: hidden;
	height: 50px;
}

#navigation {
	width: 190px;
	padding-right: 10px;
	margin-top: 10px;
	float: left;
	height: 450px;
}


#mainContent {
	min-height: 410px;
	width: 770px;
	float: right;
	padding: 0 0 10px 10px;
	line-height: 150%;
	margin: 10px 0;
}
#mainContent h1 {
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 160%;
	margin-bottom: 10px;
}
#mainContent h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0;
}
#mainContent h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}


#mainContent table {
	width: 100%;
	border: 0px;
}
#mainContent table table {
	width: auto;
	margin: auto;
}
#mainContent table table img {
	border: 0;
}


#mainContent tr {
	background-color: #FBFBFB;
}

#mainContent th {
	width: 120px;
	vertical-align: text-top;
	text-align: left;
	padding: 3px;
}
#mainContent td {
	padding: 3px;
}
#mainContent ul {
	list-style-type: square;
	padding-left: 15px;
}
#mainContent li {

}






#mainContent a, #footer a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#mainContent a:hover, #footer a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}



#footer {
	position: relative;
	bottom: 0px;
	width: 960px;
	line-height: 20px;
	padding: 10px 10px 0 10px;
	float: right;
	border-top: solid #666 1px;
}

.anker {
	font-size: 10px;
	text-align: right;
}

.linksleft {
	float: left;
	width: 365px;
	padding: 0 5px;
}

.linksright {
	float: right;
	width: 370px;
	padding: 0 5px;
}

.CollapsibleContentBG {
	background-color: #FBFBFB;
	width: 758px;
	padding: 2px 5px;
}
