@charset "UTF-8";
/* CSS Document */
/* Haupteiteneinteilung */
body{font-family:Arial, Helvetica, sans-serif;color:#000;background: #FFF;}
#holder{margin: 0 auto 0 auto;}
#content{width: 970px;background-image:url(../img/back_main.png);background-repeat: repeat-x;background-color:#FFFFFF;padding: 10px;-moz-border-radius: 7px;-webkit-border-radius: 7px;border: 2px solid #CECECE;}
#footer{height:100px;text-align:center;margin-top:10px;font-size:12px;}
#login{margin-bottom:7px;background-color:#FFFFFF;margin-top:5px;padding:0 20px 10px 20px;text-align:left;}
#center{margin-top:-90;padding-left:190px;color:#124B9A;font-size:26pt;font-weight:600;}
#haeder_logo{margin-left:20px;margin-top:20px;}
#gruss{margin-left:190px;font-size:16px; color:#194A94; font-weight:600;}
#logout{margin-left:750px;margin-top:-27px;}
a.logout  {COLOR: #124B9A;font-size:16px;TEXT-DECORATION: underline;}
a.logout:hover{color:#F9B945;TEXT-DECORATION:none;}

/* Hauptmenu Naviagation*/
#nav{width: 100%;}
#nav img{width:80px; height:80px;}
#nav table{width:100%;}
#nav td{font-size:12px;color:#666; text-align:center;}
#nav a{float: left; margin:15px 15px 3px 25px;background-image:url(../img/bg.gif);text-decoration: none;-moz-border-radius: 20px;-webkit-border-radius: 20px;border: 2px solid #CECECE;}
#nav a:hover, #nav a:focus{text-decoration:underline;border: 2px solid #666;}

/*Titel BOX*/
.box .title{ background:url(../img/title-bg.gif) top repeat-x; width:100%;}
.box .title .left-corners{ background:url(../img/title-left-bg.gif) left top no-repeat; width:100%;}
.box .title .right-corners{ background:url(../img/title-right-bg.gif) right top no-repeat; width:100%; height:52px;}
.box .title img{ margin:3px 0 0 10px;}
#boxtitel { margin-left:70px; margin-top:-38px; font-size:24px; color:#124B9A; width:100%}
#boxpicture{width:50px; height:50px;}

/*Hauptbox Inhalt*/
.box{ background:url(../img/box-tail.gif) top repeat-x #efefef; width:100%;}
.box .bot-bg{ background:url(../img/box-bot-bg.gif) bottom repeat-x; width:100%;}
.box .left-corner{ background:url(../img/box-left-corner.gif) bottom left no-repeat; width:100%;}
.box .right-corner{ background:url(../img/box-right-corner.gif) bottom right no-repeat; width:100%;}
.box .indent{ padding:35px 20px 28px 28px;}
