/*importiert normalisierung.css*/@import url("norm.css");

/*Farben
8fd400 grün
002147 blau
edfee1 hellgruen
*/

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:100.01%; 
	font-family:Calibri, Cambria, Arial, Verdana, sans-serif;
	font-weight:normal;
	line-height:1.7;
	color:#333;
}


div#banner {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:0;
	width:0;
	display:none;
}

/*=============================3 Spalten=================*/

#container {
	margin:0 0 0 0;
	padding:0 0 0 0;
	clear:both;
	border:0;
    width:100%;
}

#content {
	font-size:0.9em;
	font-weight:normal;
	margin:0 0 0 0;
	border-left:0;
}

#content-inside {
	float:left;
	margin-left:20px;
	margin-right:20px;
	max-width:750px;
	display: inline;
}

/*linke spalte*/
#sidebar-a {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:0;
	width:0;
	display:none;
}

/*rechte spalte*/
div#sidebar-b {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:0;
	width:0;
	display:none;
}

div#nav {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:0;
	width:0;
	display:none;
}

div#admPanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:0;
	width:0;
	display:none;
}
		

/*=============================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;
}

.news-latest-morelink {
	text-decoration:underline;
}

#content .tx-kuss-pi2 ul {
	/*padding-left:20px;*/
}
/*=============================footer starts=================*/

#footer {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	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;
}

.news-latest-item {
	border-bottom:1px dotted #8fd400;
	margin:20px 0;
}

/*==========text auszeichnungen============*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Times, serif; 
	color:#002147;
}

h1 {
	font-size:1.4em;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
	margin-bottom:5px;
}

h3 {
	font-size:1em;
	margin-bottom:5px;
	font-weight:normal;
}

h4 {
	font-size:0.9em;
	margin-bottom:5px;
	font-weight:bold;
}

.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;
}