body, td {
	font-family:"Verdana";
	font-size:11px;
	color:#000;
	margin:0px; 
	padding:0px;
}

h1 {
	margin-bottom:2px;
	font-size:18px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:16px;
	margin:2px;
	padding:0px;
	color:#006699;
}

.fr { float: right; }
.fl { float: left; }
.ir {
	font-size:0;
	font-size-adjust:none;
	line-height:0;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000px;
}
.external {
	background: url(../assets/Blue/external.gif) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 20px;
}

#content {
	padding:0px 20px 20px 20px;
}

div#one-col {
	padding: 20px;
}

#content a {
	color:#000;
	text-decoration:none;
	}

#content a:hover {
	text-decoration:none;
	}


#uebersicht {
	float: left;
}

.album {
	margin:5px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #BBB;
	display: block;
	float: left;
	width: 779px;
	cursor: pointer;
}

.albumimage {
	width: 100px;
	text-align: center;
}

.albumtext {
	width: 600px;
	margin-left: 10px;
}
a.album {
	color: #000;
}
a.album:hover {
	border: 1px solid #828282;
	background: #D6DEEA;
	text-decoration: none;
	color: #006699;
}

.albumtitle {
	font-size:14px;
	font-weight:bold;
}

#showAlbumBeschreibung {
	border:1px solid #CCC;
	background-color:#EEE;
	padding:2px 5px 2px 5px;
	}

#showAlbumDatum {
	padding-left:5px;
	margin-bottom:5px;
	}

#showAlbumFotos {
	margin-top:10px;
	float: left;
	width: 799px;
 }
 
 .commenticon {
	margin-bottom:-6px;
	}
	
.showKommentarList {
	width:98%;
	border:1px solid #CCC;
	background-color:#EEE;
	padding:5px;
	margin-bottom:10px;
	}

#bigfotobox {
	border:1px solid #CCC;
	background-color:#EEE;
	padding:15px;
	margin:10px 0;
	text-align:center;
	}


ul#kommentarList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#kommentarList li {
	display: block;
	margin-bottom: 10px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px;
	width:99%;
}

ul#kommentarList li p {
	clear: both;
	padding: 8px 0;
}

div#noscript {
	position: absolute;
	width: 100%;
	height: 39px;
	background: red;
	top: 0;
	left: 0;
	color: #FFF;
	opacity: 0.85;
}

div#noscript p {
	padding: 0 4px;
}

div.plain-text {
	width: 500px;
}

/**
 * Modal
 */
#contact-overlay {background-color:#006699; cursor:wait;}
#contact-container {width:450px; font-family: Arial,Verdana; font-size:12px; text-align:left; background: url(../assets/modal/bgr_modal.gif) no-repeat 0 0; }
#contact-container .contact-content { color:#003366; height:40px; padding: 20px;}
#contact-container form label {
	clear: both;
	float: left;
	color: #003366;
	font-size: 12px;
	width: 90px;
	margin-bottom: 5px;
	padding-left: 2px;
}

#contact-container form input.text {
	float: left;
	background: #FFF;
	border: 1px solid #003366;
	width: 300px;
	margin-bottom: 5px;
}

#contact-container form textarea {
	float: left;
	background: #FFF;
	border: 1px solid #003366;
	width: 300px;
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact-container h3 { 
	display: block;
	color: #003366;
	font-size: 16px;
	padding: 0;
	margin-bottom: 25px;
}
#contact-container form div { margin: 5px 14px 0 0; }
#contact-container .contact-error {width:100%; background: #FFF; color: #c40000; border:1px solid #c40000; width: 388px; text-align: center;padding:2px;}
#contact-container a.modalCloseX,
#contact-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:8px; right:10px; color:#003366;}
#contact-container a.modalCloseX:hover {color:#9bb3b3;}
