/* CSS Document */
/* CSS Document */
* { margin: 0; padding: 0; list-style:none; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em;}
a { outline: none; color:#000000 }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

body {
	color:#122039;
	font-size:62.5%;
	text-align:center;
	background:#122039 url(../images/body-bg.jpg) repeat-x;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
#menu-left{	
	position:absolute;
	left:0;
	top:0;
}
#menu-right{
	position:absolute;
	right:0;
	top:0;
}
.page{
	background:url(../images/top-shade.jpg) repeat-x;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#wrapper{
	width:980px;
	margin:0 auto;
	padding:0;
}
/*HEADER STRUCTURE*/
#header{
	position:relative;
	height:155px;
}
#logo{
	position:absolute;
	top:50px;
	left:40px;
	width: 394px;
	height: 96px;
	background: transparent url(../images/logo.gif) no-repeat top left;
}
#logo h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#logo h1 a {
	display: block;
	height: 96px;
	width: 394px;
	outline: none;
}
#top-links{
	position:absolute;
	right:0px;
	top:115px;
	width:375px;
	height:25px;
	padding:0;
	margin:0;
}
#top-links ul{
	float:left
}
#top-links li{
	float:left;
	background:url(../images/arrow.gif) no-repeat left 5px;
	color:#588fad;
	font-size:1em;
	padding:3px 5px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#top-links li a{
	color:#588fad;
	padding-left:5px;
	padding-right:8px;
	
}
#top-links li span{
	color:#588fad;
	padding-left:5px;
	
}
#search .input{
   display: block;
   float: left;
   width:168px;
   height: 11px;
   padding: 4px 9px 3px 8px;
   border: none;
   background: transparent url(../images/search-bg.gif) no-repeat;
   color: #797979;
   font-size: 1.1em;
   text-transform: capitalize;
}

#search #search_go{
   display: block;
   float: left;
   width: 22px;
   height: 18px;
   background:url(../images/go.gif);
   text-indent: -9999px;
   cursor:pointer;
   border: none;
      font-size: 1px;
   color: #FFF;
}
/*MENU STRUCTURE*/
#menunav{
	position:absolute;
	top:161px;
	left:25px;
}
#menunav li{
	float:left;
}
#menunav li a{
	color:#122039;
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
	padding:0 10px;
}
#menunav li a:hover{
	color:#ffffff;
}
#menunav a.selected{
	color:#FFFFFF
}
/*CONTENT STRUCTURE*/	
#content{
	margin-top:5px;
	width:980px;
	position:relative;	
}

#content #content-top{
	background:url(../images/content-top.jpg) no-repeat;
	height:39px;
}

#content .inside{
	padding:0px 50px 0px 50px;
	color:#000000;
	/*background:url(../images/content.jpg) no-repeat;*/

	background:url(../images/content_repeat.jpg) repeat-y;	/*height:306px;*/
}

#content #content-bottom{
	background:url(../images/content.jpg) left bottom;
	height:39px;
}

/*#content #content-bottom-seamless{
	position:absolute;
	background:url(../images/content-bottom.png) no-repeat;
	height:38px;
	width:980px;
	bottom:25px;
	left:0;
}*/

