BODY
{
	background-color: #EBF3F5;
	background-image: url(http://www.feeca.org/images/bg.gif);
	background-repeat: repeat-y;
	/*text-align: center;
	margin: 0px;*/
}

img
{
	border: solid 0px black;
}


a:link
{
	color: #C85263;
	text-decoration: none;
}
a:visited
{
	color: #C85263;
	text-decoration: none;
}

a:active
{
	color: #C85263;
	text-decoration: none;
}

a:hover
{
	color: #C85263;
	text-decoration: underline;
}


.small
{
	font-size: 8pt;
}



/*** LOGO ***/

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 60px;
	background-color: #FFFFF7;
	vertical-align: middle;
}

#logo img
{
	position: relative;
	top: 5px;
}


/*** OBERER BEREICH ***/

#top
{
	position: absolute;
	left: 160px;
	top: 0px;
	width: 600px;
	height: 60px;
	background-color: #C2D5DC;
	font-family: Tahoma, Sans-Serif;
    font-size: 12pt;
	font-weight: bold;
	color: #005263;
	text-align: center;
}


/*** MENÜ ***/

#menu
{
	position: absolute;
	left: 20px;
	top: 60px;
	width: 140px;
	bottom: 0px;
	text-align: left;
	font-family: Arial, Sans-Serif;
    font-size: 12pt;
	margin-top: 40px;
	font-weight: bold;
	color: #005263;
	line-height: 30px;
}

#menu a:link
{
	color: #005263;
	text-decoration: none;
}

#menu a:visited
{
	color: #005263;
	text-decoration: none;
}

#menu a:active
{
	color: White;
}

#menu a:hover
{
	color: White;
}

#menu a.active:link
{
	color: White;
}

#menu a.active:visited
{
	color: White;
}

#menu a.active:active
{
	color: White;
}

#menu a.active:hover
{
	color: White;
}


#sprache
{
	position: absolute;
    left: 20px;
	top: 450px;
	width: 118px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	margin-top: 40px;
    font-size: 12px;
    border-top: solid 1px #7E7D7B;
    padding-top: 3px;
    border-bottom: solid 1px #7E7D7B;
    padding-bottom: 3px;
}

#home
{
	position: absolute;
    left: 20px;
	top: 540px;
	width: 118px;
	text-align: center;
	font-family: Arial, Sans-Serif;
    font-size: 12px;
}

#sprache a:link
{
	color: #7E7D7B;
    text-decoration: none;
}

#sprache a:visited
{
	color: #7E7D7B;
    text-decoration: none;
}

#sprache a:active
{
	color: #7E7D7B;
    text-decoration: none;
}

#sprache a:hover
{
	color: black;
    text-decoration: none;
}

#sprache a.active:link
{
	color: black;
    text-decoration: none;
}

#sprache a.active:visited
{
	color: black;
    text-decoration: none;
}

#sprache a.active:active
{
	color: black;
    text-decoration: none;
}

#sprache a.active:hover
{
	color: black;
    text-decoration: none;
}


/*** HAUPTBEREICH ***/

#titel
{
	position: absolute;
	left: 175px;
	top: 72px;
	width: 600px;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	color: #7E7D7B;
}

.titel
{
	position: relative;
	left: -20px;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	color: #7E7D7B;
}

#main
{
	position: absolute;
	left: 195px;
	top: 125px;
	width: 530px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

#main td
{
	font-size: 10pt;
}

#main #header1
{
	font-size: 14pt;
	font-weight: bold;
}

#main .header2
{
	font-size: 12pt;
	font-weight: bold;
}

/* Mitglieder Team */
#main .header3
{
	font-size: 11pt;
}


#main a.red:link
{
	color: #C85263;
	text-decoration: none;
	font-weight: bold;
}
#main a.red:visited
{
	color: #C85263;
	text-decoration: none;
	font-weight: bold;
}

#main a.red:active
{
	color: #C85263;
	text-decoration: none;
	font-weight: bold;
}

#main a.red:hover
{
	color: #C85263;
	text-decoration: underline;
	font-weight: bold;
}

#schmal
{
	width: 430px;
}

#links
{
	line-height: 20px;
}

#links ul
{
    margin-top: 0px;
}

#links li
{
		margin-left: -24px;
}



/*** GÄSTEBUCH ***/

.gaestebuchhead
{
	border: solid 1px #005263;
	background-color: #005263;
    color: white;
}

.gaestebucheintrag
{
	border: solid 1px black;
	background-color: #EBF3F5;
}

a.white:link
{
	color: white;
}

a.white:visited
{
	color: white;
}

a.white:active
{
	color: white;
}

a.white:hover
{
	color: white;
    text-decoration: underline;
}

a.white_active:link
{
	color: white;
    text-decoration: underline;
}

a.white_active:visited
{
	color: white;
    text-decoration: underline;
}

a.white_active:active
{
	color: white;
    text-decoration: underline;
}

a.white_active:hover
{
	color: white;
    text-decoration: underline;
}


.dateientabelle
{
	border-collapse:collapse;
}

.dateienzelle
{
	border: solid 1px gray;
	padding: 2px;
}
