/* Allgemeine HTML-Elemente formatieren*/

body {
	background:		url(../img/back.jpg) repeat-x-y 0px 0px #041464;
	margin:			0px;
	padding:		0px;
	color:			#000000;
	font-size:		15px;
	font-family:    Arial, verdana;
}
h2 {
	font-size:		20px;
	padding:		0px;
	margin:			0px;
	margin-top:		20px;
}
p {
	font-size:		13px;
	margin:			0px;
	margin-top:		10px;
	margin-bottom:	20px;
	padding:		0px;
}

a:link    {color: #ffffff; text-decoration: none}
a:visited {color: #ffffff; text-decoration: none}
a:active  {color: #ffffff; text-decoration: none}
a:hover   {color: #0000ff; text-decoration: none}

a.top:link    {color: #000000; text-decoration: none}
a.top:visited {color: #000000; text-decoration: none}
a.top:active  {color: #000000; text-decoration: none}
a.top:hover   {color: #0000ff; text-decoration: none}

a.box:link    {color: #000000; text-decoration: none}
a.box:visited {color: #000000; text-decoration: none}
a.box:active  {color: #000000; text-decoration: none}
a.box:hover   {color: #0000ff; text-decoration: none}


/* Äußerer Template-Bereich */
#outline {
	border:			0px solid #041464;
	width:			800px;
	background:		repeat-x 0px 150px #D9DCff;
	margin:			0px;
    padding:		0px;
}


/* Banner-Elemente */
#banner, #banner h1 {
	background:		url(../img/headerlogo2.jpg);
	width:			800px;
	height:			200px;
    margin:			0px;
    padding:		0px;
}

#banner p {

	margin-top:		150px;
	margin-right:   20px;
	font-size:		12px;
	margin-bottom:	10px;
	float:			right;
}


/* Menü-Elemente */
#menu {
	margin:			7px;
	margin-top:		10px;
	width:			170px;
	float:			left;
}
.menuItem {
	display:		block;
	border:			1px solid #999;
	background:		url(../img/menu-bg.jpg) #041464;
	color:			#ffffff;
	text-align:		left;
	font-weight:	bold;
	text-decoration:none;
	margin:			2px;
	padding:		2px;
	padding-left:	15px;
}
.menubox h3 {
	font-size:		14px;
	border-bottom:	1px solid #041464;
	margin:			0px;
	padding:		0px;
}
.menubox {
	text-align:		justify;
	font-size:		13px;
	background:		#fff;
	border:			1px dotted #041464;
	margin:			2px;
	margin-top:		20px;
	padding:		5px;
}
.menubox p {
	padding-left:	5px;
	padding-right:	5px;
}


/* Inhalts-Elemente */
#content {
	margin:			0px;
	margin-left:	200px;
	text-align:		justify;
	padding:		0px;
	padding-right:	20px;
}

.table {
	text-align:		left;
	font-size:		13px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	10px;
	padding:		0px;
}

.tabletop {
	text-align:		center;
	font-size:		16px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		0px;
}

.tabledatum {
	text-align:		left;
	font-size:		13px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		0px;
}

.tablegalerie {
	text-align:		center;
	font-size:		13px;
	margin:			2px;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		2px;
	width:			570px;
}

.table h3 {
	font-size:		14px;
	border-bottom:	1px solid #041464;
	margin:			0px;
	padding:		0px;
}

.tablebottomleft {
	text-align:		left;
	font-size:		14px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		4px;
}

.tablebottomright {
	text-align:		right;
	font-size:		14px;
	margin:			0px;
	margin-top:		0px;
	margin-bottom:	0px;
	padding:		4px;
}

/* float:left/right aufheben, um den Footer wirklich unten zu positionieren */
.clear {
	clear:			both;
	margin:			0px;
	padding:		0px;
}