#left-content{
	float:left;
	width:661px;
	text-align:left;

}
#right-content{
	float:right;
	width:207px;
	text-align: left;
}
#main{
	padding-top:18px;
	padding-right: 8px;
}
#main p{
	font-size:1.4em;
	width:550px;
}
/*.heading{
	font-size:2.6em;
	margin-bottom:10px;
}
.title{
	color:#fefeff;
	font-size:1.4em;
	text-transform:uppercase;
	background:url(../images/title.gif) no-repeat;
	text-align:center;
	height:20px;
	padding-top:7px;
	font-weight:bold;
	margin-bottom:5px;
}*/
#right-content ul {
	margin-bottom:9px;
}
#right-content ul li {
	width:195px;
	/*height:18px;
	line-height: 18px;*/
	background:#e9eaec;
	margin-bottom:2px;
	padding:0 6px;
	padding-top:3px;
	border-bottom: 1px solid #FFF;
}
#right-content ul li a {
	display:block;
	/*height:21px;*/
	line-height: 21px;
	color:#0d1b2b;
	font-size: 12px;
	text-align:left;
	/*background:url(../images/bullets.gif) no-repeat left 5px;*/
	background:url(../images/bullets.gif) no-repeat left 8px;
	padding-left:17px;
}
#right-content ul li a:hover {
	color: #666;
}
.fce_bg{
	background:#e9eaec;
	/*width:195px;*/
	text-align:left;
	font-size: 12px;
}
.fce_bg p {
	padding: 6px;
	margin-top: -3px;
}
.fce_bg p.newstitle {
	margin: 0 0 0 0;
	padding: 6px 6px 0px 6px;
	line-height: 18px;
}
#bootom-links{
	clear:both;
}
/*#bootom-links a{
	padding:0 4.5px;
}*/
/*FOOTER STRUCTURE*/
#footer{
	color:#386f8c;
	font-size:1.2em	
}
#footer a{
	color:#386f8c;
}
/* Anpassungen Philipp */
#right-content h3 {
	color:#fefeff;
	font-size:1.4em;
	text-transform:uppercase;
	background:url(../images/title.gif) no-repeat;
	text-align:center;
	height:20px;
	padding-top:7px;
	font-weight:bold;
	margin-bottom:5px;
}
fieldset {
	border: none;
	margin-top: 10px;
}
fieldset img {
	padding-left: 2px;
}
#content legend {
/*	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0px 0px 0px;*/
	display: none;
}
#content label {
	display: block;
	float: left;
	width: 90px;
	padding-bottom: 5px;
	font-size: 11px;
}
#content input, #content textarea, #content select {
	border: #122039 1px solid;
	background-color: #F2F2F2;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 4px;
	}
#content input:hover, #content textarea:hover, #content input:focus, #content textarea:focus {
	border: #333333 1px solid;
	background-color: #CCCCCC;
		}
#content input.powermail_submit,#content input[type=submit]{
	border: #12203A 1px solid;
	background-color: #12203A;
	background-image: none;
	color: #FFF;
	margin-left: 90px;
	margin-top: 5px;
}
input.tx-powermail-pi1_confirmation {
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}
#content input.mailformsubmit {
	margin-top: 30px;
}
#bootem-links .csc-textpic {
	margin: 0 0 0 -5px !important;
	padding: 0;
}
#left-content h2 {
	font-size:2.6em;
	margin-bottom:10px;
	font-weight: normal;
}
#left-content h3 {
	font-size:1.6em;
	margin:7px 0;
	font-weight: normal;
}
#left-content h4 {
font-size:1.1em;
	margin:5px 0;
	font-weight: normal;
}
#left-content ul{
font-size:1.4em;
list-style-type: square;
padding: 6px 0 6px 12px;
margin: 4px;
}
#left-content ul li{
	margin-bottom:2px;
	padding:0 0 0 4px;
	list-style-type: square;
}
/* News< */
.news-single-timedata {
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-bottom: 8px;
}
.news-list-date {
	padding-left: 8px;
	font-size: 13px;
	color: #666;
}
.news-list-item {
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
}
p.news-single-imgcaption {
	font-size: 11px !important;
	color: #666;
}
.news-single-backlink {
	margin-bottom: 10px;
	position: relative;
	clear: both;
	}
.news-single-backlink a:hover {
	text-decoration: underline;
}
p.newstitel strong {
	height: 15px;
	display: block;
}
/* Anpassungen Randomplugin */
#buttonnaviwrap {
	margin-left: -2px;
}
#buttonnaviwrap * {
	float: none;
	display: inline;
}
#buttonnaviwrap img {
	margin-left: 3px;
}
#footer { 
	clear: both;
}


.error {
background-color: red;
color: white;
padding: 7px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
border-radius: 10px;
}
