/* Stylesheet Bio im Bild */
/* """""""""""""""""""""" */

/* ########################################################################## */
/* Positionen */


/* Positionen */
/* ########################################################################## */


/* ########################################################################## */
/* Texte */

body, td, p, div	{
		color: #000000;
		font-size: 14px;
		line-height:20px;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		}

h1		{
		color: #00b2eb;
		font-weight: normal;
		font-size: 33px;
		font-style:italic;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		margin-top: 10px;
		margin-bottom: 10px
		}

h2		{
		color: #00b2eb;
		font-weight: bold;
		font-size: 25px;
		font-style:italic;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		margin-top: 5px;
		margin-bottom: 5px
		}

h3		{
		color: #00b2eb;
		font-weight: bold;
		font-size: 20px;
		font-style:italic;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		margin-top: 3px;
		margin-bottom: 3px
		}

h4		{
		color: #00b2eb;
		font-weight: bold;
		font-size: 16px;
		font-style:italic;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		margin-top: 2px;
		margin-bottom: 2px
		}
/*Achtung andere Farbe*/
h5		{
		color: #999999;
		font-weight: normal;
		font-size: 14px;
		font-style:normal;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
		margin-top: 2px;
		margin-bottom: 2px
		}
		
.textBlau {
        color:#00b2eb;
        }
.navi {
	font-size: 16px;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
	}
/*angewählter Link wird gekennzeichnet (mit blauer Hintergrundfarbe)*/
.aktuell{
	color:#ffffff;
	background-color:#00b2eb ;
	}
/*kleiner Schriftart (für Albenbeschreibung)*/
.klein{
		color: #000000;
		font-size: 12px;
		font-family: Arial, Trebuchet MS, Verdana, Helvetica,sans-serif;
	}
/* Texte */
/* ########################################################################## */

/* ########################################################################## */
/* Links */

a:link {
color:#00b2eb;
background-color: transparent;
text-decoration: none;
}

a:visited {
color:#999999;
background-color: transparent;
text-decoration: none;
}


a:hover {
color:#ffffff;
background-color:#00b2eb ;
}

a:active {
color:#ffffff;
background-color:#00b2eb ;
/*color: #00b2eb;
background-color: #00b2eb;
text-decoration: underline;*/
}
a:focus { 
outline: none; 
}
/*keine Hintergrundfarbe (für Bilder)*/
a.nohover:hover {
     background-color: transparent;
	}

/*Links werden immer grau angezeigt*/
a.album:visited {
color:#999999;
background-color: transparent;
text-decoration: none;
	}
a.album:hover {
color:#999999;
background-color: transparent;
text-decoration: none;
	}
a.album:link {
color:#999999;
background-color: transparent;
text-decoration: none;
}

/* Links */
/* ########################################################################## */

/* ########################################################################## */
/* Formulare */


/* Formulare */
/* ########################################################################## */

/* ########################################################################## */
/* Diverses */

legend	{
        font-style:italic;
	font-weight: bold;
		}

fieldset{
        padding:5px;
	border-color: #ff9933;
	border-style:solid;
	border-width:1px;
	}
/*Striche in der Navigation*/
.navBox{
	border-color: #00b2eb;
	border-width: 0 1px 0 0;
	border-style:solid;
	padding: 2px 3px 2px 8px;
	display:inline;
}
.navBoxFirst{
	border-color: #00b2eb;
	border-width: 0px 1px 0px 1px;
	border-style:solid;
	padding: 2px 3px 2px 8px;
	display:inline;
}
.navBoxLast{
	border-color: #00b2eb;
	border-width: 0px 1px 0px 0px;
	border-style:solid;
	padding: 2px 8px 2px 8px;
	display:inline;
}

/* Diverses */
