/* CSS Document */

html, body {
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color:#000000;
		margin:0px;
		
		}
/* inhalt */
h1 {
		font-size: 14px;
		padding:0px 0px 5px 0px;
		}
p {
		padding:0 0 7px 0;
		margin:0px;
		}
/*h3 {
		font-size:11px;
		font-weight:bold;
		padding:0px;
		margin:0px;
		}
ul,li	{
		padding:0px;
		margin:0px 0 0 7px;
		}
.prosa {
		margin:0px 0px 10px 0px;
		padding:0px;
		width: 380px;
		}
*/
a			{color:#FFF; text-decoration:none;}
a:visited 	{text-decoration:none;}
a:hover		{color:#dddddd; text-decoration:none;}
a:active 	{color:#dddddd; text-decoration:none;}

a b {
	text-decoration:underline;}

/*
#an a	{color: #999; font-weight: bold; text-decoration:none;}
#an a:visited 	{color: #999; font-weight: bold; text-decoration:none;}
#an a:hover		{color:#fff; text-decoration:none;}
#an a:active 	{color:#fff; text-decoration:none;}

*/
/* Darstellung Website Kopf, Navi, Inhalt 

#box {
		width:1000px;
		}*/
#head {
		width:1000px;
		height: 107px;
		padding:12px 0px 0px 20px;
		}
#head_image {
		float:left;
		}
#hauptnavi  {
		float:left;
		font-size:12px;
		margin: 36px 0 0 120px;
		}
#content_box {
		width:1000px;
		height:360px;
		}
#content_left {
		width:290px;
		height:265px;
		background-color:#505050;
		margin:35px 0px 0px 0px;
		padding:10px 10px 10px 0;
		text-align:right;
		float:left;
		}
#content_right{
		width:147px;
		height:265px;
		background-color:#505050;
		background-image:url(../images/bottom_line.gif);
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		margin:35px 0px 0px 0px;
		padding:10px 10px 10px 10px;
		float:left;
		}
#content_image{
		margin:0px;
		padding:0px;
		background-image:url(http://www.widder7.ch/an/images/gradient.gif);
		background-repeat:repeat-x;
		float:left;
		}
#address 	{
		font-size:11px;
		margin: 20px 0 0 0px;
		padding: 0px;
		width:1000px;
		text-align:center;
		}
#horizontal {
		width:467px;
		position:absolute;
		top:153px;
		left:0px;
		z-index:2;
		background-image:url(../images/bottom_line.gif);
		background-repeat:no-repeat;
	}
#vertical {
		height:149px;
		position:absolute;
		top:18px;
		left:300px;
		z-index:2;
		background-image:url(../images/bottom_line.gif);
		background-repeat:no-repeat
	}
/* navigation */
.navi, .navi_a   {
		padding-right:70px;
		display:inline;
		}
.navi_a {
		font-weight:bold;
		}
/* inhalt text rechts */
td.links	{
		vertical-align:bottom;
		height:217px;
		text-align:right;
		padding:0px;
		margin:0px;
		}
/* inhalt text rechts */
td.unten	{
		vertical-align:bottom;
		height:266px;
		padding:0px;
		margin:0px;
		}
/* Modebilder */
.image_mode {
		background-color:#000000;
		border:3px solid #BCBCBC;
		padding:13px 0 15px 0;
		margin: 0 0 0 20px;}
.antifloat 	{
		clear: both;
		}
