@media screen
{
*{ margin: 0; padding: 0; }

/* Formatierung der Seite */
html { height:100%; }
body { 
	background:url(../img/ds_base_main.png) center repeat-y #eee; 
	margin:0 auto; 
	height:100%;
}

.page_margins{
	font-family: trebuchet ms, helvetica, sans-serif;
	margin: 0 auto; 	
	width:950px;
	min-height:100%;
}

* html .page_margins
{
	height: 100%;
}

td {
	padding:0px 5px;
}

.header{
	background:url(../img/ds_base_header.png) no-repeat;
	width: 950px;
	height: 90px;
}
.headercontent{
	float:left;
	padding-top: 1px;
	padding-left: 10px;
	font-size: 32px;
	font-weight: bold;
}

.headercontent img{ border:0px; }

.headerright{
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 20px;
	color: #646464;
}
.headerright a, .headerright a:hover, .headerright a:visited{
    color: #646464;
    text-decoration: none;
}
.headerright img{
	border:0;
}

.main{
	float: left;
	width: 622px;
	margin: -15px 0px 0px 24px;
}

* html .main{
	margin: -15px 0px 0px 12px;
}

.mainmenu{
	background:url(../img/ds_base_mainmenu.png) bottom no-repeat;	
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 4px;
	color:  #b4b4b4;
}

.mainmenu a, .mainmenu a:visited{
	color:  #b4b4b4;
	text-decoration: none;
}

.mainmenu a:hover{
	color: #fff;
	text-decoration: none;
}

.maincontent{
	font-family: trebuchet ms, helvetica, sans-serif;
	padding-top: 4px;
	padding-left: 15px;
}

.maincontent h2{
	padding-top: 15px;
	padding-bottom: 5px;
	color: #646464;
	font-weight:bold;
	font-size:large;
}

.maincontenttext{
	padding-top: 15px;
	font-family: Verdana;
	font-size:small;
	line-height: 140%;
}

.maincontenttext a, .maincontenttext a:visited{
	color:  #646464;
	text-decoration: none;
}
.maincontenttext a:hover{
	color:  #b4b4b4;
	text-decoration: none;
}

.clearer{
	clear:both;
	width:1px;
	height:1px;
}
.colorframe{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 52px;
	height:52px;
	background: #646464;
}
.colorinnerframe{
	position: absolute;
	margin: 1px;
	width: 50px;
	height: 50px;
	background: #fff;
}
.colorbox{
	position: absolute;
	margin: 4px;
	width: 42px;
	height: 42px;
}

.shot{
	overflow:hidden;
	float: left;
    width: 185px;
	height: 120px;
	border: 1px solid #aaa;
	margin-right: 15px;
	margin-bottom:15px;
}

.shot img{
	border: 0px;
}

.gallery_navi{
	color: #646464;
	font-weight: bold;
	font-size: 13px;
	width:585px;
	border: 1px solid #aaa;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:5px;
}

.gallery_navi select{
	color: #646464;
	font-family: Verdana;
	font-size:11px; 
	width:100px; 
	border:1px solid #aaa; 
	margin:1px 5px;
}

.detailshot{
	float: left;
	width: 318px;
	border: 1px solid #aaa;
	margin-right: 15px;
	margin-bottom:15px;
}
.detailshot img { border:0; }

.comment{
	max-width:570px;
	font-family: verdana;
	font-size:small;
	border: 1px dashed #646464;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.inputtext{
	border: 1px solid #646464;
	padding: 2px;
}
.inputbutton{
	border: 1px solid #646464;
	color: #646464;
	padding: 1px;
}

.right{
	float: right;
	width: 250px;
	margin: -8px 10px 0px 0px;
}
.rightcontent{
	font-weight:bold;
	color: #555;
	margin-bottom: 10px;
}
.rightspacer{
	font-size: 0;
	width: 250px;
	height: 2px;
	background: #555;
	margin-bottom: 10px;
}

* html .right{
	margin: 0px 5px 0px 0px;
}

.footer{
	clear: both;
	background:url(../img/ds_base_footer.png) no-repeat;
	width: 950px;
	height: 50px;
	margin: -50px auto 0 auto;
}

.footercontent{
	padding-top: 25px;
	padding-left: 20px;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

}
