/* 
  layout and general formatting rules for gruner+jahr corporate editors
  author: Simon O. Pritzkat-Gerthenrich, designerei@sopg.de, http://www.sopg.de
*/

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #f5f5f5 url(../img/background.jpg) fixed;
	background-position: center top;
	text-align: center;
}

*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

p{
	text-align: left;
	margin: 0 0 10px 0;
}

a{
	color: #07523b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.morelink{
	display: block;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
}

a.weblink{
	display: block;
	font-size: 17px;
	text-decoration: none;
}

/*** content ***/

.content ul{
	list-style: none;
	margin: 0 0 10px 0;
}

.content ul li{
	clear: both;
}


.content ul.contactlist{
	margin-top: 10px;
}

.content ul.contactlist li {
	height: 80px;
}

.content ul.contactlist img{
	float: left;
	margin: 0 10px 20px 0;
}


/* special content styling for subpage 'daten' */
.content ul.issuelist{
	margin-top: 10px;
}

.content ul.issuelist li {
	margin-bottom: 20px;
	min-height: 80px;
	height: auto !important;
	height: 80px;	
}

.content ul.issuelist.height110 li{
	height: 110px!important;
}

.content ul.issuelist img{
	float: left;
	margin: 0 10px 20px 0;
}
.content img{
	margin: 0 0 10px 0;
}

.content h1{
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	color: #07523b;
	padding: 0 0 8px 0;
}

.content h2{
	font-weight: normal;
	font-size: 17px;
	padding: 0 0 8px 0;
}

.content h3{
	color: #000;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 5px;
}

.content h4{
	color: #07523b;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 5px;
}

.content h5{
	color: #07523b;
	font-weight: normal;
	font-size: 17px;
	padding: 0 0 8px 0;
}

.medien{
	color: #07523b;
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

.flashEnd{
	clear: both;
	height: 10px;
}

.error{
	background: red;
	color: black;
}

.decrypt{
	unicode-bidi: bidi-override;
	direction: rtl;	
}

.uc{
	text-transform: uppercase;
}

.end{
	margin-bottom: 20px;
}

.text{
	font-size: 15px;
	line-height: 21px;
}

.text-beside-img{
	float: right;
	width: 400px;
}

.topic{
	font-style: italic;
	font-weight: bold;
	color: #07523b;
}

#head{
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	height: 168px;	
}

#head .bg{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	webkit-border-radius-bottomleft: 5px;
	webkit-border-radius-bottomright: 5px;
}


#head #logo{
	position: absolute;
	top: 16px;
	left: 31px;
}

#imprint{
	position: absolute;
	top: 16px;
	right: 10px;
	color: #666666;
	text-decoration: none;	
}

#head #metanav{
	position: absolute;
	top: 16px;
	right: 32px;
	color: #666666;
	font-size: 12px;
}

#head #metanav a{
	color: #666666;
	text-decoration: none;
}
#head #metanav a:hover, #head #metanav a.active, #imprint:hover, #imprint.active{
	color: #07523b;
}

#head #metanav span.seperator{
	margin: 0 8px 0 8px;
}

#head #mainnav ul{
	width: 730px;
	height: 20px;
	position: absolute;
	top: 112px;
	left: 32px;
	right: 32px;
	color: #666666;
	list-style: none;
	font-size: 14px;
}

#head #mainnav ul li{
	float: left;
}

#head #mainnav ul li.seperator{
	margin: 0 8px 0 8px;
}

#head #mainnav ul li.menuitem a{
	color: #666666;
	text-decoration: none;
}

#head #mainnav ul li.menuitem a:hover, #head #mainnav ul li.menuitem a.active{
	color: #07523b;
}

#head #mainnav ul.inactive{
	display: none;
}

#head #mainnav ul li ul{
	position: absolute;
	top: 24px;
	left: 0px;
	right: 32px;
	color: #999999;
	list-style: none;
	font-size: 12px;
}

#standardpage{
	position: relative;
	margin: 40px auto 10px auto;
	min-height: 660px;
	height: auto !important;
	height: 660px;	
	width: 1180px;
	clear: both;
}

