/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/******************/
/* GLOBAL LAYOUT  */
/******************/

 body {font-size:62.5%; background-color:rgb(126,222,254); font-family:arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:968px; padding-top:5px; padding-bottom:10px; margin:0 auto; font-size:1.0em;}
.header {width:958px; min-height:120px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:120px /*IE6*/; border-left:solid 5px rgb(51,204,255); border-right:solid 5px rgb(51,204,255); background:rgb(240,216,0) url(../img/bg_header.jpg) repeat-x /*Total header background image entered here. Height: 125px*/; font-size:1.0em;}
.header-top {clear:both; width:958px; height:100px; background:rgb(218,218,218) url(../img/header_sm.jpg) repeat-x /*Top header background image entered here. Height: 100px*/; font-size:1.0em;}
.header-bottom {clear:both; width:958px; min-height:20px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:20px /*IE6*/; background:rgb(224,232,238) url(../img/bg_header_bottom.jpg) repeat-x /*Bottom header background image entered here: Height: 20 px*/; font-size:1.0em;}
.navbar {white-space:nowrap /*IE hack*/; float:left; width:958px; border-left:solid 5px rgb(51,204,255); border-right:solid 5px rgb(51,204,255); background-color:rgb(224,232,238); font-family:tahoma,arial,sans-serif; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;} /*Color navigation bar normal mode*/
.main {clear:both; width:958px; padding:0 0 0 0; border-left:solid 5px rgb(51,204,255); border-right:solid 5px rgb(51,204,255);
<!-- background-color:rgb(200,200,200); -->
 font-size:1.0em; }
.content {display:inline; /*Fix IE floating margin bug*/; float:left; width:958px;
<!-- background-color:rgb(200,200,200); -->
 font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:958px; padding:0 0 .3em 0; border-left:solid 5px rgb(51,204,255); border-right:solid 5px rgb(51,204,255); background-color:rgb(224,232,238); font-size:1.0em !important /*Non-IE6*/; font-size:1.0em /*IE6*/; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}

/****************/
/*  HEADER-TOP  */
/****************/

/* SITENAME AND SLOGAN */
.sitelogo {width:90px; height:90px; position:absolute; z-index:1; margin:15px 0 0 15px; background:url(../img/logo.gif);}
.sitename {width:500px; height:70px; position:absolute; z-index:1; margin:15px 0 0 125px; overflow:hidden;}
.sitename h1 {font-family:verdana,arial,sans serif; font-weight:bold; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;  font-style:italic;}
.sitename h2 {font-family:verdana,arial,sans serif; margin-top:11px; padding-bottom:2px; color:rgb(53,224,255); height:20px; font-weight:bold; font-size:170% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.sitename a{text-decoration:none; color:rgb(53,224,255);}
.sitename a:hover {text-decoration:none;}

/* BUTTON NAVIGATION */
.navbutton {width:400px; position:absolute; z-index:2; margin-top:26px; margin-left:547px !important /*Non-IE6*/; margin-left:550px /*IE6*/;}
.navbutton ul {float:right;}
.navbutton li {display:inline; list-style:none;}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}

/* GLOBAL NAVIGATION */
.navglobal {width:720px; position:absolute; z-index:3; margin-top:35px; margin-left:209px !important /*Non-IE6*/; margin-left:211px /*IE6*/;}
.navglobal ul {float:right; font-weight:normal;}
.navglobal li {display:inline; list-style:none;}
.navglobal li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(53,224,255); text-decoration:none; font-size:140% !important /*Non-IE6*/; font-size:130% /*IE6*/;}
.navglobal a:hover {text-decoration:none; color:rgb(255,255,255);}

/*******************/
/*  HEADER BOTTOM  */
/*******************/

/* BREADCRUMB */
.header-bottom ul {float:left; width:430px; list-style:none; padding:5px 0 3px 10px !important /*Non-IE6*/; padding:5px 0 3px 10px /*IE6*/;}
.header-bottom ul li {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:rgb(75,75,75);}
.header-bottom ul a {color:rgb(125,125,125); font-weight:bold; text-decoration:none;}
.header-bottom ul a:hover {color:rgb(255,255,255);}

