html, body{
    height: 100%;
    }

body{
	font: normal 9pt/100% Arial, Helvetica, Sans, Sans-Serif;
	color: #333333;
	margin: 0;
	background: #e5e5e5;
	}

div.clear{
	clear: both;
	}

div.oldflash{
	border: 4px solid #cc0000;
	padding: 10px;
	width: 580px;
	height: 300px;
	color: #aa0000;
	font-weight: bold;
	line-height: 200%;
	}



table{
	border-spacing: 0;
	border-collapse: collapse;
	}


a{
	color: #D14100;
	text-decoration: none;
	}
	a:hover {
		color: #333333;
		}
	a img{
		border-width: 0;
		}

iframe{
	background: transparent !important;
	filter:Chroma(color=#ffffff);
	}
img{
	behavior:url("../res/js/iepngfix.htc");
	}


/* ############################### Hauptmenü ############################# */
div#top-menu{
	background: transparent url('../../images/layout/menubg.jpg') center left repeat;
	font-size: 8pt;
	font-weight: bold;
	border: solid #d8dae5;
	border-width: 1px 0 1px 0;
	text-align: center;
	}	
	div#top-menu table{
		width: 100%;
		}
	div#top-menu a.toplevel{
		background-color: white;
		display: block;
		float: left;
		background: transparent;
		padding: 4px 18px 4px 18px;
		color: #333333;
		border: solid #bcc0ce;
		border-width: 0 1px 0 0;
		}
		div#top-menu a.toplevel img{
			display: none;
			vertical-align: middle;
			margin: 0 0 0 2px;
			}
		div#top-menu a.toplevel:hover{
			background: #bcc0ce;
			}
		div#top-menu a.active{
			background: #bcc0ce;
			}

/* ############################### VIDEO PLAYER ############################# */
/* Auf der Home... */

div#player{
	position: relative;
	display: none;
	/*background: #eef2f8 url('../../images/layout/bg_teaserplayer.jpg') top left repeat-x;*/
	background: #f7f8fb url('../../images/layout/bg_newbox.jpg') top left repeat-x;
	height: 490px;
	margin: 16px 10px 0 10px;
	border: solid #bcc0ce;
	border-width: 1px 1px 1px 1px;
	}
	div#player div#seperator-top{
		height: 5px;
		width: 100%;
		background: #ffffff url('../../images/layout/menubg.jpg') top right repeat-x;
		border: solid #bcc0ce;
		border-width: 0px 0 1px 0;
		font-size: 1px;
		}
	div#player div#seperator{
		height: 5px;
		width: 100%;
		background: #ffffff url('../../images/layout/menubg.jpg') top right repeat-x;
		border: solid #bcc0ce;
		border-width: 1px 0 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 1px;
		}
	div#player a#close-button{
		position: absolute; left: 200px; bottom: 7px;
		z-Index: 10;
		}
	div#player a#more-button{
		position: absolute; left: 2px; bottom: 7px;
		z-Index: 10;
		}
	div#player div#headline-container{
		font-size: 12pt;
		line-height: 150%;
		color: #333333;
		padding: 8px 0 8px 6px;
		}
	div#player div#text-container{
		line-height: 150%;
		color: #333333;
		position: absolute;
		bottom: 45px;
		left: 6px;
		}
		div#player div#text-container a{
			font-size: 12pt;
			}
	div#player div#video-container{
		border: solid #222222;
		border-width: 0 0 0 0px;
		margin: 0 0 0 6px;
		}

/* ############################### Rotator ############################# */

/* Image Rotator */
div.image-rotator img{
	border: 1px solid #d8dae5;
	}
	div#news-rotator1{
		height: 121px;
		margin: 0 0 10px 0;
		}
	



/* ############################### Galerien ############################# */
div.imagebox{}
div.imagebox a{
        display: block;
        float: left;
        font-size: 0.85em;
        width: 164px;
        margin: 0px 5px 0 0;
        }
div.imagebox img{
        height: 100px !important;
        border: 1px solid #cccccc;
        }

div.newgallerybox{
	}
	div.newgallerybox img{
		float: left;
		height: 100px !important;
		margin: 4px 4px 0 0;
		border: 1px solid #d8dae5;
		}

