/* Copyright 2010 Ritterbach Group		| 
	WANT – werbe/agentur/nowack/thelen 	| 
	Bora Acemi Mediendesign					|
	 
---------------------------------------------------------------------------------*/

/*  Modified Eric Meyer’s CSS Reset
---------------------------------------------------------------------------------*/
*{padding:0;margin:0;}
option{padding-left:0.4em;}
html{height:100%;margin-bottom:1px;}
:focus{outline:0;}
fieldset,img{border:none;overflow:hidden;resize:none;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/*  Basic Class
---------------------------------------------------------------------------------*/
.centerbox {
	width: auto; 
	height: auto; 
	margin: auto auto 15px; 
	display: inline-block;
}

/*  Basic Class
---------------------------------------------------------------------------------*/
.hide{display: none;}
.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clr{display: inline-table;}
* html .clr{height: 1%;}

/*  Generic
---------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
	height: 101%;
	position: relative;
}

/*  Headline & Paragraph
---------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 45px;
	margin: 165px 0 50px 20px;
	text-transform: uppercase;
}

div#home h2 {
	text-indent: -9999px;
	margin: 0;
}

div#ueberuns h2.trigger a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 0.5em;
	text-transform: uppercase;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	color: #000;
	font-size: 1.5em;
	padding: 30px 20px 0 20px;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 20px 12px 0 20px;
}

/*  Links
---------------------------------------------------------------------------------*/
a {
	color: #000;
}

div#kontakt a,
div#impressum a {
	color: #000;
	padding: 1px;
}

div#kontakt a:hover,
div#impressum a:hover {
	background-color: #000;
	color: #fff;
	padding: 1px;
}

/*  List
---------------------------------------------------------------------------------*/
/**
 * Unordered List
 */
ul {

}

div#ueberuns ul li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 4px;
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

/**
 * Tables
 */
div#referenzen table td {
	padding: 8px;
	margin-top: 16px;
}

/*  Content Style
---------------------------------------------------------------------------------*/
div#ueberuns img,
div#kontakt img {
	padding: 6px 0;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;	
}

#logo_position {
	position: relative;
	padding-top: 22px;
	padding-left: 8px;
}

a#logo {
	display: block;
}

/**
 * HoverIcons
 */
div#group_icons {
	display: flex;
	height: 200px;
	margin: 25px 0 0 0;
} 
 
div#group_icons a {
	float: left;
	padding: 26px;
} 

div#group_icons a span {
	font-size: 12px;
	text-decoration: none;
}
 
#verlag_icon {
	background-image: url(../bilder/verlag_group.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	display: block;
	margin: 20px 14px 0px 0px;
	border-right: solid 1px #CCC;
}

#verlag_icon:hover {
	background-image: url(../bilder/verlag_group.jpg);
	background-position: 0 -161px;
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	display: block;
	margin: 20px 14px 0px 0px;
}

#direktmarketing_icon {
	background-image: url(../bilder/direktmarketing_group.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 100px;
	width: 118px;
	display: block;
	margin: 20px 8px 0px 20px;
	border-right: solid 1px #CCC;
}

#direktmarketing_icon:hover {
	background-image: url(../bilder/direktmarketing_group.jpg);
	background-position: 0 -161px;
	background-repeat: no-repeat;
	height: 100px;
	width: 118px;
	display: block;
	margin: 20px 8px 0px 20px;
}

#marketing_icon {
	background-image: url(../bilder/marketing_group.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 100px;
	width: 118px;
	display: block;
	margin: 20px 8px 0px 35px;
	border-right: solid 1px #CCC;
}

#marketing_icon:hover {
	background-image: url(../bilder/marketing_group.jpg);
	background-position: 0 -161px;
	background-repeat: no-repeat;
	height: 100px;
	width: 118px;
	display: block;
	margin: 20px 8px 0px 35px;
}

#beratung_icon {
	background-image: url(../bilder/beratung_group.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	display: block;
	margin: 20px 8px 0px 24px;
}

#beratung_icon:hover {
	background-image: url(../bilder/beratung_group.jpg);
	background-position: 0 -161px;
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	display: block;
	margin: 20px 8px 0px 24px;
}

/*  Basic Layout
---------------------------------------------------------------------------------*/
/**
 * Main
 */
div#allwrap {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}  
 
div#wrapper {
	float:right;
	width: 802px;
	background-color: transparent; 
}

/**
 * Navigation
 */
div#navigation {
	width: auto;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #fff;
	position: absolute;
	top: 85px;	
	left: auto;
}

.navi-bottom-style {
	width: 800px;
	height: 40px;
	background-position: 0px 50px;
	padding: 10px 0 6px 0;	
	margin: 0px auto;
	overflow: visible;
	position: relative;		
}

.navi-bottom-style li {
	float: left;
	list-style: none;
}

.navi-bottom-style li.back {
	width: 10px;
	height: 60px;
	z-index: 6;
	position: absolute;
	background-image: url(../bilder/navi_bullet.png);
	background-repeat: no-repeat;
	background-position: 50% 34px;
}

.navi-bottom-style li a {
	height: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: auto 12px auto 12px;
	z-index: 10;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	top: 9px;
}

.navi-bottom-style li a:hover,
.navi-bottom-style li a.active {
	border: none;
	color: #CCC;
}

ul#navi {
	width: auto;
	height: auto;
}

ul#navi li {
	width: auto;
	height: auto;
}

/**
 * ToggleNavi
 */
div#leftbar {
	position: fixed;
	width: 150px;
	height: 700px;
	margin: 0;
	padding-top: 25px;
	overflow: hidden;
} 

/**
 * HistorieToggle
 */
h2.trigger {
	background: url(../bilder/historie_toggle.gif) no-repeat;
	background-position: 160px 12px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px 0 0 0px;
	margin: 25px 0 0 0;
	height: 36px;
	width: 100%;
	font-weight: lighter;
	float: left;
}

h2.trigger:hover {
	background: url(../bilder/historie_toggle.gif) no-repeat;
	background-position: 160px -28px;
}

h2.trigger a {
	font-size: 1.4em;
	text-decoration: none;
	color: white;
	padding-left: 20px;
}

.toggle_container {
	width: auto;
}

p.active {
	background-position: left bottom;
}

.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 700px;
	clear: both;
}

.toggle_container .block {
	padding: 0;
}
 
/**
 * Head
 */
div#header {
	width: 800px;
	height: 140px;
	position: fixed;
	top: 0px;
	padding-top: 50px;
	margin: 0px auto;
	z-index: 1000;
}

/**
 * Content
 */
div#content {
	width: 800px;
	height: auto;
	z-index: -1000;
}

div#home {
	position: relative;
	background-image: url(../bilder/double-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 100px 0 50px 0;
}

div#cookierichtlinie,
div#datenschutz,
div#impressum,
div#agb {
	position: relative;
	background-image: url(../bilder/double-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 140px 0 50px 0;
}

div#ueberuns,
div#kontakt {
	position: relative;
	background-color: #ededed;
	background-image: url(../bilder/double-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 140px 0 50px 0;
}

div#kontakt ul,
div#impressum ul {
	padding: 25px 0 0 20px;
}

div#kontakt ul li,
div#impressum ul li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 2px;
	list-style-type: none;
}
.col50 {
	width:50%;
	float:left;
}

.tdunder {
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

.back {
	top: 0px;
}

#privacypolicy {
	position: fixed;
	z-index: 9999;
	background-color: #ffffff;
	width: 802px;
	bottom: 0px;
	border: 1px solid #efefff;
}