/* 
grau_d  = #949494
g_med1  = #B4B4B4
g_med2  = #C3C3C3
g_med3  = #A9A9A9
g_hell1 = #D9DDE3
g_hell2 = #E1E1E1
g_hell3 = #D4D4D4
blue    = #4C5E7B
*/

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;

	SCROLLBAR-FACE-COLOR:#C3C3C3;
	SCROLLBAR-HIGHLIGHT-COLOR:#C3C3C3;  
	SCROLLBAR-SHADOW-COLOR:#4C5E7B;
	SCROLLBAR-3DLIGHT-COLOR:#4C5E7B;
	SCROLLBAR-ARROW-COLOR: #4C5E7B;
	SCROLLBAR-TRACK-COLOR:#D9DDE3;
	SCROLLBAR-DARKSHADOW-COLOR:#4C5E7B;
}

/*
positionierung
*/

#screen {
	position:absolute;
	left:auto;
	top:auto;
	height:520px;
	width:720px;
	z-index:1;
} 

#top_img {
	position:absolute;
	left:auto;
	top:auto;
	height:360px;
	width:270px;
	z-index:2;
} 

#back_img {
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	width:240;
	margin-left:-360px;
	background-image:url(images/back.gif);
} 

#nav {
	position:relative;
	left:15px;
	top:88px;
	height:500;
	width:200;
	z-index:10;
} 

#imp {
	position:absolute;
	left:740px;
	top:650px;
	height:20px;
	width:180px;
	z-index:11;
} 

#content {
	position:relative;
	left:20px;
	top:88px;
	height:400;
	width:446;
	z-index:3;
	overflow:auto;
} 

#cont_gal {
	position:relative;
	left:20px;
	top:88px;
	height:230;
	width:446;
	z-index:3;
	overflow:auto;
} 

#galerie {
	position:relative;
	left:16px;
	top:0px;
	height:260;
	width:446;
	z-index:13;
	overflow:auto;
} 

/*
formatierung
*/

a:visited 		{
	font-size:11px;
	line-height:15px;
	color:#949494;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
}

a:link 			{
	font-size:11px;
	line-height:15px;
	color:#949494;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
}

a:hover 		{
	font-size:11px;
	line-height:15px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
}
	
a.impressum:visited 		{
	font-size:11px;
	color:#FFFFFF;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
}

a.impressum:link 			{
	font-size:11px;
	color:#FFFFFF;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
}

a.impressum:hover 		{
	font-size:11px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
}
	
a.nav:visited 		{
	font-size:11px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}

a.nav:link 			{
	font-size:11px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}

a.nav:hover 		{
	font-size:11px;
	color:#FFFFFF;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}
			
input {
	background-color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-size:12px;
	line-height:11px;
	border:solid 1;
	width:150;
}

textarea {
	background-color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-size:12px;
	line-height:15px;
	border:solid 1;
	width:150;
}

select {
	background-color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-size:12px;
	line-height:15px;
	border:solid 1;
	width:150;
}

h2 {
	font-size:13px;
	color:#949494;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:bold;
}

h3 {
	font-size:2px;
	line-height:2px;
	color:#FDFDFD;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:normal;
}

h1 {
	font-size:11px;
	line-height:15px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:bold;
}

.text {
	font-size:11px;
	line-height:15px;
	color:#4C5E7B;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:normal;
}	

.textb {
	font-size:11px;
	line-height:15px;
	color:#949494;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:bold;
}	

.textweiss {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	font-family: verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}	

.down {
	font-size:11px;
	line-height:15px;
	color:#949494;
	font-family:verdana, tahoma, arial, helvetica, sans serif, geneva;
	font-weight:normal;
}	


