/*############# FRAMEWORK START #############*/
* { margin:0; padding: 0; } 
	
html { height: 100% } 

body { 
	min-height: 101%;	
	font-size: 100.01%; 
	position: relative; 
	color: #000;        
	background: #2c658e;
	text-align: center; 
} 
	
#container_rahmen { 
	width:930px; 
	margin-left: auto;
	margin-right: auto;
	max-width:none;  
	min-width:inherit; 
	border-left: 5px solid white; 
	border-right: 5px solid white;
	text-align: left; 
}
	
#container{ background: #fff;}

#header { 
	position:relative; 
	height: 123px;
	border-top: 2px solid orange;
}

#header a {
	padding: 0;
}
	
#nav { clear:both; width: auto; }

#content-main {	
	clear:both; 
	width: 930px;
	background-image: url(../media/main_bg.png);
	background-repeat: repeat-y;
	margin: 0 -5px 0 -5px;         
	padding: 0;
	border-left: 5px solid white; 
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}


.bodytext {
	padding:0 20px 10px 20px;
}

.internal-link {
	padding:0px !important;
}

.box_blue_content .bodytext {
	padding:0 20px 10px 7px;
}

.box_blue_content h1 {
	padding:15px 20px 10px 7px;
}

			
#footer { 
	clear:both; 
	position: relative;
	bottom: 0;
	display: block;
	background-color: #dae3ef;
	height: 15px;
	text-align: right;
	padding: 5px;
}	

#mitte_content, #links_content, #rechts_content { position:relative;}

.flex-content {
	margin:20px;
	border-left:1px dashed gray;
	border-right:1px dashed gray;
}
	
#mitte {z-index: 3;}
#links {z-index: 5;}
#rechts {z-index: 1;}

#mitte_content {z-index: 4; min-height:300px;}
#links_content {z-index: 6;}
#rechts_content {z-index: 2;}
	
#mitte { 
	width:646px; 
	float:left; 
	margin-left:142px;
	background-color:white;
}

#links { 
	width:142px; 
	float:left;  
	margin-left:-788px;
}

#rechts { 
	width: 142px;
	min-height:270px;
	margin-left: 788px;
	margin-right: 0;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.clearfix { display: block; } 	
	
#ie_clearing { display: none }
/*############# FRAMEWORK ENDE #############*/





/*############# MENÜ START #############*/
#hmenu {
	height:26px;
	border-top:2px solid orange;
	background-image:url(../media/top_nav_bg.png);
	background-repeat:repeat-x;
}

#hmenu ul.urban {
	background-image:url('../media/list-style-image.png') !important;
	background-position:top right;
	background-repeat:no-repeat;
	width:500px;
	text-align:right;
	margin:0 0 -5px 517px;
	display: inline !important;
}

#hmenu li {
	list-style: none;
	display: inline;
	margin-right: 8px;
	background-image: url(../media/list-style-image.png);
	background-repeat: no-repeat;
	background-position: left 2px;	
	padding: 5px 0px 0 12px;
}


#hmenu a {
	padding: 0 !important;
}

#hmenu ul.urban li a {
	color:gray;
	text-decoration:none;
	font-size:80%;
}

#hmenu ul.urban li.active{
	font-weight: bold;
}

#menu {
	width: 142px;
	margin: 0;
}

#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	background-color: #fff;
	width:auto;
}

#menu li {
	margin-top: -2px;
	padding:0; 
}
	
#menu li a {
  	height: 20px;
	text-decoration: none;
	display: block;
	color: #2f65a8;
}	
	
#menu li a:link, #menu li a:visited {
	color: #2f65a8;
	display: block;
	background:  url(../media/nav_main.png) 0 -20px;
	background-repeat: no-repeat;
	padding: 2px 0 0 25px;
}
	
#menu li a:hover {
	color: #2f65a8;
	display: block;
	background:  url(../media/nav_main.png);
	background-repeat: no-repeat;
	padding: 2px 0 0 25px;
}

#menu li .aktiv {
	color: #2f65a8;
	display: block;
	background:  url(../media/nav_main.png) !important;
	background-repeat: no-repeat;
	padding: 2px 0 0 25px;
}
/*############# MENÜ ENDE #############*/





/*############# CONTENT START #############*/
body { color: #444; font-size: 81.25%; font-family:Verdana, Helvetica, Arial, sans-serif; } /* 13px */
h1,h2,h3,h4,h5,h6 { font-family:Verdana, Arial, Sans-Serif; font-weight:normal; padding:0 0 15px 20px;}

#rechts_content h1 {
	display:block;
	height: 18px;
	border-top: 1px solid #2f65a8;
	border-bottom: 1px solid #2f65a8;
	background-image: url(../media/bg_right_header.png);
	background-repeat: repeat-x;
	padding: 2px 0 0 5px;
	font-size: 100%;
	margin: 0;	
}

