
#cmDisclaimerContainer {
	display: none;
	background-color: #ffffff;
	border: #000000 dotted 1px;
	width: 400px;
	height: 250px;
	overflow: auto;
	color: #000000;
	padding: 10px;
	position: absolute;
	left: 150px;
	top: 150px;
	z-index: 100;
}
#cmDisclaimerClose {
	position: absolute;
	top: 5px;
	right: 20px;
}


/* AUFTEILUNG */
html, body, div, p, span, img, li, ul, h1, h2, h3, a
{
    padding:0px;
    margin:0px;
    border:0px;
    font-size:12px;
    font-family:arial, helvetica, sans-serif;
    line-height:130%;
}


/* STANDARTLINKS */
a
{
    color:#000;
}
a:hover
{
    text-decoration:none;
}


/* LAYOUTCONTAINER */
div#page
{
    margin:10px auto 30px auto;
    width:964px;
    background-color:#4880B7;
}

div#left
{
    width:195px;
    float:left;
}
div#right
{
    width:768px;
    float:left;
    border-left:1px solid #fff;
    background-image:url(http://www.vogtnetze.de/img/schatten-bg.png);
    background-repeat:repeat-y;
    background-position:top right;
}


/* MENU */
div#logo
{
    width:195px;
    height:167px;
    overflow:hidden;
}
div.menudiv
{
    background-color:#3F70A0;
    border-bottom:1px solid #366088;
    height:40px;
    overflow:hidden;
}
div.menudiv:hover
{
    background-color:#EBEFF3;
}
div.menudiv.active
{
    background-color:#EBEFF3;
}
a.menulink
{
    background-color:#3F70A0;
    padding:11px 15px 11px 15px;
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}
a.menulink:hover
{
    background-color:#EBEFF3;
    color:#366189;
}
a.menulink.active
{
    background-color:#EBEFF3;
    color:#366189;
    background-image:url(http://www.vogtnetze.de/img/menu-active-bg.gif);
    background-repeat:no-repeat;
    background-position:175px 15px;
}
div.verlauf
{
    height:222px;
    width:195px;
    background-image:url(http://www.vogtnetze.de/img/verlauf-bg.png);
    background-repeat:repeat-x;
    background-position:bottom;
}


/* CONTENT */
div.height
{
    float:left;
    height:400px;
}
div#content_top
{
    width:768px;
    height:93px;
    background-color:#fff;
}
div#content
{
    background-color:#EBEFF3;
    float:left;
    width:768px;
    background-image:url(http://www.vogtnetze.de/img/schatten-bg.png);
    background-repeat:repeat-y;
    background-position:top right;
}
div#top
{
    width:768px;
}
div#bottom
{
    width:764px;
}
div#top_left
{
    float:left;
    width:381px;
    background-color:#EBEFF3;
    height:237px;
    border-bottom:1px solid #fff;
    overflow:hidden;
}
div#top_right
{
    width:386px;
    border-left:1px solid #fff;
    float:left;
    height:238px;
    overflow:hidden;
}
div#top_left div.ueberh1
{
    height:40px;
    background-color:#3F70A0;
    border-bottom:1px solid #fff;
}
div#top_left h1
{
    padding:11px 7px 0px 7px;
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
div#top_left div.top_text
{
    margin:3px 7px;
}


/* BOXES */
div.box
{
    width:254px;
    float:left;
}
div.ueberh2
{
    height:40px;
}
h2
{
    padding:11px 7px 0px 7px;
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
div.box div.image
{
    overflow:hidden;
    height:74px;
}
div.box div.box_text
{
    padding:5px 7px;
    color:#000;
    height:170px;
}
div.box ul
{
    float:left;
    width:120px;
    overflow:hidden;
}
div.box ul li
{
    padding-left:7px;
    overflow:hidden;
    background-image:url(http://www.vogtnetze.de/img/liste-bg.gif);
    background-repeat:no-repeat;
    background-position:0px 5px;
}
a.boxlink
{
    float:right;
    margin:0px 7px 5px 7px;
    padding-left:7px;
    background-image:url(http://www.vogtnetze.de/img/liste-bg.gif);
    background-repeat:no-repeat;
    background-position:0px 5px;
}
div.abstand
{
    width:1px;
    height:100px;
    float:left;
    background-color:#fff;
}


/* FOOTER */
div#footer
{
    width:964px;
}
div#footer_left
{
    width:950px;
    background-image:url(http://www.vogtnetze.de/img/footer-bg.png);
    background-repeat:repeat-x;
    height:44px;
    float:left;
    text-align:right;
}
div#footer_right
{
    width:14px;
    background-image:url(http://www.vogtnetze.de/img/footer-right-bg.png);
    background-repeat:no-repeat;
    height:44px;
    float:left;
}
div#footer_left div.footer_text
{
    padding:11px 7px 0px 0px;
    font-size:14px;
    font-weight:bold;
    color:#fff;   
}
div#address
{
    background-color:#fff;
    text-align:center;
    width:964px;
}


/* #################### */
div.clear
{
    clear:both;
}
div.ueberhell
{
    background-color:#658DB3;
}
div.uebermittel
{
    background-color:#527EA9;
}
div.ueberdunkel
{
    background-color:#3F70A0;
}
div.hell
{
    background-color:#EBEFF3;
}
div.mittel
{
    background-color:#D7DFE7;
}
div.dunkel
{
    background-color:#C2CFDB;
}


