html, body
{
	height:99%;
}


html
{
	color: white;

}

body
{
	background-image: url( images/background.gif );
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size: 12px;

}

#distance
{ 
	width: 1px;
	height: 50%;
	margin-bottom: -310px; /* half of container's height */
	float:left;
}


#main
{
	margin: 0 auto;
	width: 770px;
	height: 645px;
	
	font-size: 12px;
	
	border: 2px solid white;
	background-color: #373923;
	
	padding: 0 0 10px 0;

	text-align: center;

	clear:left;
	position: relative;

}

#content
{
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 510px;
	width: 770px;
}

#descriptionContainer
{
	width: 406px;
	height: 410px;	
	position: relative;
	top: 30px;
	left: 310px;
	padding: 10px 0 20px 20px;
	vertical-align: bottom;
	text-align: left;
}

#gallerycontainer
{
	left: 10px;
	top: 10px;
	width: 770px;
	height: 510px;
	position: relative;
	/*padding: 10px 0 20px 20px;*/
	vertical-align: bottom;
	text-align: left;
}

#description
{
	overflow: auto;
	width: 396px;
	height: 390px;	
	padding: 0 5px 0 5px;
}

#gallerydescription
{
	overflow: auto;
	width: 750px;
	height: 498px;	
	border: 1px solid white;
}

#description table, #description h3, #gallerydescription h3
{
	margin-top: 10px;
}

#description table td
{
	padding: 0 5px 2px 0;
}

.semitransparent
{
	background-image: url( images/transparente_Flaeche.png );
}

#footer table
{
	width: 100%;
}

#footer table td
{
	vertical-align: top;
	text-align: left;
}

#footer table td.mainButton
{
	width: 300px;
	padding-left: 10px;
}

a img
{
	border: 0;
}

a.menulink, a
{
	font-size: 10px;
	text-decoration: none;
	color: white;
}

a.menulink:hover, a.active, a:hover
{
	color: #FF00C0;
}

table.links td.rootlink
{
	background-image: url( images/menuebutton_inactiv.gif );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 450px;
	height: 15px;
	
	padding-left: 35px;
}

table.links td.rootlink:hover, table.links td.active
{
	background-image: url( images/menuebutton_activ.gif );
}

#footer table.models
{
	padding-left: 10px;
	width: 350px;
}

#footer table.modeldata
{
	padding-left: 20px;
	width: 250px;
}

div,p
{
	margin: 0;
	padding: 0;
}

#hideText
{
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
}

li a
{
	font-size: 12px;
}

#hideText span a, #hideText span a:hover, li a:hover
{
	color: #FF00C0;
}

#contactform table
{

}

#contactform .textinput, #contactform .mailaddress
{
	width: 350px;
}

#contactform .textinput
{
	height: 150px;
}

#contactform th
{
	font-weight: normal;
	padding-bottom: 5px;
}

#description ul.models
{
	list-style-type: none;
	padding: 0;
}

#description ul.models li
{
	padding: 0 0 5px 0;
}

#description ul.models li a
{
	font-weight: bold;
}

#description p
{
	padding-bottom: 5px;
}

p a
{
	font-size: 12px;
}