h1 {font-size: 1.6em; color: #666; margin: 0 0 0.25em 0; padding-top: 1.5em; }
h2 {font-size: 1.4em; color: #666; margin: 0 0 0.25em 0; padding-top: 1.5em; }
h3 {font-size: 1.2em; color: #666; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
h4 {font-size: 1.0em; color: #666; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold;}
h5 {font-size: 1.0em; color: #666; margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #666; margin: 0 0 0.30em 0; font-style:italic; }


p { line-height: 1.5em; margin: 0 0 1em 0; }

#mitte_content ul{
	padding: 0 0 0 60px;
	list-style: square;
}


#mitte_content ol{
	padding: 0 0 0 60px;
}

#mitte_content a,a:link,a:visited{
	font-size: 100%;
	color: #2c658e;
	text-decoration: none;
}

#mitte_content a:hover {
	text-decoration: underline;
}


.head {
	background-color: #2f65a8;
	display: block;
	height: 18px;
	color: #fff;
	padding: 5px;
}

.box_blue {
	display: block;
	background-color: #dae3ef;
	height: 16px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	padding: 5px;
}

.right_header {
	display:block;
	height: 18px;
	border-top: 1px solid #2f65a8;
	border-bottom: 1px solid #2f65a8;
	background-image: url(../media/bg_right_header.png);
	background-repeat: repeat-x;
	padding: 2px 0 0 5px;
}

#footer a, a:link, a:visited{
	color: #666;
	text-decoration: none;
	padding: 0 0 0 15px;
	font-size: 85%;	
}

#footer a:hover {
	text-decoration: underline;
}

#mitte .csc-textpic-imagewrap {
	margin:5px 20px 0 20px;
	border:0;
	
}

.contenttable {
	width:93%;
	margin:21px;
}

.contenttable .tr-0 td {
	background-color:#2F65A8 !important;
	padding:5px 0px 5px 5px;
	color:#ffffff;
}

.contenttable .tr-odd td {
	background-color:#E2E9F3;
	padding:5px;
}

.contenttable .tr-even td {
	background-color:#D1DFEE;
	padding:5px;
}

/*############# CONTENT ENDE #############*/	


/* FORMULAR */
.input-t01 {
    border:1px solid #2f65a8;
    width:300px;
    height:20px;
    background-color:#dae3ef;
    margin:0px 0px 0px 15px;
}

.input-t02 {
    border:1px solid #2f65a8;
    width:300px;
    height:100px;
    background-color:#dae3ef;
    overflow:auto;
    margin:0px 0px 0px 15px;
}

.input-t03 {
    border:2px solid #2f65a8;
    width:auto;
    height:25px;
	width:300px;
    background-color:#dae3ef;
    margin:0px 0px 0px 8px;
	font-size: 110%;
}

form .bodytext {
	_font-size: 80%;
}


/*################## SITEMAP #############*/
.csc-sitemap ul {
	margin:0px;
	padding:0px;
}

.csc-sitemap ul li {
	margin:15px 0px 0px -23px;
	padding:5px 0px 0px -10px;
}

.csc-sitemap ul li ul li {
	margin:0px 0px 0px -20px;
	padding:0px 0px 0px -10px;
}



/*################## LOGIN #############*/
.tx-newloginbox-pi1 {
	margin:0px 18px 0px 18px;
	padding:7px;
	background-color:#ECF2F9;
}

.tx-newloginbox-pi1 h3 {
	margin:0px 0px 5px -18px;
	font-size:90%;
}

.tx-newloginbox-pi1 p {
	margin:0px 0px 10px 0px;
}

.tx-newloginbox-pi1 table p {
	margin:0px 0px 0px 0px;
}

.tx-newloginbox-pi1-submit {
	margin:10px 10px 0px 0px;
	border:1px solid gray;
	width:auto;
	height:18px;
	background-color:#ffffff;
}

#tx-newloginbox-pi1-user,
#tx-newloginbox-pi1-pass {
	border:1px solid gray;
	width:150px;
	height:18px;
	background-color:#ffffff;
}



/*################## DOWNLOAD LISTE #############*/
.tx-mocfilemanager-pi1 {
	margin:0px 0px 0px 9px;
	width:93%;
}

.borderbottom {
	display:none;
	padding:16px 0px 7px 0px !important;
	border:0px !important;
}

.tx-mocfilemanager-pi1 table td img {
	margin:0px 7px -3px 0px;
}

.tx-mocfilemanager-pi1 table td {
	font-size:60%;
	font-weight:normal;
}

.tx-mocfilemanager-pi1 table a {
	margin:0px 0px 10px 7px;
	display:block;
}

.tx-mocfilemanager-pi1 .filelink img {
	float:left;
}

.command {
	margin:40px 0px 0px 0px;
	display:block;
}
