/* ----------------------------------------------------------------------------
Adposition Screen CSS File
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: url('../pics/body.gif') 50% 0;
	color: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

strong {
	color: #ffaa00;
	font-weight: normal;
}	

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	padding: 1px 5px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

th {
	background: #444;
}

/* ----------------------------------------------------------------------------
Header
---------------------------------------------------------------------------- */

#header {
	background: url("../pics/header.gif") repeat-x;
	text-align: left;
	overflow: hidden;
	height: 140px;
}

#header_content {
	position: relative;
	width: 802px;
	margin: 0 auto;
	overflow: hidden;
	height: 140px;
}

#logo {
	font-size: 0px;
	line-height: 0;
	position: absolute;
	top: 15px;
	left: 0px;
}

#sprachnav {
	width: 200px;
	float: left;
}

#sprachnav p {
	float: left;
}

#sprachnav a {
	color: #ccc;
}

#smallnav {
	position: relative;
	font-size: 11px;
	color: #999;
}

ul#smallnav {
	position: absolute;
	top: 35px;
	right: 0px;	
}

ul#smallnav li {
	float: left;
}

ul#smallnav li a {
	float: left;
	margin-left: 10px;
}

ul#smallnav li.aktiv a {
	color: #555;
}

#smallnav a {
	color: #999;	
}

#smallnav a:hover {
	color: #555;
}

#footer a:hover {
	color: #666;
}

/*************
Bild umfließen
*************/

.picture {
	padding-bottom: 15px;
	padding-right: 15px;
	clear: left;
}

.picture-umflossen {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;	
}

.caption {
	clear: both;
	margin-bottom: 10px;
	font: 11px Verdana;
}

.captionRight {
	float: left;
	font: 11px Verdana;
	margin-left: 5px;
}


/* ----------------------------------------------------------------------------
Bildmodul
---------------------------------------------------------------------------- */

div.pleft {
	float: left;
	margin-right: 10px;
	vertical-align: text-bottom;
}

div.pright {
	float: right;
	margin-left: 10px;
	vertical-align: text-bottom;
}

div.pnormal {
	clear: both;	
}


/* ----------------------------------------------------------------------------
Navi
---------------------------------------------------------------------------- */

#navi {
	font-family: verdana;
	font-size: 11px;
	position: absolute;
	top: 75px;
	left: 0px;
	clear: both;
	width: 803px;
	height: 25px;
	margin: 0 auto;
	line-height: 20px;
	background: url("../pics/navi.gif") no-repeat;
}

#navi ul {
	padding-left: 2px;
}

#navi li {
	float: left;
}

#navi #mainnavi a {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	height: 21px;
	color: #333;
	overflow: hidden;
}

#navi #mainnavi a:hover {
	color: #fff;
}

#navi #mainnavi a.aktiv {
	background: url("../pics/navi_aktiv.gif");
	color: #fff;
}

/* ----------------------------------------------------------------------------
Wrapper
---------------------------------------------------------------------------- */

#wrapper {
	width: 100%;
	background: #404040;
	overflow: hidden;
}



/* ----------------------------------------------------------------------------
Teaser
----------------------------------------------------------------------------

#teaser {
	background: url("../pics/teaser.gif") no-repeat;
	margin-top: 0px;
	width: 8px;
	height: 140px;
	text-align: left;
	color: #fff;
} */

/* ----------------------------------------------------------------------------
Content
---------------------------------------------------------------------------- */

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #404040 url("../pics/content.gif") repeat-y;
	margin: 0 auto;
	width: 800px;
	min-height: 400px;
	text-align: left;
	overflow: hidden;
}

#content img {
	padding: 3px;
	border: 1px solid #bbb;
}

#content a {
	color: #ffe199;
}

#content a:hover {
	color: #ffaa00;
}

#content ul {
	margin-bottom: 10px;
}

#content ul li {
	background: url("../pics/bullet.gif") no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 5px;
}
 
#content ol {
	margin-bottom: 10px;
	padding-left: 20px;
}

#content ol li {
	background: none;
	padding-left: 0px;
	margin-bottom: 5px;
}

#article {
	padding-left: 20px;
	padding-right: 80px;
	width: 450px;
	float: left;
	color: #ddd;
}


/* ----------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------- */

#sidebar {	
	overflow: hidden;
	position: relative;
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
	color: #bbb;
	padding: 0 20px;
	font-size: 11px;
}

#sidebar.home {
	color: #fff;
}

*html #sidebar {
	position: relative;
	width: 205px;
}

*html #sidebar ul li {
	float: left;
	width: 190px;
}

