/* ############################################################
	FARBEN
###############################################################

	blau dunkel		#163A6E
	blau hell		#7DADD1
	grau			#B7B7B7

###############################################################
	ALLGEMEINES		oben | rechts | unten | links
############################################################ */

body {
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background-image: url(/images/background/background.png);
}

p {
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
	color: #7DADD1;
}

a:hover {
	text-decoration: underline;
	color: #7DADD1;
}

code {
	font-family: courier;
	color: #999;
}

#bg_content {
	background-image: url(/images/background/background_content.png);
	background-repeat: repeat-y;
}

#bg_collage {
	background-image: url(/images/background/background_collage.png);
	background-repeat: no-repeat;
}

td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
}

/* ############################################################
	AUFZÄHLUNG     oben | rechts | unten | links
############################################################ */

ul {
/*	margin-top: 0px;*/
	list-style-type: square;
}

li {
	margin-left: -15px;
}

/* ############################################################
	BILDER     oben | rechts | unten | links
############################################################ */

.iLogo {
	margin: 0 0 0 160px;
}

.iBlue {
	margin: 5px 0 0 0;
}

/* ############################################################
	TITEL     oben | rechts | unten | links
############################################################ */

h1 {
	font-size: 17px;
	color: #7DADD1;
	margin: 0 0 29px 0;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 11px;
	margin: 0 0 0 0;
	font-weight: bold;
}

h3 {
}

/* ############################################################
	FORMULARE     oben | rechts | unten | links
############################################################ */

textarea.contact {
	width: 227px;
	height: 100px ;
	border: #7DADD1 1px solid;
	/*border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;*/
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.button {
	width: 130px;
	height: 23px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.field {
	width: 227px;
	height: 19px;
	border: #7DADD1 1px solid;
	/*border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;*/
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

/* ############################################################
	LAYOUT     oben | rechts | unten | links
############################################################ */

#rightpanel {
	padding-top: 2px;
	color: #fff;
}

#rightpanel a {
	color: #fff;
}

#rightpanel a:hover {
}

/* FOOTER */
#footer {
	margin-top: 47px;
	margin-bottom: 20px;
	color: #B7B7B7;
}
#footer a {
	color: #B7B7B7;
}
#footer a:hover {
}

/* ############################################################
	MENU	oben | rechts | unten | links
############################################################ */

/* MAINMENU NORMAL */
#mainmenu {
	line-height: 12px;
}
#mainmenu a {
	color: #000;
}
#mainmenu a:hover {
}

/* MAINMENU AKTIV */
#mainmenuActive {
	line-height: 12px;
}
#mainmenuActive a {
	color: #7DADD1;
	font-weight: bold;
}
#mainmenuActive a:hover {
}

/* SUBMENU NORMAL */
#submenu {
	line-height: 12px;
}
#submenu a {
	color: #000;
}
#submenu a:hover {
}

/* SUBMENU AKTIV */
#submenuActive {
	line-height: 12px;
}

#submenuActive a {
	color: #7DADD1;
}
#submenuActive a:hover {
}

.mainmenu_number {
	line-height: 12px;
	color: #B7B7B7;
}
