body, pre
	{
	background-color:#FFFFFF;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	line-height:1.5em;
	}
	
a, a:hover, a:active, a:focus
	{
	color:#d74941; text-decoration: none; 
	}

a:hover
	{
	text-decoration: underline; 
	}
	
pre
	{
	margin:0px;
	}
	
h1 {font-size:16pt;}
h2	{font-size: 12pt; margin-bottom:0px;}
h3	{font-size: 9pt; margin-bottom:0px}

#header
	{
	height:80px;
	width:100%;
	text-align:center;
	}
	
#footer
	{
	font-size:8pt;
	padding-top:60px;
	clear:both;
	text-align:center;
	}
	
#signet
	{
	display:inline-block;
	cursor:hand;
	cursor:pointer;
	margin:30px;
	width:296px;
	height:43px;
	background-image:url('../gfx/signet2.png');
	background-repeat:no-repeat;
	}
	
#wrapper
	{
	width:900px;
	padding:0px;
	border:0px solid green;
	margin-right: auto;
	margin-left: auto;
	}
	
#menue
	{
	width: 180px;
	min-height:600px;
	height:600px;
	float:left;
	border:0px solid black;
	margin-left:20px;
	}

#MyContent
	{
	text-align:left;
	border:0px solid red;
	margin:20px;
	margin-left:60px;
	width:600px;
	min-height:100%;
	float:left;
	}

	
#glas_banner
	{
	background-image:url('../gfx/glas_banner.jpg'); 
	background-position:top left; 
	background-repeat:no-repeat;
	width:470px;
	height:500px;
	color:#d74941;
	font-weight:100;
	border:0px solid green;
	}

#glas_banner div
	{
	position:relative;
	top:270px;
	left:305px;
	width:230px;
	}
	
#werkstatt_banner 
	{
	background-image:url('../gfx/werkstatt_banner.jpg'); 
	background-position:100% 0; 
	background-repeat:no-repeat;
	position:absolute;
	text-align:left;
	width:630px;
	height:500px;
	color:#d74941;
	font-weight:100;
	border:0px solid black;
	}

#werkstatt_banner div
	{
	position:relative;
	top:310px;
	width:230px;
	}


#menue a
	{
	display:block;
	cursor:hand;
	white-space:nowrap;
	border: 0px solid #333333;
	margin-top:35px;
	text-align:left;	
	text-decoration:none;
	}
	
#menue a.extra
	{
	display:block;
	text-align:center;	
	text-decoration:none;
	margin-top:60px;
	font-size:0.8em;
	}
	
#menue a .link
	{
	display:inline-block;
	width:40%;
	color:#444444;
	font-size:small;
	text-align:left;
	margin-left:12px;
	font-size:0.9em;
	}

	
#menue a .caption
	{
	display:inline-block;
	float:left;
	color:#d74941;
	margin-bottom:2px;
	background-color:#FFFFFF;
	font-weight:bold;
	width:40%;
	text-align:right;
	margin:0px;
	}
	
.special
	{
	text-transform:uppercase;
	letter-spacing:3px;
	}

.no_css 
	{
	display:none;
	}
	