@import url(http://fonts.googleapis.com/css?family=Black+Ops+One);
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 99%;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	padding:0;
	height: 100%;
	border-top:#666 5px solid;
	background: url(../images/site_bg.jpg) repeat center fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#A02242;
	position:relative;
}
a {
	text-decoration:none;
	color: #EA0000;
	font-weight:normal;
}
p, div, h1, h2, h3, h4, h5, h6, button, ol, ul, li, fieldset, input, select, button, textarea {
	padding: 0;
	margin: 0;
	font-weight:normal;
}
p {
	margin:0 0 1.1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.2em;
	text-shadow: 1px 1px 1px #CCC;
}
h1 {
	padding-bottom:6px;
	font-size: 150%;
	font-weight: 500;
	line-height:normal;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 120%;
}
hr {
	height:0 !important;
	border: none;
	border-bottom:#444 1px solid;
	box-shadow: 0px 1px 0px 0px #111;
}
#content_holder {
	width:998px;
	margin:0 auto;
	min-height:100%;
}
#content {
	width:100%;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	line-height:140%;
	min-height:100%;
}
#header {
	width:100%;
	height:220px;
	position:relative;
	margin-bottom:5px !important;/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #4B4B4B;
	box-shadow: 0px 0px 10px 0px #111;*/
}
#logo_header {
	float:left;
	height:220px;
	width:100%;
	background: url(../images/header_logo.jpg) no-repeat;
	position:absolute;
	z-index:1000;
}
#content_inner_content {
	float: left;
	position: relative;
	width: 552px;
	margin:10px 5px 5px 0px;
	margin-left:216px;
}
#content_inner_left {
	float:right;
	position: relative;
	width: 220px;
	margin:10px 0 0 5px;
	height:100%;
	font-size:0.9em;
}
#footer {
	width: 988px;
	margin:0 auto;
	position: relative;
}
#text_unter_logo {
	font-family:'Comic Sans MS', 'Marker Felt', sans-serif;
	margin-top:-5px;
	margin-left:15px;
	font-style:italic;
	font-size:18px;
	text-shadow: 1px 1px 4px #000;
	color:#999999;
}
#header_alex_bild_holder {
	height:110px;
	padding-right:219px;
	position:relative;
}
#header_alex {
	position:absolute;
	height:30px;
	width:30px;
	right:180px;
	top:85px;
	cursor:move;
	z-index:2000;
	overflow:visible;
}
#header_alex div {
	background-image:url(../images/alex.png);
	background-repeat:no-repeat;
	height:110px;
	width:220px;
	position:absolute;
	bottom:10px;
	left:-5px;
}
#header_alex_bild_holder h2 {
	position:absolute;
	height:30px;
	width:20px;
	background-image:url(../images/info.png);
	bottom:-5px;
	right:1px;
	display:block;
	z-index:2100;
	cursor:pointer;
}
#content_inner_right {
	position: relative;
	float: right;
	width: 190px;
	margin:5px 0 0 0px;/*	padding:5px 5px 0 10px;*/
}
#content_inner_right h1 {
	font-size:135%;
}
#content_inner_left h1 {
	font-size:125%;
}
#footer {
	position:relative;
	bottom:0px !important;
	margin:0 auto;
}
#footer_inner {
	position:relative;
	padding:5px;
	min-height: 20px;
	color: #fff;
	font-size:0.9em;
}
.alink a {
	color: #FFF !important;
	text-decoration:underline;
}
.inhalt_big ul, .inhalt_big ol {
	margin:auto;
	padding:0px 5px 5px 30px;
}
.inhalt_big img:not(.no_shadow) {
	width:100%;
	float:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#suche_header {
	position: relative;
	padding:5px;
	margin-top:5px !important;
	margin-bottom:-3px;
	min-height:23px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.84);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#suche_header input[type="submit"] {
	float: right;
	color: #6a7682;
	height:25px;
	cursor:pointer;
	width:215px;
	font-size:140%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #999999;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
}
#suche_header input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #999999;
	font-size:150%;
	width:62%;
	background-color: rgb(236, 236, 236);
	text-indent:3px;
}
#header_bild .logo_text a {
	padding-top:10px;
	text-align:center;
	text-transform: uppercase;
	font-size: 430%;
	letter-spacing:8px;
	font-weight: 300;
	color:#f4d505;
	font-style:normal !important;
}
#header_bild .logo_text_sub {
	text-align:center;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 7px;
	font-weight: 500;
	color:#666666;
	text-shadow: #c0c0c0 3px 1px 5px;
}
#header_suche .phone_network {
	margin-right:20px;
}
#header_suche .phone_network iframe {
	margin-left:20px !important;
}
#header_suche .phone_network img {
	margin-right:-20px !important;
}
#header_suche h6 {
	float:left;
	margin-right:5px;
	margin-left:5px;
	margin-top:-3px;
}
#header_suche h6 span {
	font-weight:bold;
}
#content_inner_left, #content_inner_content, #content_inner_right, #footer, #header_suche {
/*	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:groove 1px #516ea6; */
}
#content_inner_content img:not(.no_shadow), #content_inner_right img:not(.no_shadow), #content_inner_left img:not(.no_shadow) {
	max-width:100% !important;
}
#slyder_startseite {
	width:645px;
	height:370px;
	overflow:hidden;
	box-shadow: 0px 0px 10px 2px #000;
	margin-bottom:20px;
}
#slyder_startseite #slider_in_header {
	list-style:none;
	padding:0;
	width:645px;
	height:370px;
	overflow:hidden;
}
#slyder_startseite #slider_in_header li {
	width:645px;
	height:370px;
	overflow:hidden;
}
#slyder_startseite #slider_in_header li img {
	min-height:210px;
	width:750px;
	margin:0;
}
.content_as_box {
	margin-bottom:15px !important;
	/*background: url(../images/000000_65.png);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	border:solid 1px #CCC;
	box-shadow: 0px 0px 10px 0px #666;
	background-color:#FFFFFF;
}
.content_as_box .headline_big {
	margin: -10px -10px 5px -10px;
	padding:1px 0 5px 5px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
}
.content_as_box .headline_klein {
	margin:-10px -10px 0 -10px;
	padding:7px;
}
.hidden, #hidden_nav {
	position:absolute;
	left:-2000px;
}
#hidden_nav a:focus, #hidden_nav a:active {
	position:absolute;
	left:+2010px;
	top:+25px;
	display:block;
	width:20em;
	padding:2px 6px;
	z-index:3000;
	font-weight:bold;
}
.last_element {
	margin-bottom: 15px !important;
	clear:both;
}
.button {
	background: #003091;
	background: -moz-linear-gradient(top, #003091 0%, #000e70 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003091), color-stop(100%, #000e70));
	background: -webkit-linear-gradient(top, #003091 0%, #000e70 100%);
	background: -o-linear-gradient(top, #003091 0%, #000e70 100%);
	background: -ms-linear-gradient(top, #003091 0%, #000e70 100%);
	background: linear-gradient(to bottom, #003091 0%, #000e70 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003091', endColorstr='#000e70', GradientType=0 );
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 5px;
	font-size:100%;
	text-decoration:none;
	border-color:#003197;
}
/*BUTTON*/
.buttonaktiv {
	background: #325293;
	background: -moz-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #325293), color-stop(100%, #294e93));
	background: -webkit-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -o-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -ms-linear-gradient(top, #325293 0%, #294e93 100%);
	background: linear-gradient(to bottom, #325293 0%, #294e93 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325293', endColorstr='#294e93', GradientType=0 );
	color:#CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 5px;
	font-size:100%;
	text-decoration:none;
	border-color:#003197;
}
.button:hover {
	background: #325293;
	background: -moz-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #325293), color-stop(100%, #294e93));
	background: -webkit-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -o-linear-gradient(top, #325293 0%, #294e93 100%);
	background: -ms-linear-gradient(top, #325293 0%, #294e93 100%);
	background: linear-gradient(to bottom, #325293 0%, #294e93 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325293', endColorstr='#294e93', GradientType=0 );
	color:#FFFFFF;
	border-color:#003197;
}
/*BUTTON ENDE*/
.siteneinstellungen {
	float:left;
}
#suche {
	float:right;
	margin-left:15px;
	margin-top:2px;
}
#suche #schnellsuche {
	width:160px;
}
#vor_phone_einstellungen {
	float:left;
}
.siteneinstellungen h6 {
	font-size:130%;
	float:left;
	font-weight:bold;
	line-height:180%;
}
.siteneinstellungen ul {
	list-style:none;
	float:left;
	margin-right:20px;
}
.siteneinstellungen ul li {
	float:left;
	margin:0 5px 0 5px;
}
#seiten_info {
	float:left;
}
#seiten_info p {
	clear:both;
	display:block;
}
.playsound {
	margin-bottom:1px;
}
.playsound_highlight {
	background-color:#D5FFAA;
}
#footer {
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	background-color:transparent !important;
	background-image:url(../images/grau.jpg);
}
.footer_inner_inner_text {
	float:left;
	margin:0px 5px 0px 5px;
	width:50%;
}
.footer_inner_inner_menu {
	float:left;
	margin:0px 5px 0px 5px;
	width:15%;
}
.footer_inner_inner_adr {
	float:left;
	margin:0px 5px 0px 5px;
	width:30%;
}
#footer_inner div {
	font-size:12px;
}
/*NEWS MODUL*/
.news_image_div {
	float:left;
	width:170px;
	margin:5px 15px 3px 0;
}
.news_image_div img {
	border:0;
	width:170px;
}
.news_temp_info {
	font-size:11px;
	margin-bottom:5px;
	color:#777;
}
.datum {
}
.twitter_and_like {
	line-height:normal;
	font-size:medium;
}
/*NEWS MODUL ENDE*/

.menubtn_handy_change {
	line-height:22px !important;
	text-align:left !important;
	line-height:normal !important;
	font-weight:normal !important;
	padding:4px 8px 4px 8px !important;
	border-top: solid 1px #666;
	width:auto !important;
	background: rgb(61,61,61);
	background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(28,28,28,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(61,61,61,1)), color-stop(100%, rgba(28,28,28,1)));
	background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(28,28,28,1) 100%);
	background: -o-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(28,28,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(28,28,28,1) 100%);
	background: linear-gradient(to bottom, rgba(61,61,61,1) 0%, rgba(28,28,28,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1c1c1c', GradientType=0 );
	display:block;
	color:#CCCCCC;
	font-size:14px;
	text-align:center !important;
}
#warenkorb_klein_button {
	margin-top:5px;
	font-size:1.2em;
	font-weight:bold;
}
.verleih_nav {
	font-size:0.8em;
}
.verleih_nav a {
	font-size:0.8em;
	line-height:18px !important;
}
.verleih_nav_aktiv a {
	color:#FF3333 !important;
}
.link_bild_mb {
	height:10px !important;
	width:10px !important;
	margin-right:10px !important;
	margin-top:10px !important;
}
