/* Global Reset */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #002943;
	text-align: center
	min-width: 760px;
	color: black;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 760px;
	background-color: white;
}

#header {
	margin-left: 30px;
	padding: 25px 30px 0px 90px;
	height: 75px;
	font-size: 0.75em;
	background-image: url(graphics/balken_oben.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header-menu {
	padding-top: 50px;
		font-size: 0.9em;
}

#header-menu li {
	display: inline;
	padding-right: 20px;
}

#header-menu a:link, 
#header-menu a:visited {
	text-decoration: none;
	color: #999999;
} 

#header-menu a:hover {
	color: #333399;
}

#logo {
	float: right;
}

#logo img {
	border-style: none;
}

#header-image {
	height: 240px;
}

#header-image h1 {
	padding-top: 170px;
	padding-right: 90px;
    text-align: right;
	vertical-align: text-bottom;
	color: white;
	font-size: 3.0em;
}

#menu-wrapper {
	margin-left: 30px;
}

#menu {
	float: left;
	height: 300px;
	margin-left: 30px;
	background-image: url(graphics/balken_unten.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.75em;
}

#menu ul {
	padding-top: 10px;
	padding-left: 39px;
}

#menu li {
	list-style-type: none;
	margin-top: 7px;
	padding-left: 0px;
}

#menu a {
	padding-left: 53px;
    background-image: url(graphics/menupunkt.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu a.current {
    background-image: url(graphics/menupunkt_aktiv.png);
}

#menu a:link, 
#menu a:visited {
	text-decoration: none;
	color: #333399;
} 

#menu a:hover {
	color: #999999;
    background-image: url(graphics/menupunkt_aktiv.png);
}

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

#content {
	margin-top: 40px;
}

#leist-menu {
	padding-top: 18px;
	padding-left: 230px;
		font-size: 0.7em;
}

#leist-menu li {
	display: inline;
	padding-right: 12px;
}

#leist-menu a:link, 
#leist-menu a:visited {
	text-decoration: none;
	color: #999999;
} 

#leist-menu a:hover {
	color: #333399;
}

#column1 {
    margin-left: 220px;
	padding-left: 10px;
	padding-right: 0px;
    height: 250px;
	border-left: dashed gray 1px;
}

#column2 {
	float: right;
	width: 235px;
	padding-left: 10px;
	padding-right: 30px;
	margin-left: 10px;
    height: 250px;
	border-left: dashed gray 1px;
}

#column1 p,
#column2 p {
	font-size: 0.70em;
	line-height: 1.3;
	text-align: left;
}

#column1 h2,
#column2 h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

#footer {
	clear: both;
}
