body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #d2dde4;
}

*, td{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #194880;
}

sup {
	line-height: 0.5em;
	font-size: 0.7em;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 20px auto;
	background: #fff;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
	box-shadow: 0 0 12px #888;	
}

#header {
	position: relative;
	background: url(/layout/images/bg_header.gif);
	height: 272px;
}

#language_select {
	position: absolute;
	left: 20px;
	top: 15px;
}

#language_select ul,
#navigation ul,
#footer ul,
#subnavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#language_select ul li, 
#navigation ul li,
#footer ul li {
	float: left;
}

#language_select a {
	text-indent: -10000em;
	background-image: url(/layout/images/language_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 22px;
	margin-right: 10px;
}

	#language_select .de a {
		background-position: 0 -1px;	
	}
	
	#language_select .en a {
		background-position: 0 -23px;	
	}	

#navigation {
	position: absolute;
	top: 140px;
	right: 50px;
}

#navigation.home {
	top: 619px;
	z-index: 10000;		
}

#navigation ul li {
	margin-left: 10px;
}

	#navigation ul li a {
		display: block;
		width: 163px;
		background: #a5b9c4;
		text-decoration: none;
		color: #194880;
		font-size: 1.4em;
		text-align: center;
		padding: 10px 0;
		-moz-border-radius: 10px;
		border-radius: 10px;		
	}
	
		#navigation ul li a:hover,
		#navigation ul li .active {
			background: #194880;
			color: #fff;
		}

#logo {
	width: 450px;
	height: 97px;
	position: absolute;
	top: 30px;
	right: 69px;
}

#content_wrapper {
	background: url(/layout/images/bg_bottom.gif) left bottom no-repeat;	
}

#content_wrapper.home {
	width: 960px;
	height: 468px;
	background: transparent;
}

#content_wrapper.home #content {
	width: 960px;
	margin: -128px 0 0 0;
	position: relative;
}

	#content_wrapper.home #content img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#nivoslider {
		width: 960px;
		height: 440px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
		#nivoslider img {
			position: absolute;
			top: 0
			left: 0;
			display: none;
		}
		
	#subnavi {
		width: 175px;
	}

	#subnavi ul li a {
		border-bottom: 1px solid #d2dde4;
		display: block;
		padding: 8px 15px;
		text-decoration: none;
	}
	
		#subnavi ul li a:hover,
		#subnavi ul li .active {
			font-weight: bold;
		}
		
		#subnavi ul li ul li a {
			padding-left: 25px;
		}
	
	#content {
		float: right;
		width: 680px;
		margin-right: 50px;
		padding-bottom: 220px;
		line-height: 1.5em;
	}

#membership .content_block {
	width: 300px;
	margin-left: 190px;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

	#footer ul {
		margin-left: 15px;
	}

	#footer ul li {
		font-size: 0.7em;
	}
	
	#footer ul li a {
		text-decoration: none;
		font-size: 1.7em;
		padding: 0 20px 0 4px;
		background: url(/layout/images/bullets_footer.gif) right 6px no-repeat;
	}
	
	#footer ul li .last {
		background: transparent;
	}	

.small {
	font-size: 0.8em;
}

.benefits {
	margin-top: 20px;
}

.benefits th {
	text-align: left;
	border-bottom: 2px solid #194880;	
	vertical-align: top;
}

.benefits tr {
	border-bottom: 1px solid #194880;
}	

	.benefits tr td {
		font-size: 0.9em;
		padding: 5px 5px;
		vertical-align: top;
		border-bottom: 1px solid #194880;
	}
	
		.benefits tr td a {
			font-size: 0.9em;
		}

a {
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;	
}	

a img {
	border: 0px;
}

h1,
h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

.left_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right_image {
	float: right;
	margin-left: 10px;
	margin-top: 10px;	
	margin-bottom: 10px;
}

.lightwindow {}

table .coloredRows {}

	.coloredRows th {
		font-size: 1.2em;
	}

	.coloredRows .even {
		background: #ffffff;
	}

	.coloredRows .odd {
		background: #efefef;
	}
	
hr {
	border:0;
	height: 1px;
	background: #ccc;
}
	
.clearer {
	clear: both;  
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.content_block {
	margin-bottom: 10px;
}

.content_block.ui-accordion-content {
	padding: 10px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

	fieldset legend {
		padding: 10px 10px;
		font-weight: bold;
		font-size: 1.4em;
	}

label {
	display: block;
	float: left;
	width: 200px;
}

label.error {
	font-style: italic;
	color: #ff0000;
	float: right;
	width: 200px;
	padding: 2px;
	margin: 0;
	line-height: 1em;
}

	.choice_group {
		float: left;
		width: 150px;
	}

	label.choice {
		display: block;
		float: none;
		width: 130px;
		margin-left: 22px;
		margin-top: -18px;
	}

.error {
	background: none repeat scroll 0 0 #FEF0F0;
	border: 1px solid #FF0000;
	display: block;
	padding: 10px;
	color: #ff0000;
}

.success {
	background: none repeat scroll 0 0 #dbf8df;
	border: 1px solid #068636;
	display: block;
	margin: 10px 0;
	padding: 10px;	
	color: #068636;
}

.accordion h3 {
	font-size: 1.2em;
	border: 1px solid #ccc;
	background: #efefef;
	text-indent: 12px;
}

.routing_from {
	display: block;
	outline: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}

.routing_from #from_address{
	width: 310px;
}

#map {
	text-align: center;
	width: 100%;
	height: 400px;
	outline: 1px solid #ccc;
}

.pagination {
	text-align: center;
	clear: both;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
}

input[type=text],
input[type=email],
select,
textarea {
	width: 140px;
	margin-bottom: 5px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0 #d9d9d9 #d9d9d9 #d9d9d9;
	border-radius: 3px;
}

textarea {
	width: 220px;
}

select {
	width: 150px;
}

input.error,
textarea.error {
	display: inline;
}

input[type=text]:hover,
input[type=email]:hover,
select:hover,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9;
}

input[type=submit],
input[type=button],
input[type=reset] {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #ccc #ccc;
	background: #194880;
	box-shadow: 0 1px 0 #ffffff;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
	background: #fff;
	color: #194880;
	border-color: #194880;
}

#geworben_von {
	width: 350px;
}

.pdf_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -96px;
	padding-left: 24px;	
}

.email_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -224px;
	padding-left: 24px;	
}

.xls_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -128px;
	padding-left: 24px;	
}

.doc_kink {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -112px;
	padding-left: 24px;
}

.zipLink{
	background: url('/layout/images/icon-sprite.png') no-repeat 4px -144px;
	padding-left: 24px;
}

.eps_link {
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -160px;
	padding-left: 24px;	
}

.jpg_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -176px;
	padding-left: 24px;
}

.tif_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -192px;
	padding-left: 24px;
}

.cart_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -368px;
	padding-left: 24px;
}

.down_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -352px;
	padding-left: 24px;
}

.up_link{
	background: url("/layout/images/icon-sprite.png") no-repeat 4px -337px;
	padding-left: 24px;
}
.ext_link
{
	    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
    padding-right: 13px;
}