* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 20px;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #333;
	background-color: #C4DFFF;
}
.bold {
	font-weight: bold;
}
.txt_center {
	text-align: center;
}
.h1smal {
	font-size: 14px;
	font-weight: normal;
}
.smal {
	font-size: 0.8em;
	color: #828282;
}
.smalcenter {
	font-size: 0.8em;
	color: #828282;
	text-align: center;
}

/*---------------------------------------------------------------------------*/


#Main {
	width: 1050px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


/*---------------------------------------------------------------------------*/


#Main #Kopf {
	background-color: #6CAFFF;
}


/*---------------------------------------------------------------------------*/


#Main #Menu {
	display: table-cell;
	width: 298px;
	background-color: #8EC2FF;
	padding-top: 0;
}
#Main #Menu ul {
	line-height: 30px;
	font-weight: normal;
	color: #630;
	text-align: right;
	list-style: none;
	padding: 0;
}
#Main #Menu ul li {
	background-color: #6CAFFF;
	margin-bottom: 2px;	/*border-bottom: 1px dotted #630;*/
}

#Main #Menu a {
	text-decoration: none;
	color: #FFF;
	padding: 4px 16px;
	display: block;
	border-right: 4px solid #1580FF;
}

#Main #Menu a:hover {
	background-color: #51A0FF;
	color: #F4F7F5;
	display: block;
	border-right: 4px solid #232C93;
}


/*---------------------------------------------------------------------------*/


#Main #Inhalt {
	background-color: #FFF;
	padding: 0 35px 25px 35px;
	display: table-cell;
	width: 682px;
}
#Main #Inhalt h1 {
	padding: 0 25px 21px 25px;
	margin: 0 0 20px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #232C93;
	border-bottom: 1px dashed #1580FF;
}
#Main #Inhalt h2 {
	padding: 0 25px 8px 25px;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #232C93;
}
#Main #Inhalt h3 {
	padding: 25px 25px 10px 25px;
	margin: 0 0 15px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	letter-spacing: 0.1em;
	color: #232C93;
	border-bottom: 1px dashed #1580FF;
}
#Main #Inhalt h4 {
	padding: 25px 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	letter-spacing: 0.1em;
	color: #232C93;
}
#Main #Inhalt p {
	margin-bottom: 10px;
}
#Main #Inhalt ul {
	margin-left: 25px;
	line-height: 1.5em;
}
#Main #Inhalt a {
	color: #232C93;
	text-decoration: none;
}
#Main #Inhalt a:hover {
	color: #232C93;
	text-decoration: underline;
}
#Main #Inhalt .img {
	float: left;
	margin: 15px 25px 0 25px;
}
#Main #Inhalt tr td #lpframe {
	background-color: #DFDFDF;
	padding: 15px;
}
#Main #Inhalt .spalte01 {
	padding: 5px 15px;
	background-color: #C4DFFF;
	width: 200px;
	text-align: right;
}
#Main #Inhalt .spalte02 {
	padding: 5px 15px;
	background-color: #F0F0F0;
	width: 415px;
}

/*---------------------------------------------------------------------------*/

#Main #Inhalt #passbild {
	width: 680px;
	height:302px;
	clear: both;
}
#Main #Inhalt #passbild img {
	border: 1px solid #232C93;
}

/*---------------------------------------------------------------------------*/

#Main #Inhalt #Aktion {
	background-color: #D5D8F4;
	padding: 15px;
}
#Main #Inhalt #Aktion h3 {
	padding: 5px 15px;
	margin: 0 0 15px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	letter-spacing: 0.1em;
	color: #232C93;
	border-bottom: 1px dashed #232C93;
}
#Main #Inhalt #Aktion a {
	text-decoration: none;
	color: #232C93;
}
#Main #Inhalt #Aktion a:hover {
	text-decoration: underline;
	color: #232C93;
}


/*---------------------------------------------------------------------------*/


#Main #Fuss {
	background-color: #6CAFFF;
	text-align: right;
	padding: 10px 25px;
}
#Main #Fuss a {
	color: #FFF;
	text-decoration: none;
}
#Main #Fuss a:hover {
	color: #FFF;
	text-decoration: underline;
}
