html
{
	width:100%;
	height:100%;
}

img
{
	border:none;
}

body
{
	background-color:#F00;
	height:100%;
	width:100%;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#kopf
{
/*
	border: #00FF00 solid thin;
*/
	width:100%;
	height:140px;
}

#kopf_bild
{
	padding-left:80px;
	float:left;
}

#kopf_logo
{
	padding-left: 55px;
	width:84%;
/*	
	float:right;
*/
}

#main
{
/*
	border: #FFFF00 solid thin;
*/
	font:inherit;
	float: left;
	width:80%;
	height:85%;
	z-index: 10;
	background:#FFFFFF;
	margin-left: 20px;
	overflow:auto;
}

#footer
{
/*
	border: #FF00FF solid thin;
	width:100%;
	float: right; 
*/
	clear:both;
	padding-top: 20px;
	margin-left: 180px;
	height:10%;
}

#lo
{
	top:0;
	width:100%;
	height:100%;
	background:url(../images/main_lo.gif) top left no-repeat;
}

#ro
{
	width:100%;
	height:100%;
	background:url(../images/main_ro.gif) top right no-repeat;
}

#lu
{
	width:100%;
	height:100%;
	background:url(../images/main_lu.gif) bottom left no-repeat;
}

#ru
{
	width:100%;
	height:100%;
	background:url(../images/main_ru.gif) no-repeat bottom right;
}

#inhalt_rahmen
{
	font:inherit;
	width:79%;
	height:91%;
	padding: 2% 10.5%;
	overflow:auto;
}

#inhalt
{
/*
	width:100%;
	height:100%;
	margin: 5% 5% 5% 12%;
	border: #00FFFF solid thin;
*/
	font:inherit;
	width:100%;
	height:100%;
	overflow:auto;
}

img#bg
{
	width: 60%;
	height: 40%;
}


#bild_home
{
	text-align:center;
	width:100%;
	height:99%;
}

#bild_burenkompanie
{
	display:block;
	text-align:center;
	width:75%;
	height:75%;
	margin: auto auto;
}

/* --- Kleidung --- */
#kleidung
{
/*
	border:#00FF00 solid thin;
*/
	display:block;
	text-align:center;
	margin:0 auto;
	height:100%;
}

#kleidung_bild
{
	float:left;
	width:40%;
	height:80%;
}

#kleidung_bild img
{
	float:left;
	width:100%;
	height:100%;
	text-align:right;
}


#kleidung_text
{
	margin-left: 20px;
	float:left;
	width:55%;
	height:60%;
	font-size:130%;
}

/* --- Kanone --- */
#kanone_text
{
	width:100%;
}

.kanone_links
{
	margin:20px;
	float:left;
	width:40%;
}

.kanone_links img
{
	width:100%;
	height:100%;
}

.kanone_rechts
{
	margin:20px;
	float:left;
	width:40%;
}

.kanone_rechts img
{
	width:100%;
	height:100%;
}

/* --- Termine --- */
#termine
{
	text-align:center;
	margin:0 auto;
}

#tabelle_termine
{
	font-size:96%;
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
}

.tabelle_termine_kopf
{
	font-weight:bold;
	font-size:110%;
	border-bottom:#999999;
	border-bottom-style:solid;
	border-bottom-width: medium;
	border-left:#999999;
	border-left-style:solid;
	border-left-width:thin;
	border-right:#999999;
	border-right-style:solid;
	border-right-width:thin;
}

.tabelle_termine_inhalt
{
	font-size:100%;
	border-bottom:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left:#999999;
	border-left-style:solid;
	border-left-width:thin;
	border-right:#999999;
	border-right-style:solid;
	border-right-width:thin;
}

#tabelle_termine tr
{
	line-height: 20px;
}

/* --- Galerie --- */
.galerie
{
	border:none;
	width:100%;
	height:750px;
}

#anzeige
{
	text-align:center;
	width:55%;
	height:95%;
}

#unsichtbar
{
	display:none;
}

#sichtbar
{
	display:table;
}

#countdown
{
	text-align:center;
}

#counter
{
	margin-top: 8px;
	margin-left: 110px;
	font-weight:bold;
}

/* --- Gästebuch --- */
#Beitrag
{
	border-collapse:collapse;
}
#BeitragHead
{
	background-color: #999966;
	font-size:80%;
	font-weight:bold;
	text-align:left;
}
#BeitragText
{
	background-color: #CCCC99;
	font-size:80%;
	text-align:left;
}

/* --- Fahnen ---*/
#fahnen
{
	float:left;
	width:30%;
}

#fahnen img
{
	margin-top:20px;
	width:100%;
	height:100%;
}

#fahnen_text
{
	margin-left: 20px;
	float:left;
	width: 60%;
	text-align:center;
}


#fahnen_gesamt
{
	display:block;
	text-align:center;
}

/* --- Login --- */
#login_seite
{
	margin:0 auto;
}

#login_seite table
{
	width:300px;
 	margin:0 auto;
}

/* --- Mitglieder Admin --- */
#mitglied_admin
{
	text-decoration:none;
	border:#CCCCCC;
	background-color: #CCCCCC;
	padding: 10px 10px;
	padding-top:10px;
	list-style:none;
	vertical-align:middle;
	line-height:40px;
	color:#000000;
	margin:0 auto;
}

#tabelle_inhalt
{
	text-align:center;
}

#Nachricht
{
	border:#666666 thin solid;
}

#NachrichtHead
{
	text-align:left;
	background-color:#CCCCCC;
	font-size: 90%;
}

#NachrichtInhalt
{
	font-size: 90%;
}
