/*importiert normalisierung.css*/@import url("norm.css");

/*Farben
8fd400 grün
002147 blau
edfee1 hellgruen
*/

body {
	margin:0;
	padding:0;
	font-size:100.01%; 
	font-family:Calibri, Cambria, Arial, Verdana, sans-serif;
	font-weight:normal;
	line-height:1.7;
	color:#333;
	background:#fff url("/fileadmin/templates/images/image00-rep.jpg") repeat-x;
	min-width:1000px;
}


div#banner {
	margin:0;
	padding:0;
	background:url("/fileadmin/templates/images/image00.jpg") no-repeat; 
	color:#fff;
	height:200px;
	width:100%;
}

div#banner h1 {
	text-indent:-999999px;
	background:url("/fileadmin/templates/images/logo.png") no-repeat 100% 0; 
	margin:0;
	padding:0; 
	width:554px;
	height:165px;
	float:right;
}

div#searchFormBaner {
	width:400px;
	height:30px;
	margin:0;
	padding:0;
	float:right;
}

/*=============================sidebar-a menu starts=================*/

.menu ul li {
	line-height:1.8em;
	margin:0 10px 0 0;
	padding:0;
	list-style-type:square;
	color:#002147;
	background:inherit;
}
.menu ul li a {
	color:#002147;
	background:inherit;
}
.menu ul li a:hover {
	color:#8fd400;
	background:inherit;
}

/*=============================3 Spalten=================*/

#container {
	margin:0;
	padding:0;
	clear:both;
	border:1px solid #ffffff;
	min-width:1000px;
}

#content {
	font-size:0.9em;
	font-weight:normal;
	margin-top:20px;
	/*min-height:550px;*/

	margin-left:200px;
	margin-right:300px;
	border-left:1px dotted #c5f75e;
}

#content-inside {
	float:left;
	margin-left:15px;
	margin-right:15px;
	max-width:750px;
	display: inline;
}

/*linke spalte*/
#sidebar-a {
	float:left;
	width:190px;
	/*min-height:550px;*/
	margin-top:20px;
	margin-left:5px;
	font-size:0.9em;
	display: inline;
}

/*rechte spalte*/
div#sidebar-b {
	float:right;
	margin-top:20px;
	margin-right:5px;
	width:270px;
	min-height:550px;
	font-size:0.9em;
	background:url("/fileadmin/templates/images/sidebar-hg.jpg") repeat-x;
	display: inline;
}

div#sidebar-b-inside {
	margin:20px;
}

/*=============================content starts=================*/

#content p {
	line-height:1.5em;
	padding:0 0 5px 0;
}

#content > h2{
	font-size:2.0em;
	color:#d4d8d1;
	font-weight:bold;
	line-height:1.0em;
	text-align:right;
}

#content > h2:after {
	content:":";
}

#content h3 a{
	text-decoration:none;
}

#content em {
	color:#002147;
	font-weight:bold;
}

#content a, #sidebar-a a, #sidebar-b a {
	color:#15559e;
	text-decoration:none;

}

#content a:hover, #sidebar-a a:hover, #sidebar-b a:hover {
	background-color:#c8f271;
	text-decoration:none;
}

#content .tx-kuss-pi2 ul {
	/*padding-left:20px;*/
}

/*=============================sidebar starts=================*/

#sidebar-a ul, #sidebar-b ul {
	margin:0 0 20px 13px;
	list-style-type:square;
}

#sidebar-a p, #sidebar-b p {
	line-height:1.1;
	margin:0 0 10px 0;
}

/*=============================footer starts=================*/

#footer {
	clear:both;
	/*padding:3px;*/
	margin:0;
	/*background:#8fd400;*/
	background:#8fd400 url("/fileadmin/templates/images/navlistbg.jpg") repeat-x;
	color:#f7f7f7;
	font-size:.7em;
}

#footer a {
	text-decoration:none;
	color:#000;
	padding:0 10px;
}

#footer a:hover {
	text-decoration:underline;
	color:#000;
}


.border {
	/*padding:8px;*/
	margin:10px;
	border:1px solid #def;
}

img {
	margin:3px;
	background:#edfee1;
}

.imgleft {
	float:left;
	background:#edfee1;
	margin:3px;
}

.imgright{
	float:right;
	background:#edfee1;
	margin:3px;
}


/*==========text auszeichnungen============*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Times, serif; 
	color:#002147;
}

h1 {
	font-size:1.4em;
	margin-bottom:15px;
	margin-top:15px;
}

h2 {
	font-size:1.2em;
	margin-bottom:12px;
	margin-top:12px;
}

h3 {
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:normal;
}

h4 {
	font-size:0.9em;
	margin-bottom:8px;
	margin-top:8px;
	font-weight:bold;
}

h5 {
	font-size:0.9em;
	margin-bottom:6px;
	margin-top:6px;
	font-weight:bold;
}

h5 {
	font-size:0.9em;
	margin-bottom:5px;
	margin-top:5px;
}

.clear {
	clear:both;
	width:100%;
}

/*==============tabellen===================*/


table.contenttable, table.contenttable tr, table.contenttable tr td {
	border:1px solid #fff;
	background-color:#edfee1;
	padding:10px;
	margin:1px;
}

table.contenttable thead tr th {
	font-weight:bold;
	padding:10px
	margin:1px;
	text-align:center;
}

table.contenttable caption {
	padding:10px;
	margin:1px;
	font-weight:bold;
	background-color:#edfee1;
}

/*==============forms=================*/

form {
	color:#5a6267;
}

input, select, optgroup, textarea {
	color:#5a6267;
	margin:3px;
	padding:3px;
	border:1px solid #a6a6a6;
}

/*==================listen==================*/

ol {
	list-style-type:decimal;
	margin-left:20px;
}

ul {
	list-style-type:square;
	margin-left:20px;
}

#sidebar-a ul {
	list-style-type:none;
	list-style:none;
	margin-left:0;
	paddin-left:0;
	line-height:1.2em;	
}

#sidebar-a ul ul {
	margin-top:10px;
	margin-left:15px;
	paddin-left:15px;
}

div.message {
	border:1px solid #8fd400;
	background-color:#edfee1;
	padding:10px;
}

.pflicht {
	color:#8fd400;
}

/* Mailformular */
div.csc-mailform-field label {
	display:block;
}

div#searchFormBaner input.tx-indexedsearch-searchbox-sword {
	width:150px;
}

input.tx-indexedsearch-searchbox-sword {
	width:300px;
}

ul.browsebox {
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

ul.browsebox li {
	margin:0px;
	margin-left:3px;
	padding:3px;
	display:inline;
	border:1px #cccccc solid;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage {
	background-color:#edfee1;
}

