/*Grundeinstellung:*/
body         {background:#d1d1d1 url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; }
a                {color:#000000; text-decoration:underline; }
a:hover        {color:#225799; text-decoration:none;}


/*Schrift:*/
* {
        font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
        font-size:95%;
        text-decoration:none;
        color:#225799;
}
.head1 {
        font-size:20px;
        text-decoration:underline;
        line-height:30px;
}
.head2 {
  font-size:18px;
        color:#07499b;
        line-height:23px;
}
.head3 {
  font-size:16px;
        text-decoration:underline;
        line-height:25px;
}
.headunderline {
  font-size:15px;
        text-decoration:underline;
        line-height:20px;
}
.content {
        font-size:13px;
        line-height:20px;
}

/*Struktur:*/
#wrapper        {margin:0px auto; text-align:center; width:775px; }
#halterung                {width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo                {background:url('../images/logo.gif') no-repeat 620px 0; border-bottom:1px solid #DADADA; padding:5px 30px 20px 0px; }
#navigation        {padding:10px 0; text-align:center;}
#header                {background:#DADADA url('../images/header_home2.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content        {float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news                {float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem        {padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:110%; margin-bottom:20px; }
#footer                {clear:both; width:100%; font-size:95%; background:#DADADA; padding:20px; text-align:right; border-top:2px solid #2765AF; }
#copyright        {float:left; }


/*Ueberschriften:*/
.newsItem h1        {color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1                {font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1                {font-weight:normal; font-size:22px; margin:0; padding:0; color:#225799; }
#logo h2                {font-weight:normal; font-size:20px; margin:0; padding:0; color:#191970; }


/*Menue:*/
#navigation ul                 {margin:0; padding:0; }
#navigation li                 {margin:0; padding:5px; list-style:none; display:inline; border-left:1px solid #DADADA; border-right:1px solid #DADADA; font-size:13px;}
#navigation a                {color:#104E8B; padding:0 0 0 0; text-decoration:none; }
#navigation a:hover        {color:#000000; }

#footer ul                 {margin:0; padding:0; }
#footer li                 {margin:0; padding:0; list-style:none; display:inline; }
#footer a                {color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover        {color:#000000; text-decoration:none; }


/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* IE-mac */
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* IE-mac */
