@charset "utf-8";
/* CSS Document */


h1, th {
	color:#04A6EC;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin:10px 0 2px 0;
	line-height:35px;
}

*html h1 {
	margin:50px 0 10px 0;
}

h2 {
	color:#04A6EC;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0;
}

a, a:visited {
	color:#04A6EC;
}

a:hover {
	color:#04A6EC;
}

.section {
	margin-top:10px;	
	margin-bottom:10px;
}



#content, p {
	line-height:20px;
	color:#67676b;
}

#content img {
 	boder:none;
}

#content .bild_kopfbereich {
	display:none;	
}

#content h1 img, #content h2 img {
	border:none;
}

td {
	font-size:12px;
	line-height:20px;	
	color:#453519;
	width:400px;
	vertical-align:top;
}

#dreispalter_1, #dreispalter_2 {
	width:308px;
	float:left;
	margin-right:10px;
}

#dreispalter_3 {
	float:left;
	margin-left:10px;
	width:200px;
}

/* JAOS Milkbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

.galerie_thumbnail{
	float: left;
  background: #292929;
  margin: 8px;
	height: 165px;
	width: 165px;
}

/* ls=landscape-Format der Thumbs */
.ls img{
	height: 112px;
	width: 150px;
	margin: 25px 7px;
	border: 1px solid #fff;
}
/* pt=portrait-Format der Thumbs */
.pt img{
	height: 150px;
	width: 112px;
	margin: 7px 25px;
	border: 1px solid #fff;
}


/* comment_rank - Kommentar Addon von franz007 */ 
/* Die Klasse des divs der alles umschließt */
.comment-rank {
	
}


.comment-rank-rank {
text-align:right;
}




/* Die einzelnen Kommentare */
.comment-rank .comment-rank-comment{
	margin-bottom: 8px;
	border-bottom:1px solid #d4d4d4;
}

.comment-rank-comment p {
	line-height:20px;	
}

/* Ein admin-comment zu einem Kommentar */
.comment-rank .comment-rank-comment .admincomment{
	padding-left: 5px;
}

h4 {
	font-size:12px;
	color:#676767;
	margin:0px;
	border-bottom:1px solid #d4d4d4;
}

/* Das formular */
.comment-rank form{
	margin-bottom: 20px;
}

/* Die beschriftungen im Formular */
.comment-rank form label{
	margin-bottom: 5px;
	margin-right: 5px;
	color:#999999;
	font-size:11px;
	float:left;
}

/* Die beschriftungen im Formular */
.comment-rank form input{
	border:1px solid #0b3661;
	width:200px;
}

.comment-rank form textarea{
	border:1px solid #0b3661;
	width:400px;
}


#content .gallery {
	width:650px;
}

#content .gallery div img {
	border:0;
}

#content .gallery div {
	float:left; 
	margin-right:5px; 
	
}

		


