/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	
	font-size: 12px;
	font-family:verdana, sans-serif;
	line-height: 19px;
	
	background-color: #fafafa;
	background-image: url(../templates/img/loop1.gif);
	background-position: -10px left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	margin:0 0 0.5em 0;
	padding:0;
}

/*
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

li {
}
*/
ul {
	margin-left:20px;
	padding:0;
	list-style-type:square;
}

li {
	margin-bottom: 0.5em;
}

li li{
	list-style: circle;
}

input {
	border: 1px solid #000;
	font-size:11px;
	width:120px;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#00CCCC;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform:inherit;
	color:#00CCCC;

	margin: 1.8em 0 1em 0;
	padding:0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform:inherit;
	color:#00CCCC;

	margin: 1.5em 0 0.7em 0;
	padding:0;
}

h3 {
	font-size: 13px;
	font-weight: bold;

	margin: 1.2em 0 0.7em 0;
	padding:0;
}


/*-------------------------------------------------------------------------------------------------*/
#loop2 {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}

#wrapper {
	position: relative;
	text-align:left;
	height:100%;
	/*width:760px;*/
	width:790px;
	padding:20px;
	margin:0px auto;
	background-color:#fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}

#header {
	/*background-color:#999999;*/
	width:100%;
}

#logo {
	float:right;
	/*background-color:#996600;*/
}

#headline h1 {
	/*background-color:#006633;*/
	margin-bottom:40px;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
}

/*NAVIGATION_____________________________*/
#navigation {
	/*background-color:#006633;*/
	margin-bottom: 20px;
}
#navigation ul {
	margin: 0;
}
#navigation li {
	font-size: 24px;
	margin: 0 0 10px 0;
	list-style: none;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	text-transform: lowercase;
}
#navigation a:hover {
	text-decoration: underline;
	color: #00CCCC;
}
#navigation .navi_active {
	text-decoration: underline;
	color: #00CCCC;
}

#subnavigation {
	/*background-color:#006633;*/
	margin-bottom: 20px;
	width: 285px;
}
#subnavigation ul {
	margin: 0;
	list-style: none;
}
#subnavigation li {
	font-size:14px;
	line-height:20px;
	margin-bottom: 0;
}
#subnavigation a {
	text-decoration:none;
	color:#000000;
}
#subnavigation a:hover {
	text-decoration:underline;
	color:#00CCCC;
}
#subnavigation .navi_active {
	text-decoration:underline;
	color:#00CCCC;
	font-weight: bold;
}

/*METANAVIGATION________________*/
#metanavigation {
	border-bottom: 1px solid #000;
	/*border-bottom: 1px solid #006666;*/
	padding: 2px 0 5px;
	min-height: 20px;
}

* html #metanavigation {
   height: 20px;
}

#metanavigation a {
	text-decoration:none;
	color: #000;
}
#metanavigation a:hover {
	text-decoration:underline;
	color:#00CCCC;
}

/*METANAVIGATION_RIGHT__________*/
#metanavigation_right {
	float: right;
	text-align: right;
	font-size: inherit;
}

#metanavigation a:hover {
	text-decoration: none;
	color:#00CCCC;
}

/*LOGIN_____________________________*/
#login {
	position: relative;
	width: 300px;
	height: auto;
	
	margin: 0 0 80px 0;
	overflow: hidden;
}

#main {
	padding-top: 20px;
}

/*CONTENT_____________________________*/
#content {
	float:right;
	position: relative;
	clear: left;
	/*width:440px;*/
	width:470px;
	margin-bottom:20px;
	overflow: visible;
}

/*
#content ul {
	margin-left:20px;
	padding:0;
	list-style-type:square;
}

#content li {
	margin-bottom: 0.5em;
}

#content li li{
	list-style: circle;
}

*/

#footer {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}

.clear {
	clear:both;
	padding: 0;
	margin: 0;
	border: none;
}

.line {
	width:100%;
	height:1px;
}


/*TYPO3_____________________________*/

/*Kontaktdaten "Organisation"*/
.csc-textpic-clear {
	margin-bottom:20px;
}

#content .csc-menu, #content .csc-sitemap {
	list-style-image:  url(../templates/img/arrow_black.gif);
}

#content .csc-menu li, #content .csc-sitemap li{
	margin: 0.5em 0;
	font-weight: bold;
}

#content .csc-menu li ul, #content .csc-sitemap li ul{
	margin-top: 0.5em;
}

#content .csc-menu li ul li, #content .csc-sitemap li ul li{
	font-weight: normal;
}



#content .csc-firstHeader {
	margin-top: 10px;	
}

#content .csc-textpic-text h2 {
	color:#000000;
	text-transform:none;
	font-size:15px;
	font-weight:bold;
}

.spacer-gif {
   border:  none;
}


/* ________________________________________ */