div.gallerybox{
	padding: 0 0 3px 0;
	border: 1px solid #dddddd;
	background: transparent url('../../images/mywindow/gradient.jpg') 0 0 repeat-x;
	}
	div.gallerybox img{
		float: left;
		height: 100px !important;
		margin: 1px 0 0 1px;
		border: 1px solid #dddddd;
		}


/* ############################### Unterer Seitenteil ############################# */
div#bottomContainer {}
	table#tableBottom{
	    width: 100%;
	    background: transparent url('../../images/layout/content_gradient.jpg') top left repeat-x;
	    }
	table#tableBottom td#multiPane{
	    width: 240px !important;
	    }
		div#multiPaneDiv{
		    padding: 16px 0 30px 8px;
		    }
	
	table#tableBottom td#contentPane{}
		div#content{
			font-size: 10pt;
			line-height: 140% !important;
			padding: 0px 15px 50px 15px;
			}


/* ######################### Neue Boxen ######################## */
div.newbox {
	border: 1px solid #d8dae5;
	background: #f7f8fb url('../../images/layout/bg_newbox.jpg') top left repeat-x;
	padding: 16px 4px 16px 10px;
	margin: 2px 0 2px 0;
	color: #444444;
	font-size: 12px;
	}
	div.newbox ul{
		margin: 0 0 0 3px;
		}
		div.newbox ul li{
			padding: 0 0 5px 0;
			}


a.glossy-button{
	display: block;
	border: 1px solid #d8dae5;
	text-align: center;
	color: #444444;
	font-weight: bold;
	line-height: 100%;
	padding: 9px 0 8px 0;
	background: transparent url('../../images/layout/menubg.jpg') center left repeat-x;
	}
	a.glossy-button:hover{
		background: #bcc0ce;
		}
	a.glossy-button-active{
		display: block;
		border: 1px solid #cccccc;
		text-align: center;
		color: #444444;
		font-weight: bold;
		line-height: 100%;
		padding: 9px 0 8px 0;
		background: transparent url('../../images/layout/menubg_on.jpg') center left repeat-x;
		}	

a.orangebutton{
	background: transparent url('../../images/layout/orangebutton.jpg') top left no-repeat;
	color: #222222;
	border-color: #ffc28d;
	}
	a.orangebutton:hover{
		background: #ff7509;
		}

	
/* Style für Untermenü Boxen */	
div.roundbox {
	margin: 0 0 15px 0 !important;
	}
	div.rbHeader {
		padding: 10px 0 9px 10px;
		text-align: left;
		color: #444444;
		background: transparent url('../../images/layout/menubg.jpg') center left repeat-x;
		border: solid #d8dae5;
		border-width: 1px 1px 0 1px;
		font-size: 9pt !important;
		font-weight: bold;
		letter-spacing: 0px;
		}
	div.rbFooter {
		padding: 6px 0 7px 0;
		}
	div.rbContent{
		border: solid #d8dae5;
		border-width: 2px 1px 2px 1px;
		background: #f7f8fb url('../../images/layout/bg_newbox.jpg') top left repeat-x;
		}
	div.rbScrollitem {
		overflow: auto;
		height: 300px;
		border: solid #DDDDDD;
		border-width: 1px 0 1px 0;
		}
	div.rbSpace {
		height: 10px;
		}
	div.roundbox a{
		display: block;
		border: solid #d8dae5;
		border-width: 0 0 1px 0;
		text-align: center;
		color: #555555;
		font-weight: bold;
		line-height: 100%;
		padding: 9px 0 8px 20px;
		font-size: 8pt;
		text-align: left;
		background: transparent;
		}
	div.roundbox a:hover{
		background: #bcc0ce;
		color: #222222;
		}
	div.roundbox a.activeSubnav{
		display: block;
		border: solid #d8dae5;
		border-width: 0 0 1px 0;
		text-align: center;
		color: #222222;
		font-weight: bold;
		line-height: 100%;
		padding: 9px 0 8px 20px;
		font-size: 8pt;
		text-align: left;
		background: #bcc0ce;
		}

#newsteaser {
        color: #222222;
        }
#newsteaser a, #jobteaser a {
        color: #cc3300;
        text-decoration: underline;
        font-weight: bold;
        }
