/* CSS Document */

	/*--------------------------------------------------------------------*/
	/*--------------------------------------------------------------------*/
	/* ----- BASE CSS --------------------------------------------------- */
	/*--------------------------------------------------------------------*/
	/*--------------------------------------------------------------------*/
	
	
	
	*{
		margin:0;
		padding:0;
	}
	

	html { 
		height: 100%; margin-bottom: 1px; /*um immer einen scrollbalken anzuzeigen*/
	} 
	
	
	
	html, body { 
		height:100%;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
        	color:#000000;
        	/*background-color:#000000;*/        	
	}
	
	
	body{
		position: relative; /* Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Groesse des Browser Fensters geaendert wird. */
		font-size: 100.01%; /* font-size-Angabe, um zoom-Verhalten im IE zu steuern */
		text-align: center; /* hack for IE 5.x and quirks mode */
        	min-width: 720px; /* needed for Netscape <= 6 with tiny screens */
		/*background-color:#585858;*/
	}
	
	
	/*--------------------------------------------------------------------*/
	/* ----- IDS ----- */
	/*--------------------------------------------------------------------*/
	
	
	#anfang  {
	       height:1px;
	       
	}
	
	* html #container{
		height: 100%;
	}
		
	#container {
		width: 915px;
		margin: 0 auto;
		text-align: left; /* hack for IE 5.x and quirks mode */
		background-color:#FFFFFF;
		/*padding: 40px 5px 20px 5px;*/
		padding: 0px 5px 0px 5px;
		min-height:100%;
	}
	
	#container2 {
		padding: 40px 0px 0px 0px;
	}
	
	#header { 
		position:relative; 
		margin: auto;
		height:50px;
		width:830px;
		background-image:url(stuff/main/logoMTWD.gif);
		background-repeat:no-repeat;
		/* border:1px solid; */
	}
	
		
	
	/*--------------------------------------*/
	/*---------------NAVIGATION-------------*/	
	/*--------------------------------------*/
	
		
	#navigation{
		margin:20px auto; 
		width:860px;	
	}
	
	#nav_sub, #nav_main {
		border-bottom: 1px dotted;
		height:10px;
