@charset "utf-8";
/* CSS Document 
/** 
 * imagazine Theme
 * http://www.i-magazine.de
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */


/* ------------- general settings -------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color: #e44f26;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* ------------- the page wrapper -------------- */

#wrapper {
	width: 946px;
	margin: auto;
	margin-bottom:20px;	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 0 37px 40px 37px;
	background: url('/root/img/pool/imag_neu/wrapper_bg_bottom.jpg') no-repeat bottom;	
}

/* -------------- page top --------------- */

#top_container {
	padding: 10px 0 15px;
}

#logo_container {
	float: left;
}

#languange_container {
	width: 746px;
	height: auto;
	float: left;
	padding: 9px 0 5px 0;
	border-bottom: 1px dotted #8a8a8a;
}
#languange_container a {
	font-size: 11px;
	color: #010101;
	float: right;
	text-decoration: none;
}
#languange_container a:hover {
	text-decoration: underline;
}
#languange_container a img {
	padding: 0 4px;
}
#languange_container span {
	float: right;
	font-size: 11px;
	color: #010101;
	padding: 0 6px 0 10px;
}

/* ---------------- page header --------------- */

#header_container {
	width: 950px;
}

#contact_info {
	float: left;
	border: 1px solid #ededee;
	padding: 10px 10px 0 10px;
	background-color: #fafafa;
	color: #87888a;
	height: 136px;
	width: 173px;
}
#contact_info h4 {
	margin: 0 0 24px 0;
}
#contact_info p {
	margin: 0 0 2px 0;
}
#contact_info a {
	color: #e44f26;
	text-decoration: none;	
}
#contact_info a:hover {
	text-decoration: underline;
}
#contact_info p a {
	line-height: 18px;
}
#contact_info .more {
	float: right;
	margin: 10px 0 0 0;
	background: url('/root/img/pool/imag_neu/bullet_black.jpg') no-repeat left center;
	padding: 0 0 0 9px;
}

#banner_container {
	float: left;
	margin: 0 5px;
	width: 546px;
}
#banner_container a {
	position: absolute; /* this is just needed for the edit image button in cms mode */
}

/* ---------------- main navigation ---------------- */

#nav_primary_container {
	border: 1px solid #ededee;
	background: url('/root/img/pool/imag_neu/nav_bg.gif') repeat-x;
	padding: 5px;
	margin: 2px 0 15px 0;
}
#nav_primary {
	color: #9C9E9F;
	margin: auto;
	width: 600px;
}
#nav_primary a {
	color: #717171;
	font-weight: bold;
	padding: 0 8px;
	font-family: Myriad Pro, Arial;	
	text-decoration: none;
	text-transform: uppercase;
}
#nav_primary a.current,
#nav_primary a:hover {
	color: #9bac08;
}

/* -------------------- sub navigation ------------------- */

#nav_secondary {
	width: 190px;
	float: left;
}
#nav_secondary ul {
	list-style-type: none;
}
#nav_secondary ul {
	padding: 0 0 0 14px;
}
#nav_secondary ul li a {
	color: #87888a;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0 1px 16px;
	background: url('/root/img/pool/imag_neu/left_nav_bullet_a.jpg') no-repeat left center;
}
#nav_secondary ul li a:hover,
#nav_secondary ul li a.current {
	color: #b8cc07;
	background: url('/root/img/pool/imag_neu/left_nav_bullet_active.jpg') no-repeat left center;
}
#nav_secondary ul li ul li {
	color: #F2F2F2;
	margin: 3px 0 0 0;
}
#nav_secondary .separator {
	background: url('/root/img/pool/imag_neu/separator_left_nav_subpage.jpg') no-repeat left center;
	display: block;
}

/* -------------------- content area -------------------- */

#content_container {
	width: 545px;
	padding: 0 0 0 200px;
}
#content_header {
	height: 55px;
}
#content_header h2 {
	color: #B8CC07;
	font-family: Myriad Pro, Arial;
}
#content_header h4 {
	color: #58585A;
}
#content_header img {
	float: left;
	margin: 0 5px 0 0;
}
#content {
	
}
#content p {
	margin: 0 0 10px 0;
}
#content ul {
	padding: 0 0 0 15px;
}

/* ----------------- right boxes ----------------- */

#rightboxes {
	float: right;
	width: 195px;
}
.rightbox_title {
	background: url('/root/img/pool/imag_neu/green_field.jpg') no-repeat left center;
	color: #87888A;
	padding: 0 0 0 38px;
}
.rightbox_box {
	background-color: #FAFAFA;
	border: 1px solid #EDEDEE;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 8px;
	width: 177px;
}
.rightbox_box p {
	margin: 0 0 15px 0;
}
.rightbox_box a {
	background: url('/root/img/pool/imag_neu/bullet_black.jpg') no-repeat left center;
	padding: 0 0 0 9px;
}

/* ------------------ footer -------------------- */

#footer_container {
	width: 946px;
	margin: 50px 0 0 0;
	border-top: 1px dotted #8a8a8a;
	padding: 5px 0 0 0;
	font-size: 11px;
	color:#010101;
}
#footer {
	float: left;
}
#footer a {
	color:#010101;
	text-decoration: none;
	padding: 0 8px;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------ facebook/twitter ---------------- */

#facebook_twitter {
	float: right;
}
#facebook_twitter .facebook {
	background: url('/root/img/pool/imag_neu/facebook_rec.png') no-repeat left center;
	padding: 2px 9px;
}
#facebook_twitter .twitter {
	background: url('/root/img/pool/imag_neu/twitter_rec.png') no-repeat left center;
	padding: 2px 9px;
	margin: 0 0 0 5px;
}