div#newsarchive-content{}
div#newsarchive-content div.newsarchive-item{
       border: 1px solid #e0e0e0;
       padding: 8px 4px 4px 4px;
       margin: 0 0 12px 0;
       /*background: #fdf9f5 url('../../images/layout/light_orange_gradient.jpg') top left repeat-x;*/
       background: #ffffff url('../../images/layout/content_gradient.jpg') 0px -50px repeat-x;
       cursor: pointer;
       }
       div#newsarchive-content div.newsarchive-item h2{
               font-size: 12pt;
               margin:0;
               }
       div#newsarchive-content p{
               font-style: italic;
               }
       div#newsarchive-content a{
               display:inline-block;
               float: right;
               }

/* ########################## Text Formatierungen ######################### */


h1, h2, h3 {
        color: #333333;
        font-weight: normal;
        line-height: 140%;
        }



h1 {
		font-size: 18pt;
        font-weight: normal;
        }
h2 { /* rot */
        font-size: 14pt;
        }
h3 {
        font-size: 12pt;
        }
h4 { /* grau */
        font-size: 10pt;
        font-weight: normal;
        color: #333333;
        }
h5 {
        font-size: 9pt;
        font-weight: bold;

        }
h6 {
        font-size: 8pt;
        font-weight: bold;
        color: #CC3300;
        }

span.bigred { /* Gross und rot (siehe startseite 1. bis 6. */
    font-size: 15pt;
    font-weight: bold;
    color: #CC3300;
    font-style: italic;
    }
span.big {
    font-size: 10pt;
    }
span.small {
    font-size: 8pt;
    font-weight: bold;
    }
span.teaser { /* FÂ³r News */
    font-style: italic;
    }
span.bigThinRedItalic {
    font-size: 12pt;
    font-style: italic;
    color: #CC3300;
    }
span.bigThinGrayItalic {
    font-size: 12pt;
    font-style: italic;
    color: #555;
    }

span.bigThinRed {
 font-size: 12pt;
 color: #CC3300;
 }
span.bigThinGray {
 font-size: 12pt;
 color: #666666;
 }
span.bigThinOrange {
 font-size: 12pt;
 color: #333333;
 }

/* ################################## Listen ################################### */
ul{
	list-style-image: url('../../images/layout/bullet.gif');
	list-style-type: square;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 140%;
	}
	ul li{
		padding: 5px 0 5px 0;
		}
ul.toplevel {
    list-style-image: url('../../images/layout/bullet.gif');
    list-style-type: square;
    font-weight: bold;
    padding-left: 15px;
    margin-left: 0;
    }

/* ################################# Tabellen ################################## */
/* KEINEN GLOBALEN TABELLENSTIL BENUTZEN !!! */


table.alternate { /* FÃ¼r Scrollbox Inhalt */
	font-size: 9pt;
	line-height: 140%;
	color: #444444;
	border-collapse: collapse;
	border-spacing: 0;
	}
	table.alternate td{
		padding: 7px 0 7px 10px;
		border: solid #d8dae5;
		border-width: 1px 0 1px 0;
		}
	table.alternate td.bright{}
	table.alternate td.dark{}



table.numeration {
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
    font-size: 9pt;
    }
table.numeration td {
    padding: 5px 5px 5px 10px;
    line-height: 160%;
    }


table.twocolsfirstpage {
    font-size: 9pt;
    border-collapse: collapse;
    }
table.twocolsfirstpage td, table.twocolsfirstpage th {
    width: 50%;
    padding: 3px;
    vertical-align: top;
    font-weight: normal;
    border: 1px solid #aaaaaa;
    }
table.twocolsfirstpage td.left {
    border-width: 0;
    padding: 0 5px 0 0;
    background: #ffffff url('../../images/arrow_down.jpg') bottom center no-repeat;
   }
table.twocolsfirstpage td.right {
    border-width: 0;
    padding: 0 0 0 5px;
    background: #ffffff url('../../images/arrow_up.jpg') top right no-repeat;
    }


table.twocols {
    font-size: 9pt;
    border-collapse: collapse;
    }
table.twocols td, table.twocols th {
    width: 50%;
    padding: 3px;
    vertical-align: top;
    font-weight: normal;
    border: 1px solid #EEEEEE;
    }
table.twocols th {
    text-align: left;
    font-weight: bold;
    color: #CC3300;
    /*background: #f7f7f7;*/
    }
table.twocols tfoot {
    font-size: 7pt;
    color: #666666;
    }

table.fourcols {
    width: 100%;
    font-size: 9pt;
    border-collapse: collapse;
    }