.smallbar{
	position: relative;
	margin: 14px 0 0 20px;
	float: left;
	width: 280px;
	text-align: left;
}

.widebar{
	position: relative;
	margin: 0 0 0 20px;
	float: left;
	width: 580px;
	text-align: left;
}

.homebar{
	position: relative;
	margin: 20px 0 0 0;
	float: left;
	width: 580px;
	text-align: left;
}

.firstbar{
	margin: 14px 0 0 0;
}

.content{
	font-size: 13px;
	line-height: 18px;
}

.smallbar .content{
	position: relative;
	padding: 10px 20px 2px 20px;
}

.widebar .content{
	position: relative;
	padding: 10px 10px 2px 10px;
}

.smallbox{
	width: 140px;
	float: left;
	padding-right: 20px;
}

.smallboxRight{
	width: 140px;
	float: right;
}

.contentbox{
	position: relative;
	margin: 0 0 20px 0;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.white{
	color: #666666;
}

.white .bg{
	background-color: #fff;
}

.white a.morelink{
	color: #07523b;
}

.green{
	color: #ffffff;
}

.green .bg{
	background-color: #07523b;
}

.green a {
	color: #ffffff;
}

/*** content-boxes ***/
.box-head{
	position: relative;
	margin: 0 0 1px 0;
}

.box-head .bg{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	webkit-border-radius-topleft: 5px;
	webkit-border-radius-topright: 5px;
}

.box-body{
	position: relative;
	margin: 0 0 1px 0;	
}

.box-footer{
	position: relative;
}

.box-footer .bg{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	webkit-border-radius-bottomleft: 5px;
	webkit-border-radius-bottomright: 5px;
}

.box-head-body-footer .bg{
	-moz-border-radius:5px;
	webkit-border-radius: 5px;
}

/*** special content-boxes ***/

#startbox{
	position: absolute;
	left: 70px;
	top: 0;
	width: 580px;
	text-align: left;
}

#startbox .content{
	position: relative;
	padding: 10px 10px 2px 10px;
}

#startbox .startbox-head{
	position: relative;
}

#startbox .startbox-head .content {
	padding: 0px;
}

#startbox .startbox-head h2{
	padding: 3px 0 5px 0;
	margin: 2px 0 0 0;
	cursor: pointer;
	font-size: 13px;
}

#startbox .startbox-body{
	height: 440px;
	position: relative;
	clear: both;
}

#newsbox.newsboxHome{
	position: absolute;
	right: 70px;
	top: 0;
	width: 280px;
	text-align: left;
}

#newsbox .content{
	position: relative;
	padding: 10px 20px 2px 20px;
}

#newsbox .scrollup {
	overflow: hidden;
	height: 182px;
	width: 280px
}

#newsbox .newsitem {
	position: absolute;
	top: 210px;
	left: 0;
	height: 160px;
	width:240px;
}

#newsbox .hiddenlink{
	display: none;
}

#infobox{
	position: absolute;
	right: 210px;
	top: 300px;
	width: 280px;
	text-align: left;
}

#infobox .content{
	position: relative;
	padding: 10px 20px 2px 20px;
}

#startbox .bg-inactive{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	webkit-border-radius-topleft: 5px;
	webkit-border-radius-topright: 5px;
	background-color: #cccccc;
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 100%;
}

#startbox .startbox-body .bg{
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	webkit-border-radius-topright: 5px;
	webkit-border-radius-bottomleft: 5px;
	webkit-border-radius-bottomright: 5px;
}

/*special rule for management */
.managerbox{
	height: 304px;
}

.record{
	margin: 0 1px 0 0;
	float: left;
}

.record .bg{
	margin: 0 1px 0 0;
	float: left;
}

.logofriedhof{
	padding:10px 10px 2px;
	position:relative;
}

.logofriedhof img{
	margin: 1px 0 0 1px;
	float: left;
}

#footer{
	width: 580px;
	height: 30px;
	position: relative;
	display: block;
	margin: 0 auto 10px auto;
}

#background{
	height: 100%;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
}