/* CSS Document */

html { height:100%;}

body{
height:100%;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:0.75em; 
font-weight:normal;
}

p {margin:0; padding:0}
strong {color:#666}

h1 { font-size:1.2em; color:#61abb6;}
h2 { font-size:1em; color:#61abb6;}
h3 { font-size:1em; color:#5e813d; }

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px}


/***************************************************** mainboxes ***********************************************************/


#wrapper { 
height:550px;
width:900px;
margin:auto;
background-color:#fff; 
margin-top:5px;
}

#border { border:none; width:900px;}
*html #border { border:none; width:900px;}

/*Definition fr die Navigation oben*/ 
#servicemenue {display:none;}

#header-start {height:70px; width:900px; background-image:url(images/logo.gif); background-repeat:no-repeat; border-bottom:1px solid #ccc; }
#header-sicherheit {height:70px; width:900px; background-image:url(images/logo.gif); background-repeat:no-repeat; border-bottom:1px solid #ccc; }
#header-schulungen {height:70px; width:900px; background-image:url(images/logo.gif); background-repeat:no-repeat; border-bottom:1px solid #ccc; }
#header-netzwerke {height:70px; width:900px; background-image:url(images/logo.gif); background-repeat:no-repeat; border-bottom:1px solid #ccc; }
#header-support {height:70px; width:900px; background-image:url(images/logo.gif); background-repeat:no-repeat; border-bottom:1px solid #ccc; }


/*********************************************** boxes left*******************************************************/
#left-container {display:none;}

/********************** linkes menue ***************************/

#menue-left {display:none;}
/******************************** Definitionen fr den Inhalt ***************************************/

#content { padding:0 30px 0 30px; margin:0px; font-size:0.9em}
*html #content { padding:0 30px 0 30px; margin:0px;float:left;}

#content p {line-height:1.5em; text-align:justify}
*html #content p { line-height:1.7em; text-align:justify}

#content h1, h2, h3 {text-align:left;}

#content a:link { text-decoration:none; color:#f60;}
#content a:visited {text-decoration:none; color:#f60;}
#content a:hover { color:#f60; text-decoration:none;}
#content a:focus { color:#f60; text-decoration:none;}


#content img.right { float:right; margin:0 10px 5px 0;}
#content img.left { float:left; margin:0px 15px 30px 0;}
*html #content img.left { float:left; margin:0px 15px 40px 0;}

.anschrift-abstand {width:60px; margin-right:0px; float:left;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}
.download {
background-image: url(images/icon_pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:0.9em;
}
.print {
background-image: url(images/icon_print.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:1em;
}


/************** Formnatierungen Listen im Content Bereich****************/

#content ul { list-style:none; margin-left:-20px;}
*html #content ul { margin-left:5px;}

#content ul li {
margin-left:0px;
background: transparent url(images/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.8em;
}

/******************************************************** news ****************************************************/

#news { display:none;}

/******************************************************** footer ****************************************************/

#footer {
font-size:0.8em;
clear:both; 
height:40px; 
margin-top:10px; 
text-align:center; 
padding-top:5px; 
width:900px; 
margin:auto;
border-top:1px solid #a0dbe4;
}