table.fourcols td, table.threecols th {
    width: 25%;
    padding: 3px;
    vertical-align: top;
    font-weight: normal;
    text-align: center;
    border: 1px solid #EEEEEE;
    }
table.fourcols th {
    text-align: left;
    font-weight: bold;
    color: #CC3300;
    }
table.fourcols tfoot {
    font-size: 7pt;
    color: #666666;
    }

/* ## Tabelle erste Seite (Wir sind keine...) ## */
table.leistungen {
	width: 100%;
	font-size: 9pt;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 100%;
	}
	table.leistungen a{
		text-decoration: none;
		}
	table.leistungen a:hover{
		color: #222222;
		}
	table.leistungen td {
		padding: 9px 0 8px 5px;
		}
	table.leistungen td.header-left{
		width: 49%;
		font-size: 12pt;
		line-height: 140%;
		color: #666666;
		padding-left: 0;
		}
	table.leistungen td.header-right{
		width: 49%;
		font-size: 12pt;
		line-height: 140%;
		color: #333333;
		padding-left: 0;
		}
	table.leistungen td.left {
		border: solid #aaaaaa;
		border-width: 0 0 1px 0;
		color: #666666;
		padding-left: 15px;
		}
	table.leistungen td.right {
		border: solid #aaaaaa;
		border-width: 0 0 1px 0;
		cursor: pointer;
		padding-left: 15px;
		}
	table.leistungen td.grey {
		border: 1px solid #aaaaaa;
		background: #bcc0ce;
		font-weight: bold;
		padding-left: 5px;
		color: #333333;
		cursor: pointer;
		}
	table.leistungen td.orange {
		border: 1px solid #aaaaaa;
		background: #bcc0ce;
		font-weight: bold;
		padding-left: 5px;
		color: #333333;
		cursor: pointer;
		}
		td.orange a{
			color: #444444;
			}


/* KUNDENMEINUNGEN BILDERBOXEN */
div.customer{
	width: 474px !important;
	height: 240px !important;
	background-position: center !important;
	overflow: hidden;
	border: 1px solid #d8dae5;
	}

			
/* Tabelle Freunde */
table.friend {
    width: 100%;
    border-collapse: collapse;
    }
table.friend td {
    border: 1px solid #EEEEEE;
    }
table.friend td.image {
    width: 200px;
    padding: 0px;
    }
table.friend td.text {
    padding: 3px 3px 3px 10px;
    }


/* SCREENS INTERNETSEITEN */
div.webscreen{
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	}
	div.webscreen img {
		border: 1px solid #bcc0ce;   
		}
	div.webscreen h5 {
		margin-bottom: 8px;
		}
	div.webscreen a {
		color: #555555;
		
		text-decoration: none;
		}
		div.webscreen a:hover{
			color: #222222;
			}
	        
        
        
/* Tabelle B-to-B */

table.btob td {
        padding: 0 0 10px 0;
        }


/* ############################## Formulare ################################# */
table.form {
    width: 100%;
    }
table.form td {
    padding: 2px;
    }
table.form td.submitcol {
    text-align: right;
    }
col.formleft {
    width: 120px;
    }
col.formright {
    width: 250px;
    }
span.asterix { /* --> * <-- */
    font-family: "Comic Sans MS", "Trebuchet MS", Arial, Sans;
    font-size: 11pt;
    font-weight: normal;
    color: #CC3300;
    }
fieldset {
    border: 1px solid;
    border-color: #EAEAEA;
    margin: 0 0 15px 0;
    }
legend {
    color: #CC3300;
    font-weight: bold;
    }
input.contact {
    width: 200px;
    height: 18px;
    font-family: "Trebuchet MS", Tahoma, Sans, Verdana;
    font-size: 9pt;
    border: 1px solid;
    border-color: #C4CBCE #F1f1f1 #F1F1F1 #C4CBCE;
    }
select.contact {
    font-family: "Trebuchet MS", Arial, Sans, Tahoma;
    font-size: 9pt;
    height: 18px;
    width: 100px;
    }
textarea {
    width: 100%;
    height: 200px;
    font-family: "Trebuchet MS", Arial, Sans, Tahoma;
    font-size: 9.5pt;
    border: 1px solid;
    border-color: #C4CBCE #F1f1f1 #F1F1F1 #C4CBCE;
    }