/*
Theme Name: MarenFroeger.de
Theme URI:
Description: WP Theme for MarenFroeger.de - based on blank theme by texto.de.
Version: 1.0
Author: Felix Geiger
Author URI: http://www.felixgeiger.de
*/

/***************** Structural elements *****************/

body{
	margin: 0;
	padding-top: 33px;
	background-image:url("images/page_bg.png");
	background-position: center 0;
	background-repeat:no-repeat;
	font-family: Arial;
	background-color: #f2f2f2;
}

#page_wrapper{
	width: 850px;
	margin: 0 auto;
	position: relative;
}

#header{
	background-color: transparent;
	background-image:url("images/header_bg.png?v=2");
	background-position:0 0;
	background-repeat:no-repeat;
	height:120px;
	margin:0 0 0 15px;
	position:relative;
	width:820px;
}

a, a:link, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}


/***************** Global settings *****************/

img, a{
	border: 0 none;
}


/***************** Header *****************/

#header_logo{
    display: block;
    left: 23px;
    position: absolute;
    top: 23px;
}


/***************** Navi *****************/

#navi_wrapper{
	font-size:10px;
	height:26px;
	margin:0 auto;
	position:relative;
	top:-10px;
	width:630px;
	z-index:10;
}

#navi_wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.l1 li{
	background-color:#D00032;
	color:#FFFFFF;
	float:left;
	height:26px;
	margin-right:4px;
	position:relative;
	text-align:center;
	width:101px;
}

ul.l1 li a{
	display:block;
	padding-bottom:7px;
	padding-top:6px;
}

ul.l1 li.open{
	background-color:#FFFFFF;
	color:#CE0845;
}

ul.l1 li:hover{
	background-color:#FFFFFF;
	color:#CE0845;
}

.submenu_wrapper{
	display:none;
	left:0;
	position:absolute;
	top:26px;
}

ul.submenu li{
	background-color:#FFFFFF;
	border-top:1px solid #F0F0F0;
	color:#494949;
}

ul.submenu li.active{
	background-color:#FFFFFF;
	color:#CE0845;
}


/***************** Main Content *****************/

#content_wrapper{
	background-image:url("images/content_bg.png");
	background-repeat:no-repeat;
	font-size:16px;
	min-height:466px;
	padding:22px;
	position:relative;
	top:-26px;
	z-index:2;
}

#content_wrapper .page{
	height:375px;
	margin-left:50px;
	margin-top:75px;
	overflow-y:auto;
	padding-right:5px;
	width:685px;
}

h1.page_title{
	color:#EB2F30;
	font-size:13px;
	margin:0 0 18px;
}

.page p{
	margin: 0;
}

.page img{
	float:right;
	margin-left:30px;
}

.page ul{
	list-style-image:url("images/li_bg.jpg");
	list-style-position:outside;
	margin:0;
	padding:0 0 0 14px;
}


/***************** Imprint *****************/

#imprint_wrapper{
	bottom:24px;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin:0;
	position:absolute;
	right:26px;
	z-index:10;
}

/***************** Datenschutzerklaerung *****************/

#dsgvo_wrapper{
	bottom:24px;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin:0;
	position:absolute;
	left:26px;
	z-index:10;
}