/* SEARCH FORM*/
.header-bottom .searchform {float:right; width:430px;}
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:5px; padding-right:10px;}
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px rgb(200,200,200); background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button {width:4.5em; height:1.6em; background-color:rgb(240,240,240); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background-color:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */
.navbar ul {list-style-type:none;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; background-color:rgb(224,232,238);}
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 8px 0 8px; text-decoration:none; font-weight:bold; color:rgb(100,100,100); border-right:solid 0px rgb(215,215,215);}
.navbar ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/*************/
/*  CONTENT  */
/*************/
/* HEADING -- Standard icon (1-Column / 2-Column / 3-Column) */
.content h1 {margin:0; padding:15px 50px 12px 20px; color:rgb(75,75,75); font-weight:bold; font-size:220% !important /*Non-IE6*/; font-size:200% /*IE6*/;}
.content h2 {clear:both; /*Start IE Hack*/ position:relative; z-index:1; top:-1px /* End IE Hack to remove vertical -1px margin bug otherwise produced by margin*/; margin: 0 20px 0 20px; padding:15px 35px 5px 0; color:rgb(75,75,75); font-weight:bold; font-size:180% !important /*Non-IE6*/; font-size:160% /*IE6*/;}
.content h3 {margin:1.0em 0 -0.3em 0; padding:0 20px 0 20px; color:rgb(75,75,75); font-weight:bold; font-size:180% !important /*Non-IE6*/; font-size:160% /*IE6*/;}
.content h3.line {/*Start IE Hack*/ position:relative; z-index:1; top:-1px; /* End IE Hack vertical alignment to blend top border with h1, if directly after each other*/ margin:0 20px -0.3em 20px; padding:1.0em 0 0 0; border-top:solid 1px rgb(215,215,215);}
.content h4 {margin:1.0em 0 -0.3em 0; padding:0 20px 0 20px; color:rgb(75,75,75); font-weight:bold; font-size:160% !important /*Non-IE6*/; font-size:140% /*IE6*/;}
.content h5 {margin:1.0em 0 -0.5em 0; padding:0 20px 0 20px; color:rgb(75,75,75); font-weight:bold; font-size:140% !important /*Non-IE6*/; font-size:125% /*IE6*/;}
.content h6 {margin:0.4em 0 0.5em 0; padding:0 20px 0 20px; color:rgb(50,50,50); font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
/* HEADING -- Special icon (1-Column / 2-Column / 3-Column) */
.content h1.contact {background: url(../img/icon_celltitle_contact.gif) no-repeat; background-position:898px 5px;}
.content h1.login {background: url(../img/icon_celltitle_login.gif) no-repeat; background-position:917px 5px;}
.content h1.search {background: url(../img/icon_celltitle_search.gif) no-repeat; background-position:918px 5px;}
.content h1.video {background: url(../img/icon_celltitle_video.gif) no-repeat; background-position:919px 5px;}
.content h1.audio {background: url(../img/icon_celltitle_audio.gif) no-repeat; background-position:913px 5px;}
.content h1.webtemplate {background: url(../img/icon_celltitle_webtemplate.gif) no-repeat; background-position:914px 5px;}
.content h1.document {background: url(../img/icon_celltitle_document.gif) no-repeat; background-position:917px 5px;}
.content h1.blog {background: url(../img/icon_celltitle_blog.gif) no-repeat; background-position:921px 5px;}
.content h1.forum {background: url(../img/icon_celltitle_forum.gif) no-repeat; background-position:917px 5px;}

/* HEADING -- No icon */
.main h1.pagetitle-noicon {margin:0 0 0.5em 0; padding:1px 0 1px 0; background:none; color:rgb(255,255,255); font-weight:normal; font-size:220% !important /*Non-IE6*/; font-size:200% /*IE6*/;}
.content h1.noicon {background:none;}
.content h2.noicon {background:none;}

/* PARAGRAPH TEXT */
.content p {margin:1.0em 0 1.0em 0; color:rgb(0,0,0); line-height:1.3em; padding: 0 20px 0 20px; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content p.details {margin:-0.2em 0 1.0em 0; line-height:1.0em; font-size:120% !important /*Non-IE6*/; font-size:110% /*IE6*/;}
.content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

/* LIST */
.content ul {margin:1.4em 0 1.0em 0; padding:0em 20px 0em 20px; list-style:none}
.content ul li {margin:0 0 0.3em 2px; padding:0 0 0 12px; background:url(../img/bg_bullet_square.gif) no-repeat 0 0.5em; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content ol {margin:1.4em 0 1.0em 0; padding:0 20px 0 40px !important /*Non-IE6*/; padding:0 20px 0 50px /*IE6*/;}
.content ol li {list-style-type:decimal; list-style-position:outside; margin:0 0 0.3em 3px; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content ul.indent {padding:0 50px 0 50px;}
.content ol.indent {padding:0 20px 0 70px !important /*Non-IE6*/; padding:0 20px 0 80px /*IE6*/;}

/* TABLE(1-Column / 2-Column / 3-Column)*/
.content table {clear:both; width:920px; margin:1.0em 0 0.2em 20px; table-layout:fixed; border-collapse:collapse; empty-cells:show; background:transparent;}

.content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:120% !important /*Non-IE6*/; font-size:110% /*IE6*/;}
.content table th {height:3.0em; padding:2px 20px 2px 7px; border:solid 2px rgb(245,245,245); background-color:rgb(225,225,225); text-align:left; color:rgb(20,20,20); font-weight:bold; font-size:120% !important /*Non-IE6*/; font-size:110% /*IE6*/;}
.content table td {height:2.0em; padding:2px 20px 2px 7px; border:0; background:transparent; font-weight:normal; color:rgb(20,20,200); font-size:150% !important /*Non-IE6*/; font-size:130% /*IE6*/;}
.content table td li {margin:0 0 0.3em 2px; padding:0 0 0 12px; background:url(../img/bg_bullet_square.gif) no-repeat 0 0.5em; line-height:1.3em; font-size:100% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.content p.caption {clear:both; margin:0.5em 0 2.0em 0; text-align:left; color:rgb(20,20,20); font-size:120% !important /*Non-IE6*/; font-size:110% /*IE6*/;}

/**********/
/* IMAGES */
/**********/

.main img {clear:both; float:left; margin:3px;  border:none;}/* alt: solid 1px rgb(200,200,200);} an Stelle von "none"*/
.main img.center {clear:both; float:none; display:block; margin:0 auto;  border:none;}/*solid 1px rgb(200,200,200);}*/
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; border:none;}/*solid 1px rgb(200,200,200);}*/

/*********/
/* LINKS */
/*********/

/* Text links */
.main a { text-decoration:none;}
.main a:hover { text-decoration:underline;}


/*Image links */
.main a img {border:solid 4px transparent;}
.main a:hover img {border:solid 4px rgb(105,105,255);}
.main a img.center {border:solid 4px transparent;}
.main a:hover img.center {border:solid 4px rgb(105,105,255);}

/* CONTAINER (NO BOXES)  */
.content-1col-nobox {width:958px; background-color:transparent;}

/* CONTAINER (BOXES) */
.content-1col-box {width:958px; background-color:transparent;}

/************/
/*  FOOTER  */
/************/
.footer p {clear:both; line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* PAGE */
.corner-page-top {width:968px; height:5px; background:transparent url(../img/bg_corner_page_top.gif) no-repeat; overflow:hidden;}
.corner-page-bottom {width:968px; height:5px; padding-bottom:5px; background:transparent url(../img/bg_corner_page_bottom.gif) no-repeat; overflow:hidden;}

/* CONTENT */
.corner-content-1col-top {clear:both; width:958px; height:7px; background:white url(../img/bg_corner_content_nosidebar_1col_top.gif) no-repeat; overflow:hidden;}
.corner-content-1col-bottom {clear:both; width:958px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_nosidebar_1col_bottom.gif) no-repeat; overflow:hidden;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-1col-box:after, {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}

/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */
@media print {.content-2col-nobox-rightcolumn {display:inline; float:right; width:313px; border-left:none; background-color:rgb(255,255,255);}}
@media print {.content-3col-nobox-rightcolumn {display:inline; float:right; width:313px; border-left:none; background-color:rgb(255,255,255);}}

 /********************************************/
/*  USED ONLY FOR DEMO PAGE FOR GRID SETUP  */
/*  Do not use for operational purposes     */
/********************************************/
.main p.demo {margin:0; padding:10px 20px 50px 20px;}

/******************************************/
/*  YOUR OWN USER STYLES                  */
/*  If you want to add your own styles,   */
/*  then add them here below in order to  */
/*  avoid a mixup with default styles.    */
/******************************************/

/*content specials*/
/*definition for background pictures */
.bg_pyr { min-height:520px; max-height:718px; overflow:auto; background:url(../img/bg_pyr_brt.jpg); }
.bg_ochs { min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_ochs_brt.jpg); }
.bg_ochsb {min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_ochs_brter.jpg); }
.bg_loire { min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_loire_brt.jpg); }
.bg_airpt { min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_toff_brt.jpg); }
.bg_airpt2 { min-height:520px; max-height:718px; overflow:auto; background:url(../img/bg_toff_brt.jpg); }
.bg_panel { min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_panel_brt.jpg); }
.bg_bluesky { min-height:520px; max-height:718px; overflow:hidden; background:url(../img/bg_bluesky.jpg); }
/*definitions for Index page */
ul#index {margin-top:-5px; font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:120%; color:rgb(0,0,255); }
ul#schule {font-family:Verdana,'Times New Roman',Times,serif;color:rgb(0,0,0);font-size:110% !important /*Non-IE6*/; font-size:90% /*IE6*/; }
ul#bluesm {font-family:Verdana,'Times New Roman',Times,serif;color:rgb(20,20,200);font-size:70% !important /*Non-IE6*/; font-size:60% /*IE6*/; }
li#bluesm {color:rgb(20,20,200);font-size:125% !important /*Non-IE6*/; font-size:110% /*IE6*/; }
h1#index {font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:340%; font-weight:bolder;  color:rgb(0,0,255); text-decoration:underline; margin:15px 0 0 40px; }
h1#school {font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:380%; font-weight:900; font-stretch:ultra-expanded;  color:rgb(255,0,0); margin:0 40px 0 60px; }
p#bluesm {color:rgb(20,20,200);font-size:125% !important /*Non-IE6*/; font-size:110% /*IE6*/; }
p#blue {color:rgb(0,0,255);font-size:150% !important /*Non-IE6*/; font-size:130% /*IE6*/; }
p#bigblue {color:rgb(20,20,200);font-weight:700;font-size:160% !important /*Non-IE6*/; font-size:135% /*IE6*/; }
p#bigblueit {font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:300%; color:rgb(0,0,255); }
p#bigblueul {font-family:Verdana,'Times New Roman',Times,serif; font-decoration:underline; font-size:200%; color:rgb(0,0,255); }
p#bigyel {font-family:Verdana,'Times New Roman',Times,serif; text-shadow:red 1px 1px; color:rgb(255,255,0);font-size:160% !important /*Non-IE6*/; font-size:135% /*IE6*/; }
p#biggreen {font-family:Verdana,'Times New Roman',Times,serif; text-shadow:black 1px 1px; color:rgb(153,255,51);font-size:160% !important /*Non-IE6*/; font-size:135% /*IE6*/; }
th#bigblue {padding:1; border:0; background-color:transparent; text-align:left;color:rgb(20,20,200);font-weight:700;font-size:160% !important /*Non-IE6*/; font-size:135% /*IE6*/; }
td#bluesm {color:rgb(20,20,200);font-size:125% !important /*Non-IE6*/; font-size:110% /*IE6*/; }
a.rot {color:red; font-size:240% !important /*Non-IE6*/; font-size:220% /*IE6*/; line-height:110%; }
a.rot:hover {color:fuchsia; text-shadow:black 3px 2px 4px; text-decoration:none; }
a.blue {color:blue; }
a.blaus {color:rgb(0,50,155);}
a.blaus:hover {color:rgb(80,80,250); text-shadow:black 1px -1px; text-decoration:underline;}
p.rabstand {text-align:right; margin:0 40px 0 0; font-size:6em; }
p.bigblueit {font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:200%; color:rgb(0,0,255); }
h1.index {font-family:Verdana,'Times New Roman',Times,serif; font-style:italic; font-size:340%; font-weight:bolder;  color:rgb(0,0,255); text-decoration:underline; margin:0 0 0 20px; }