/* CSS Document 
----main CSS---------
*/




/* allgemeine Formatierungen ---*/

a {
	text-decoration:none;
}

a  img {
	border:0px;
}


#maincontent a:visited, a {
	color:	#0099CC;
	font-size:12px;
}


/*header ------------------------------------------------------------------------------------*/

.header_style {
	font-size:20px;
	line-height:20px;
	color:white;
}

/*End Header*/

/*main Formatierung-------------------------------------------------------------------------*/
.text {
	font-size:12px;
	line-height:2em;
	color:#333333;
}


.vertical-align-top{
	vertical-align:top;
}
/*Ende main Formatierung*/


/*guestbook Formatierung----------------------------------------------------------------*/
.guestbook_form {
	border:1px solid #999999;
	margin:0px;
	padding:0px;
}

.table_guestbook_eintraege {
	border-bottom:1px solid #999999;
}

.table_neuer_guestbook_eintrag {
	margin:0px;
}
/*End Guestbook Formatierung*/



/*Kaderliste Formatierung---------------------------------------------------------*/
#Kaderliste td {
	padding-left:5px;
	padding-right:5px;
}

.kaderlist_letter {
	color:#993300;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-size:12px;
}
/*Ende Kaderliste Formatierung*/




/*Gallery Formatierung---------------------------------------------------------*/
/*Gallery Formatierung---------------------------------------------------------*/



#maincontent .gallery_slideshow_link {
	margin-left:8px;
}

#maincontent a.gallery_slideshow_pause_play_link  {
	color:	#FF9933;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}


/* + und - icons */
#maincontent a.gallery_slideshow_speed_icons {
	color:	#FF9933;
	font-weight:bold;
	font-size:30px;
}

.gallery_slideshow_imageinfo_bottom {
	color:	#999999;
	font-size:10px;
}

.gallery_slideshow_imagetext_bottom {
	color:	#333333;
	font-size:12px;
}

/*End Gallery Formatierung---------------------------------------------------------*/
