@charset "UTF-8";
@media all
{
/* (de) Schriftgrößen Umrechnung  */
/* {font-size: 250%}      /* 30px */
/* {font-size: 216.66%}   /* 26px */
/* {font-size: 208.33%}   /* 25px */
/* {font-size: 200%}      /* 24px */
/* {font-size: 175%}      /* 21px */
/* {font-size: 150%}      /* 18px */
/* {font-size: 141.66%}   /* 17px */
/* {font-size: 133.33%}   /* 16px */
/* {font-size: 125%}      /* 15px */
/* {font-size: 116.67%}   /* 14px */
/* {font-size: 108.33%}   /* 13px */
/* {font-size: 100%}      /* 12px */
/* {font-size: 91.67%;}   /* 11px */
/* {font-size: 83.33%;}   /* 10px */
/* {font-size: 66.66%;}   /*  8px */
/* {font-size: 58.33%;}   /*  7px */


/**
* General (siehe auch base.css)
*/  
* {outline:0;}
body {font-family:Arial,Verdana,Helvetica,sans-serif;font-size: 75.00%;text-align:center; background:#fff url("../img/bg/bg_head_1.jpg") no-repeat top center;}
input,select,textarea {font-family:Arial,Verdana,Helvetica,sans-serif;font-size:100.00%;color:#000;background-color:#fff;font-weight:normal;}
img,fieldset {border:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a:link {font-weight:normal;text-decoration:underline;color:#08006D;}
a:visited {color:#08006D;}
a:hover {color:#08006D;}
a:active {color:#08006D;}
a:focus {color:#08006D;}


/**
* Grundgerüst Grid
* background:#fff url("/_common/img/bg/bg_xxxx.gif") repeat-x top center;
* min-height: 450px;height: auto !important;height: 450px;
*/
#outer {width:1008px; margin:0 auto; text-align:left;}
#header {width:940px;margin:0 0 0 34px;height:210px;}
.pageArticle #header, .pageOverview #header { height:140px; }
#nav {}
#main {position:relative; background:url("../img/bg/bg_home_shadow.png") no-repeat; padding:27px 33px 7px 34px;min-height:400px; height:auto !important; height:400px;}
.pageArticle #main, .pageOverview #main {background:url("../img/bg/bg_article_shadow.png") no-repeat; font-size:108.33%;}
#footer {}


.grid2Cols {width:940px;}
* html .grid2Cols {width:942px;}
.grid2Cols .gridColLeft {float:left; width:455px; margin:0 30px 0 0;}
.grid2Cols .gridColRight {float:left; width:455px;}


.pageArticle .grid2Cols {width:960px; margin:0 0 30px 0; background:#fff url("../img/bg/bg_article.gif") repeat-y; }
.pageArticle .grid2Cols .gridColLeft {float:left; width:610px; margin:0 40px 0 0px;}
.pageArticle .grid2Cols .gridColRight {float:left; width:289px;}

.pageArticle .grid3Cols {position:relative; width:960px; margin:20px 0 30px 0; padding:7px 0 0 0; background:#fff url("../img/bg/bg_search_2px.gif") repeat-y; }
.pageArticle .grid3Cols .gridColLeft {float:left; width:367px;}
.pageArticle .grid3Cols .gridColMiddle {float:left; width:204px; padding:0 29px 0 31px;}
.pageArticle .grid3Cols .gridColRight {float:left; width:268px; padding:0 0 0 31px;}
.pageArticle .grid3Cols .gridArrow {display:block; width:21px; height:41px; position:absolute; top:130px; left:367px; background:url(../img/bg/arrow_search.gif) no-repeat;}
.pageArticle .grid3Cols .gridArrowB {left:631px;}

/* page bg */
.pageBg1 {background:#fff url("../img/bg/bg_head_1.jpg") no-repeat top center;}
.pageBg2 {background:#fff url("../img/bg/bg_head_2.jpg") no-repeat top center;}
.pageBg3 {background:#fff url("../img/bg/bg_head_3.jpg") no-repeat top center;}
.pageBg4 {background:#fff url("../img/bg/bg_head_4.jpg") no-repeat top center;}
.pageBg5 {background:#fff url("../img/bg/bg_head_5.jpg") no-repeat top center;}
.pageBg6 {background:#fff url("../img/bg/bg_head_6.jpg") no-repeat top center;}
.pageBg7 {background:#fff url("../img/bg/bg_head_7.jpg") no-repeat top center;}

/* page color sheme */
.pageColorPattern1 h2, .pageColorPattern1 h3 {color:#57292b;}
.pageColorPattern1 .moduleC8 th {background:#57292b;}
.pageColorPattern1 .boxHeadline {color:#57292b;}
.pageColorPattern2 h2, .pageColorPattern2 h3 {color:#276786;}
.pageColorPattern2 .moduleC8 th {background:#276786;}
.pageColorPattern2 .boxHeadline {color:#276786;}
.pageColorPattern3 h2, .pageColorPattern3 h3 {color:#285E9A;}
.pageColorPattern3 .moduleC8 th {background:#285E9A;}
.pageColorPattern3 .boxHeadline {color:#285E9A;}
.pageColorPattern4 h2, .pageColorPattern4 h3 {color:#954000;}
.pageColorPattern4 .moduleC8 th {background:#954000;}
.pageColorPattern4 .boxHeadline {color:#954000;}
}