/* RESET all styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
ul, ol, dl {position: relative}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {overflow: scroll}


/* styling */
body {
	background: #000;
	color: #FFF;
	font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.005em;
	margin-bottom: 1.2em;
}
h3 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
h4 {
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
ul,
ol,
p,
hr,
fieldset,
table {
	margin-bottom: 1.4em;
}
a:link,
a:visited {
	color: #B5152B;
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
a img {
	border: 0 none;
}

/* forms
======================================== */
form {
	margin-bottom: 1.2em;
}
fieldset {
	border: 0 none;
	padding: 0;
}
legend {
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
}
label {
	color: #FFF;
	display: block;
	float: left;
	font-weight: normal;
	width: 122px;
}
input,
textarea,
select {
	display: block;
	float: left;
	margin-bottom: 12px;
	width: 372px;
}
input[type=radio],
input[type=checkbox] {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
}
input:focus,
textarea:focus,
select:focus {
}
.widthauto {
	width: auto;
}
input.error {
	border: 1px solid #F00;
	margin-bottom: 0;
}
span.error {
	background: url(../img/arrow_up.gif) left top no-repeat;
	color: #F00;
	display: block;
	padding-left: 20px;
	padding-top: 1px;
}
select {
	width: auto;
}
input.submit.button {
	margin-left: 122px;
	width: auto;
}
form br {
	clear: left;
}
form p {
	margin-bottom: 4px;
}
.search {
	float: right;
}
.search legend {
	display: none;
}
.search input {
	float: left;
	margin-bottom: 0;
	width: auto;
}
.search input[type=text] {
	border: 1px solid #B5152B;
	display: inline;
	float: left;
	padding: 2px 7px;
}
.search input.submit.button {
	margin-left: 7px;
}


/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Klassen
======================================== */
.companyname {
	color: #B5152B;
	text-transform: lowercase;
}
.nomarginright {
	margin-right: 0!important;
} 

/* IDs
======================================== */
#map {
	width: 348px;
	height: 390px;
	color: #333;
}
/* container 
======================================== */
#container {
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
	width: 900px;
}

	/* header 
	======================================== */
	#header {
		padding-top: 10px;
		height: 351px;
	}
		#header_images {
			border: 10px solid #3E3D40;
			border-bottom: 0 none;
			clear: both;
			height: 220px;
			margin: 0;
			padding: 0;
		}
		#header_images img {
			display: block;
		}
		#logo {
			float: left;
			margin-bottom: 25px;
			margin-top: 10px;
		}
		#metamenu {
			float: right;
			font-weight: normal;
		}
		#metamenu li {
			float: left;
			margin-right: 4px;
		}
		#metamenu a {
			margin-left: 3px;
		}
		#metamenu a:link,
		#metamenu a:visited {
			color: #FFF;
			text-decoration: none;	
		}
		#metamenu a:focus,
		#metamenu a:hover,
		#metamenu a:active {
			text-decoration: underline;	
		}
		
		/* menu1
		======================================== */
		#menu {
			background: url(../img/menu_bg.jpg) repeat-x left top;
			border: 10px solid #3E3D40;
			border-top: 0 none;
			float: left;
			margin-bottom: 0;
			width: 880px;
		}
		#menu li {
			background: url(../img/menu_li_bg.jpg) no-repeat right top;
			float: left;
			height: 28px;
			letter-spacing: -.001em;
		}
		#menu strong {
			font-weight: normal;
		}
		#menu a {
			display: block;
			line-height: 28px;
			overflow: hidden;
			padding: 0 10px 0 8px;
		}
		#menu a:link,
		#menu a:visited {
			color: #FFF;
			text-decoration: none;	
		}
		#menu a:focus,
		#menu a:hover,
		#menu a:active,
		#menu li .current {
			background: url(../img/menu_a_bg_current.jpg) no-repeat left top;
		}
		
	/* content
	======================================== */
	.content {
		background: url(../img/content_bg.jpg) repeat-x left top;
		clear: both;
		font-size: 1.1em;
		line-height: 1.4em;
		padding: 50px 10px;
		position: relative;
	}
	.content li {
		background: url(../img/lp.gif) no-repeat left top;
		padding-left: 10px;
	}
		
	/* columns
	======================================== */
	
		/* col1
		======================================== */
		.col1 {
			float: left;
			padding-right: 10px;
			width: 522px;
		}
		.full {
			padding-right: 0;
			width: 880px;
		}
		.ansprechpartner {
			border-left: 1px solid #FFF;
			float: left;
			margin-right: 20px;
			margin-bottom: 15px;
			padding-left: 10px;
			width: 269px;
		}
		.ansprechpartner h3 {
			margin-bottom: 0.5em;
		}
		.ansprechpartner p {
			margin-bottom: 0;
		}
							
		/* col2
		======================================== */
		.col2 {
			float: right;
			width: 348px;
		}

	/* footer
	======================================== */
	#footer {
		border-top: 1px solid #B5152B;
		clear: both;
		color: #A3ABA6;
		font-weight: bold;
		padding-top: 40px;
	}
	.device {
		background: url(../img/device_bg.gif) no-repeat -425px center;
		float: left;
		margin-left: -75px;
		padding-left: 80px;
	}

.jqGSContainer{position:relative;width:348px;;}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{background: none;padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}

.jqGSContainer .jqGSPagination{position:relative;width:100%;height:10px;top:5px;padding: 5px 0;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSContainer .jqGSPagination ul li{background: none;padding:0;margin-right:3px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px;background:#525252;color: #FFF;text-decoration:none;display:block;width:20px;font:10px Verdana, Arial, Helvetica, sans-serif;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#B5152B;color:#FFF;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#fff;color:#000;}
