* {
	margin: 0;
	padding: 0;
}

html, body {

}

p {
margin-top: 10px;
margin-bottom: 10px;	
}


body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}



object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	text-decoration:none;
	color: #214694;
}

a:hover {
	outline: none;
	color: #214694;
	text-decoration:underline;
}

#gesamt {
	/* float: left; */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 109px;
}
#menu {
	float: left;
	width: 249px;
}
#content {
	float: left;
	width: 643px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 40px;
	line-height: 18px;
	min-height: 420px;
	padding-right: 40px;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	color: #333;
}

#content h1{
	padding-bottom: 20px;
	font-size: 17px;
	color: #0F0F9F;
}

#content h2{
	padding-bottom: 2px;
	padding-top: 4px;
		font-size: 14px;
}

ul {
	list-style-type: square;
	list-style-position: outside;	
}

li {
margin-left: 30px;	
}

.bildrechts {
	border: 1px solid #CCC;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 1px;
}

/* neue Styles April 2014 */

.startspalte1 {
	width: 32%;
	float: left;
	padding: 2px;
	height: 280px;
	margin-right: 3px;
}

.startspaltebutton {
	font-weight: bolder;
	color: #FFF;
	background-color: #113884;
	padding: 2px;
	margin-bottom: 5px;
}

.button2 {
	color: #FFF;
	background-color: #2b53a2;
	padding: 8px;
	text-decoration: none;
	float: left;
	display: block;
	width: 180px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 6px;
	box-shadow: 2px 2px 3px 1px #bbbbbb;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7795cf;
	border-right-color: #0c2c6c;
	border-bottom-color: #0c2c6c;
	border-left-color: #7795cf;
}

.button2:hover {
	color: #FFF;
	background-color: #507acd;
	padding: 8px;
	text-decoration: none;
	float: left;
	display: block;
	width: 180px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 6px;
	box-shadow: 2px 2px 3px 1px #bbbbbb;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7795cf;
	border-right-color: #0c2c6c;
	border-bottom-color: #0c2c6c;
	border-left-color: #7795cf;
	cursor:hand;
}
