/*			© weto ag - webdesign [sz]			*/
/*				all rights reserved				*/
/**/
/**/
/**/
/**/
/**/
/**/

@import url("nav_menu.css");
@import url("galerie.css");
@import url("archiv_menu.css");


body {
	font-family: Verdana, Arial, tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}



/* DIV BEREICHE */

#div_global	{
	height: 100%;
	width: 986px;
	border: 1px solid #cccccc;
	margin: auto;
	}
	
#div_head	{
	width: 100%;
	height: 149px;
	/* border-bottom: 1px solid #cccccc; */
	}
	
#div_nav_mnu	{
	width: 100%;
	height: 25px;
	margin: auto;
	/* border-bottom: 1px solid #cccccc; */
	padding-top: 2px;
	padding-bottom: 20px;
	}
	
#whos_who	{
	width: 986px;
	font-family: Verdana, Arial, tahoma;
	font-size: 10px;
	color: #999999;
	height: 16px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	float: left;
	}
	
#div_contents	{
	width: 100%;
	min-height: 345px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#div_bottom	{
	width: 100%;
	height: 17px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	}
	
#div_ansprechpartner {
	border: 1px solid #c6cfd0;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#div_kontakt {
	border: 1px solid #c6cfd0;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 15px;
	text-align: center;
	}
	
#div_small_heads	{
	border-bottom: 1px dashed #cccccc;
	}
	
#div_spez_imp	{
	width: 99%;
	margin-left: 6px;
	}
	
	
/*ENDE DIV BEREICHE*/





/* FONTS */

/* DIE STANDARTSCHRIFT IST IM BODY DEFINIERT */

a:link {
	color: #999999;
	text-decoration: none;
	}
	
a:visited {
	color: #999999;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	}

a:active {
	color: #999999;
	text-decoration: none;
	}
	
.copright	{
	font-size: 10px;
	text-align: center;
	}
/* ENDE FONTS */

