html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}


html { height: 100%; margin-bottom: 1px;} 

body{
	background-color:#2d2d2d;
	background-image:url(images/bg.bw.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	color: #2d2d2d;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	

#container{
	position: absolute;
	top: 0px;
	width:800px;
	left:50%;
	margin-left:-400px;
	}

/*//////////////////////////////////////////////////*/
	
#header{
	position:static;
	width:800px;
	height:200px;
	top: 10px;
	text-align: right;
	color: silver;
	}

#header a{
	color: silver;
	text-decoration: none;
	border:none;
}
	
/*//////////////////////////////////////////////////*/

#navi {
	width: 175px;
	height: 400px;
	background-image: url(images/bg.white.png);
	border: 1px solid silver;
	position: relative;
	padding-top:20px;
	float:left;
	}
	
#navi img {
	padding-bottom: 3px;
	padding-top: 3px;
}

/*//////////////////////////////////////////////////*/
	
#termini{
	border: 1px solid silver;
	text-align:right;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 0.8em;
	color: #1f365b;
	}

#termini p{
	margin: 0px;
	padding: 0px;
	}
	
	.past {
		text-decoration:line-through;
		color: grey;
		}

	.new  {
		text-decoration:none;
		}
	
#termini h4{
	font-size: 1.2em;
	margin:0px;
	padding-top:5px;
	}
	
#termini .past h4{
	text-decoration:line-through;
	color: grey;
	}

/*//////////////////////////////////////////////////*/
	
#content{
	background-image: url(images/bg.white.png);
	border: 1px solid silver;
	position:relative;
	position:5px;
	top:0px;
	//padding-top:15px;
	padding-bottom:45px;
	margin-bottom:10px;
	width:599px;
	float:right;
	}
	
#content p{
	text-align: left;
	margin-left:25px;
	margin-right:25px
	}
	
	#content p.right {
		text-align: right;
		}
	
#content h1{
	text-align:left;
	font-size:2em;
	margin-bottom: 10px;
	margin-left:25px;
	margin-right:25px;
	margin-top: 20px;
	background-color: silevr;
	display: block;
	}
	
#content a:link {
	color: #2d2d2d; text-decoration: none;
}
#content a:visited {
	color: #2d2d2d; text-decoration: none;
}
#content a:hover {
	color: silver; background-color: #2d2d2d;
}
#content a:active {
	color: silver; background-color:white;
}

#content h2{
	text-align: left;
	margin-left:25px;
	margin-right:25px;
	margin-top: 15px;
	}
	
#content h2 a{
	text-decoration: none;
	
	}
	
#content h3{
	text-align: left;
	font-style: italic;
	font-size: 1em;
	margin-left:25px;
	margin-right:25px;
	margin-top:10px;
	}
		
#content h3 a:link {
	color: silver; text-decoration: none;
}
#content h3 a:visited {
	color: silver; text-decoration: none;
}
#content h3 a:hover {
	color: white; background-color: #2d2d2d;
}
#content h3 a:active {
	color: silver; background-color:white;
}
	
#content h5{
	text-decoration: none;
	text-align: left;
	font-style: bold;
	font-size: 1.2em;
	margin: 0px 0px 0px 15px;	
	}


.foto {
	margin: 0px;
	padding: 0px;
	}
	

#content img{
	border: 12px solid silver;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	}
	
	#content table img	{
	border: 2px solid silver;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	}
	
	#content table hr {
	color: silver;
	border:0;
	border-top: 1px solid silver;
	height: 2px;
	padding: 0px;
	margin: 0px;
	}


#content textarea {
	position:absolute;
	margin-left: 12px;
	}
#content select{
	position:absolute;
	left: 15%;
	//margin-left: 130px;
	}
#content .feld {
	position:absolute;
	left: 15%;
	//margin-left: 130px;
	}
#content .button {
	margin-bottom: 10px;
	}

	
#content table {
	margin: 0px 25px 0px 25px;
	color: #5d5d5d;
	}
	
	#content table tr {
		margin: 0px;
		padding: 0px;
		}	
		
	#content table td {
		}	
	
	.one{
		width: 240px;
		}
		
	.two{
		width: 300px;
		}
	
		#content table a:link {
			color: #5d5d5d; background-color: silver; text-decoration: none;
			}
		#content table a:visited {
			color: #5d5d5d; background-color: silver;
			}
		#content table a:hover {
			color: silver; background-color: #5d5d5d;
			}
		#content table a:active {
			color: #5d5d5d; background-color: silver;
			}
	
/*//////////////////////////////////////////////////*/
	
/*#footer img{
	margin:0px;
	padding:0px;
	}*/
	
	

	.boxgrid{ 
		width:549px; 
		height:180px; 
		margin: 0px 0px 10px 25px ; 
		float:left; 
		background:none; 
		overflow: hidden; 
		position: relative; 
		}
		.boxgrid img{ 
			position: static; 
			top: 0; 
			left: 0; 
			border: 0; 
		}
		.boxgrid p{ 
			padding: 0 0px; 
			color:silver; 
			font-weight: noraml; 
		}
				
	.boxcaption{ 
		float: left; 
		position: absolute; 
		background: #000000;
		padding-top: 10px;
		color: silver;
		height: 100px; 
		width: 100%; 
		opacity: .8; 
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}

 		.caption .boxcaption {
 			top: 180px;
			left: 0;
		}
	
	