/*---------------------------------------------------*/
/*-------- Browser Cleaning -------------------------*/
/*---------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}
/*---------------------------------------------------*/
/*-------- Clearer ----------------------------------*/
/*---------------------------------------------------*/
.clearer {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}
/*---------------------------------------------------*/
/*-------- Hilfs Klassen ----------------------------*/
/*---------------------------------------------------*/
.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}
/*---------------------------------------------------*/
/*-------- HTML Elements ----------------------------*/
/*---------------------------------------------------*/
html {
}

body {
    font-size: 11px;
    font-family: Arial, sans-serif;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: url(./background/bg-body.jpg);
}

a, a:active, a:visited, a:link {
    outline: 0px;
    color: #f39975;
    text-decoration: none;
    border: 0px;
}

a:hover, .act a {
    text-decoration:underline;
}
img {
    display: block;
    border: 0px;
}

p {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 16px;
}
/*---------------------------------------------------*/
/*-------- Headings ---------------------------------*/
/*---------------------------------------------------*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    width: 100%;
	color:#f39975;
    text-transform:uppercase;
}

h2 {
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
	color:#f39975;
    text-transform:uppercase;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}
/*---------------------------------------------------*/
/*-------- Main -------------------------------------*/
/*---------------------------------------------------*/
#main {
    text-align: left;
    width: 801px;
    position: relative;
    margin: 48px auto 0px;
	background:#415B80;
	border:1px solid #000;
	min-height:650px;
}
/*---------------------------------------------------*/
/*-------- Header -----------------------------------*/
/*---------------------------------------------------*/
.schleier {
	background:url(./background/schleier.png) no-repeat;
	height:248px;
	position:absolute;
	right:-115px;
	top:-12px;
	width:171px;
}
* html .schleier {
	background:none;
}
#bildbalken {
	
}

#area-left {
	width:215px;
	float:left;
}
#area-right {
	float:left;
	width:585px;
}
#inhalt {
	padding:23px 55px 23px 42px;
}
#inhalt ul {
	padding-left:15px;
	margin-bottom:16px;
}
#inhalt li {
	font-size:12px;
	line-height:16px;
}
/*------------------------*/
/*-------- Menu1 ---------*/
/*------------------------*/
#menu1 {
	padding:20px 0px 20px 32px;
}

#menu1 ul {
    list-style: none;
}

#menu1 li {
    display: block;
}

#menu1 li a,
#menu1 li a:visited,
#menu1 li a:link,
#menu1 li a:active {
	color:#FFFFFF;
	display:block;
	font-size:14px;
	padding:5px 0;
}

#menu1 li a:hover, #menu1 li.act a, #menu1 li.act a:visited, #menu1 li.act a:link, #menu1 li.act a:active {
    
}

/*------------------------*/
/*-------- Menu2 ---------*/
/*------------------------*/
#menu2 {
	padding:20px 0px 20px 32px;
}

#menu2 ul {
    list-style: none;
}

#menu2 li {
    display: block;
}

#menu2 li a,
#menu2 li a:visited,
#menu2 li a:link,
#menu2 li a:active {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	padding:2px 0;
}

#menu2 li a:hover, #menu2 li.act a, #menu2 li.act a:visited, #menu2 li.act a:link, #menu2 li.act a:active {
    
}