/*		clear:both;*/
		height:2em;
	}
	
	#nav_main_l, #nav_sub_l  { 
		width: auto; 
		float:left;
		margin:0 0 0 0px;
		height:2em;
		padding-left:15px;
	}
	
	#nav_main_r {  
		width: auto; 
		padding-right:15px;
		float:right;
		height:2em;
		}
	
	
	
	
	/*--------------------------------------*/
	/*---------------INHALT-----------------*/	
	/*--------------------------------------*/


	#inhalt{
		min-height:400px;
		width:860px;
		margin: auto;
		padding:0 0 10px 0;
	}
	
	
	#inhalt_links, #inhalt_mitte, #inhalt_rechts {	
		margin:0 0 0 0;
		min-height:100px; /* height funktioniert nicht, weil main sonst nicht nach unten weiterwachsen kann.. für den IE 6 muss man jedoch height benutzen, da er min-height nicht kennt*/
	}
	
	
	#inhalt_links {	
		float: left;		
		padding:0 0 0 15px;
		width: 150px;
	}
	
	
	#inhalt_mitte {
		width: 400px;
		margin:0 auto 0 auto;
	}
	
	
	
	#inhalt_rechts {	
		float:right;
		padding:0 15px 0 0;
		width: 150px;
	}
	
	
	

	/*--------------------------------------*/
	/*---------------FOOTER-----------------*/	
	/*--------------------------------------*/
	
	#footer { 
		background-color:#FFFFFF;
		clear:both; /* Backup fuer IE-Clearing */
		width: 925px;
		height:20px;
		margin:0 auto 0 auto;
		padding-top:5px;
		position: relative;
		margin-top: -7.5em;
	}
	
	#footer2{
		border-top: 1px dotted #000000;
		margin:0 35px 0 35px;
	}
	
	
	#footer_l { 
		width: auto; 
		float:left;
		padding-left:15px;
	}	
	
	#footer_r { 
		width: auto; 
		float:right;
		padding-right:15px;
	}	
	
	
	
	
	#text, #text2 {
	        margin:0px 0 0 0;
	        width:200px;
	}


	
	/*--------------------------------------------------------------------*/
	/* ----- UBERSCHRIFTEN----- */
	/*--------------------------------------------------------------------*/
	
	
	#header h1 {
		display:none;
	}
	
	
	/*#inhalt_mitte h3{
		border-bottom: 1px dotted; 
	}*/
	
	
	h1{
		font-size:9px;	
		font-weight:normal;
	}
	
	h2, h3{
		font-size:9px;	
		font-weight:bold;
	}
	
	
	h3{
		margin:0 0 5px 0;
	}
	
	
	h4{
		padding:0 0 0 0;
		font-size:9px;
		font-weight:normal;
	}
	

	
	/*--------------------------------------------------------------------*/
	/* ----- ABSAETZE --------------------------------------------------- */
	/*--------------------------------------------------------------------*/
	
	p{
		margin:0 0 1em 0;
		line-height: 1.5em;
		font-size:9px;
	}
	
		
	a{ 
		color:#878889;
		text-decoration:none;
		font-weight:normal;
	}
	
	a:active, a:focus, a:hover{ 
		color:#000000;
	}
	
	.margin_left {
		margin-left:10px;
		color:#FF00FF;
	}
	
	.bold{
		font-weight:bold;
	}
	
	.issue_dl{
		margin:5em 0 0 0;
	}
	
	
	
	/*---------------------------------------------------*/
	/*--------------BILDBEREICH TEXTBILD-----------------*/	
	/*---------------------------------------------------*/
	
	
	.csc-textpic-imagewrap {
	        margin: 0 150px 50px 0;
	}
	
	
	/*---------------------------------------------------*/
	/*--------------LISTEN-------------------------------*/	
	/*---------------------------------------------------*/
	
	
	ul{
	        list-style:none;
	}        


	
	/*--------------------------------------------------------------------*/
	/*--------------------------------------------------------------------*/
	/* ----- navigation CSS ----- */
	/*--------------------------------------------------------------------*/
	/*--------------------------------------------------------------------*/
	
	/*--------------------------------------------------------------------*/
	/* ----- MAIN NAVIGATION----- */
	/*--------------------------------------------------------------------*/
	
	
	
	#nav_main_l ul, #nav_sub ul, #footer_l a, #agb_menu ul{  
		list-style:none;
		margin:5px 0 0 0px;
		}
		
	#nav_main_r ul{  
		list-style:none;
		margin:0.5em 0 0 0;
		}
		
	#col1_content ul{
		list-style:none;
		}
		
		
	#footer_r h4{  
		list-style:none;
		margin:0 0 0 0;
		}
	
	
	#navigation li, #agb_menu li, .com-basket-submit li{
		display:inline;
		font-weight:bold;
		color:#000;
        }
        
        #text ul{
                margin:0 0 20px 0;
        }
	
	

	
	
	/*--------------------------------------------------------------------*/
	/* ----- BILDER----- */
	/*--------------------------------------------------------------------*/
	
	img{
		border:0;
	}
	
	
	#inhalt_rand img{

		margin: 10px 0 0 0;
		

	}
	
	#inhalt_rechts div.csc-textpic-clear{

		margin: 0 0 20px 0;
		

	}
	
	

	
    /*--------------------------------------------------------------------*/
	/* ----- FLOAT-CLEARING ----- */
	/*--------------------------------------------------------------------*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	
	
	
    /*--------------------------------------------------------------------*/
	/* ----- KLASSEN ----- */
	/*--------------------------------------------------------------------*/

	
	.anfang{
	
	       padding:0 5px 0 0;
	}
	
	
	.sprache{
	
	       padding:0 10px 0 0;
	}
	
	.download, .mail{
		text-decoration:underline;
	}
	
	.act a{
	      text-decoration:none;   
	      font-weight:bold;
	      color:#000000;   
	
	}
	
	
	
	
	
	.button{
	
		border:1px solid;
		font-weight:bold;
		color: #000000;
		padding:4px 15px 4px 15px;
		
	}
	
	input[type="submit"]{
	
		border:1px solid;
		font-weight:bold;
		color: #000000;
		padding:5px 15px 5px 15px;
		
	}
	
	.button:hover{
	
		background-color: #CCFFFF;

	}	
	
	#adressen{
	

		margin-top:10px;
	
	}
	
	
	
	

/*AB_LINKLIST*/



.tx_ablinklist_treeView_links{
	margin-bottom:0px;
}


.tx_ablinklist_treeView_category {
	margin-bottom:0px;
}

.tx_ablinklist_treeView_category_level_1{
	display:none;
}

.tx-ablinklist-pi1{
	border-top:1px dotted #000000;
	margin-top:-4px;	
}
	