
/* 01 Allgemeine Einstellungen ------------------------------------------------------------------------------------------------------------*/

a html, body {
	background-color:#ffffff;
	border-collapse:collapse;
	border-spacing:0px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	width:100%;
	min-height:100%;
	line-height:normal;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-transform:none;
}

form, form:focus {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a, a:link {
	color: #0f075a;
	text-decoration:none;
}

a:visited {
	color: #0f075a;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity = 70);
}

a:focus{
    outline: none;
}

a:active{
	color:#666666;
}

input, textarea {
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0 0 0 0;
	width:170px;
}

.senden, .leeren{
	background-color:#0f075a;
	border:1px solid #cccccc;
	font-weight:bold;
	color:#ffffff;
	width:170px;
}

.senden:hover{
	background-color:#ffffff;
	border:1px solid #0f075a;
	font-weight:bold;
	color:#0f075a;
	width:170px;
}

.senden:active{
	background-color:#ffffff;
	border:1px solid #000000;
	font-weight:bold;
	color:#000000;
	width:170px;
}


.boxHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.textHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0f075a;
}

#fenster{
	background-position:left top;
	background-repeat:no-repeat;
	display: block; 
	height:300px;
	width:520px;
	overflow:hidden;
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 0;
	position:relative;
}

#fenster-doc{
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ffffff;
	display: block; 
	height:300px;
	width:520px;
	overflow:hidden;
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 0;
	position:relative;
}

	#bildbahn-doc{
		height:300px;
		width:10920px;
		display:block;
		overflow:hidden;
	}

	#bildbahn-fotostory{
		height:300px;
		width:14040px;
		display:block;
		overflow:hidden;
	}

	#bildbahn-shots{
		height:300px;
		width:8320px;
		display:block;
		overflow:hidden;
	}

		.bildrahmen{
			float:left;
			height:300px;
			width:520px;
		}

		.bildrahmen-doc{
			background-color:#ffffff;
			float:left;
			height:300px;
			width:520px;
		}
	 
.picThumbs img {
	border:1px solid #ffffff;
	opacity:0.5;
	filter: alpha(opacity = 50);
	margin-bottom:1px;
	margin-right:1px;
}
	 
.picThumbs img:hover {
	border:1px solid #ffffff;
	opacity:1;
	filter: alpha(opacity = 100);
	margin-bottom:1px;
	margin-right:1px;
	focus:none;
}