/* ----------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------- */

#footer {
	background: url("../pics/footer.gif") repeat-x;
	float: left;
	color: #666;
	width: 100%;
}

#footer a {
	color: #666;
}

#footer_content {
	width: 920px;
	margin: 0 auto;
	font-size: 11px;
	height: 28px;
	padding-top: 12px;
}


/* ----------------------------------------------------------------------------
General Styles
---------------------------------------------------------------------------- */

p {
	margin-bottom: 15px;
}

ul li {
	list-style-type: none;
}


/* ----------------------------------------------------------------------------
Headlines
---------------------------------------------------------------------------- */

h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	padding: 5px 0px;
	font-weight: normal;
	border-bottom: 1px solid #ffaa00;
	line-height: 1.3em;
}

#sidebar h1 {
	color: #fff;
	font-size: 14px;
	background: none;
	border: none;
	padding: 5px 0px;
	margin-top: 4px;
	border-bottom: 1px solid #ffaa00;
	
}

#sidebar h1.zweizeil {
	margin-top: 2px;
}

#sidebar.home h1 { 
	color: #fff;
	border-bottom: 1px solid #092d60;
}

h2 {
	font-size: 11px;
	color: #ffaa00;	
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.3em;
}

h2.box {
	font-size: 11px;
	color: #ffaa00;
 	cursor: pointer;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url('../pics/scrolldown.gif') no-repeat right 6px;
}

.boxcontent {
	color: #bbb;
}

#sidebar h2 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.3em;
}

h3 {
	font-size: 11px;
	color: #ffaa00;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.3em;
}

h4 {
	font-size: 22px;
	font-weight: normal;
}

.intro {
	font-size: 15px;
	line-height: 20px;
}


/* ----------------------------------------------------------------------------
Formular
---------------------------------------------------------------------------- */

label {
	float: left;
	width: 400px;
	color: #bbb;
	margin-bottom: 3px;
}

input {
	border: 0px solid #aaa;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
	width: 348px;
	height: 15px;
	background: #555;
	color: #fff;
}

input:focus {
	border: 0px solid #092d60;
	background: #666;
}

.element {
	padding-bottom: 15px;
}

input.submit {
	color: #bbb;
	padding: 2px 5px 4px 5px;
	border: 1px solid #666;
	cursor: pointer;
	background: #333;
	font: 11px Verdana;
	height: auto;
	width: auto;
}

textarea {
	padding: 2px;
	width: 348px;
	border: 0px solid #cacaca;
	font-family: Arial;
	font-size: 12px;
	background: #555;
	color: #fff;
}

textarea:focus {
	border: 0px solid #092d60;
	background: #666;
}

.picture img {
	border: 1px solid #aaa;
	margin-top: 15px;
}

/***********
Accordionbox
************/

h1.box {
	color: #222;
	padding: 7px 0 0 10px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #eee;
	cursor: default;
}

/********************
adanalytics Anmeldung
********************/


#adanalytics-login {
	margin-top: 15px;
	padding: 7px 10px;
	width: 180px;
}

input.loginsubmit {
	float: left;
	border: 1px solid #000;
	width: 75px;
	height: 18px;
	font-size: 11px;
	padding: 1px 6px;
	margin-top: -15px;
	margin-right: 100px;
	margin-bottom: 15px;
	text-align: left;
	background: url("../pics/bg_button.gif");
	color: #fff;
}


#adanalytics-login textarea {
	width: 348px;
	border: 1px solid #cacaca;
	font-family: Arial;
	font-size: 12px;
}

label.login {
	margin-top: 2px;
	clear: left;
	width: 100px;
	color: #092d60;
}

form.userform {
	font-size: 11px;
	padding-top: 0px;
	padding-left: 1px;
}

#adanalytics-login a {
	float: left;
	margin-top: 5px;
	color: #444;
}

select.login {
	visibility: hidden;
	height: 0px;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
}

label.sprache {
	height: 0px;
	visibility: hidden;
}


input.login {
	clear: left;
	margin-top: 1px;
	width: 170px;
	height: 10px;
	font-size: 10px;
}

/**********
2. Template
**********/

#wrapper.home {
	background: url("../pics/bg_home_wrapper.gif") repeat-y;	
}

#content.home {
	background: url("../pics/bg_home_content.gif") no-repeat;	
}

#footer_content.home {
	background: url("../pics/bg_home_footer_content.gif") no-repeat;	
}

/*************
Downloadmodul
*************/

.list_content {
	padding-bottom: 5px;
}

.list_content img {
	border: none !important;
	vertical-align: bottom;
}

