/* Basic Elements */
html {
	font-family: Verdana, Arial, Tahoma;
	margin: 0;
	
	/*background: #EFEFEF;*/
	/*background: url("../grafik/logo_01.jpg");*/
	
	background: #FFFFFF;
	background-image: url("../grafik/back_ff.png");
	background-attachment: fixed;
	background-repeat: repeat-x;

	padding-bottom: 1px;
	height: 100%;
	outline: none;
	}

body {
	
	}
		
/* Container */	
#container {
	width: 970px;
	margin: 0 auto;
	border: 1px solid #C0C0FF;
	padding: 3px 3px 3px 3px;
	background: #FFFFFF;
	}

	
/* Header */
#header {
	width: 971px;
	height: 151px;
	background: url("../grafik/titel_02.jpg");
	margin-top: 0px;
	margin-bottom: 2px;
	color:#FFFFFF;
	text-align: center;
	}

	
/* Linkleiste */
#linkleiste {
	width: 100%;
	height: 20px;
	background: #e0e0e0;
	color: #323232;
	font-size: 10px;
	text-align: right;
	margin-bottom: 2px;
	line-height:20px;
	vertical-align: middle;
	}
#linkleiste a {
	color: #323232;
	text-decoration: none;
	}
#linkleiste a:hover {
	color: navy;
	}
#linkleiste img {
	vertical-align: middle;
	padding-top: 1px;
	}	

/* Linkleiste_Left */	
#linkleiste_left {
	height: 20px;
	background: #e0e0e0;
	color: #323232;
	font-size: 10px;
	text-align: left;
	float: left;
	margin-bottom: 2px;
	line-height:20px;
	vertical-align: middle;
	}
#linkleiste_left a {
	color: #323232;
	text-decoration: none;
	}
#linkleiste_left a:hover {
	color: navy;
	}
#linkleiste_left img {
	vertical-align: middle;
	padding-top: 1px;
	}
	

	
/* Content_Full */	
#content_full {
	float: right;
	width: 100%;			/* 100% von Container */
	font-size: 12px;
	margin-bottom: 5px;
	clear: right;
	color: #000;
	}
	
	
/* Footer */
#footer {
	width: 100%;		/* 100% von Container */
	clear: both;
	height: 20px;		/* 20px */
	text-align: center;
	background: #e0e0e0;
	color: #323232;
	font-size: 10px;
	vertical-align: middle;
	line-height:20px;
	}
#footer a {
	color: #323232;
	text-decoration: none;
	}
#footer a:hover {
	color: navy;
	}
#footer img {
	vertical-align: middle;
	padding-top: 2px;
	}	
	
	
/* Platzhalter */
#blank {
	height: 20px;
	}

/* Thumnail-Container */	
#thumbs {
	width: 950px;
	}

/* Item im Thumbnail-Container */
#item {
	float: left; 
	width: 295px;
	/*border: 1px solid #aaaaaa;*/
	/*background: #f4f4f4;*/
	background: #efefef;	
	margin: 0 5px 10px 5px;
	padding: 5px 2px 0px 5px;

	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	
	-webkit-box-shadow: 2px 2px 3px #c2c7cc;
	-moz-box-shadow: 2px 2px 3px #c2c7cc;
	box-shadow: 2px 2px 3px #c2c7cc;			
	}

/* Thumbnail */
#thumb{
	font-size: 10px;
	text-align: center;
	color: #323232;
	float: left; 
	}
#thumb img{
	height: 90px;
	margin-right: 4px;
	opacity:0.7;
	filter:alpha(opacity=70);
	
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	}
#thumb img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	}

/* Text */	
#titel {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #0062B7;
	}
#descr {
	font-size: 10px;
	text-align: left;
	color: #323232;
	}

/* Thumbnail Footer */	
#thumbfooter {
	clear: left; 
	}
		
	
/* Additional styles */
p {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 7px;
	margin: 0 3px 0 0;
	color: #323232;
	}

table {
	color: #0;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	color: #323232;
	}

td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px
	}
	
img {
	border: 0;
	padding-bottom: 2px;
	}

ul {
	list-style: disc;
	color: #323232;
	}
	
/*Überschrift Header*/	
h1 {
	font-size: 32px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #000000;
	}

/*Überschrift Seitentitel*/
h2 {
	font-size: 18px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 7px;
	margin: 0px;
	color: #000000;
	}

/*Zwischenüberschrift im Album*/
h3 {
	text-align: center; 
	background: #e5e5e5; 
	margin: 10px 5px 10px 5px; 
	padding: 3px 0 3px 0;
	color: #000000;
	}
			

/*Zwischenüberschrift*/	
h4 {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 7px;
	margin: 0px;
	color: #000000;
	}

/*Überschrift in Tabellen*/	
h5 {
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	}

/*horizontale Linie*/
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 2px;
	height: 0;
	border-bottom: 1px solid #A0A0A0;
	border-top: 0px;
	}

	
/*Sonstige Links*/	
a:link {
 color: navy;
 text-decoration:none;
  }

 a:visited {
 color: navy;
 text-decoration:none;
 }

 a:hover {
 color: navy;
 text-decoration:underline;
 }

 a:active {
 color:#000000;
 text-decoration:none;
 border: 0px;
 }
