
/* ############################################################
	FARBEN
###############################################################

	Blau:			#003B79

###############################################################
	ALLGEMEINES		oben | rechts | unten | links
############################################################ */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(../Images/Background/BG_Content.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
}

body, input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

ul, ol, dl {
	margin: 0;
	text-align: left;
}

p {
	margin: 0;
}

.Grey {
	color: #888;
}

/* ############################################################
	LINKS     oben | rechts | unten | links
############################################################ */

a {
	text-decoration: underline;
	color: #003B79;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

#Menupanel a {
	text-decoration: none;
	color: #003B79;
}

#Menupanel a:hover {
	text-decoration: underline;
}

/* ############################################################
	LAYOUT     oben | rechts | unten | links
############################################################ */

/* --- Backgrounds --- */
#BG_Menu {
	background-image: url(../Images/Background/BG_Menu.jpg);
	background-repeat: no-repeat;
}

#BG_Content_Top {
	background-image: url(../Images/Background/BG_Content_Top.jpg);
	background-repeat: no-repeat;
}

#BG_Content_Middle {
	background-image: url(../Images/Background/BG_Content_Middle.jpg);
	background-repeat: repeat-y;
}

#BG_Content_Bottom {
	background-image: url(../Images/Background/BG_Content_Bottom.jpg);
	background-repeat: no-repeat;
}

/* --- Menu --- */
#Menupanel {
	width: 150px;
	margin: 135px 25px 0 25px;
	line-height: 23px;
	font-size: 14px;
}

#Gameinfo {
	width: 150px;
	margin: 50px 25px 0 25px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

/* --- Inhalt --- */
#Contentpanel {
	margin: 25px;
}

/* ############################################################
	BILDER     oben | rechts | unten | links
############################################################ */



/* ############################################################
	TITEL     oben | rechts | unten | links
############################################################ */

/* INHALT */
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #003B79;
	line-height: 24px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

/* ############################################################
	FORMULARE		oben | rechts | unten | links
############################################################ */

form {
	margin: 0;
}

textarea.gaestebuch {
}

.field1 {
	width: 180px;
	height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
}

.field2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
	border: 0px solid white;
	background-color: white;

}
