/* 
Title:		tectarget master styles
Author:		mail[at]hidave[dot]de
Updated:	Okt 29 2007
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #555;
	}
#wrap {
	width: 760px;
	margin: 40px auto;
	}

/* =links
=============================================== */
a:link,
a:visited {
	padding-bottom: 1px;
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}
a.more {
	padding-right: 8px;
	background: url(/img/icon-more2.gif) no-repeat 100% 5px;
	}
.info {
	margin: 20px 0 0 150px;
	}

/*  =typo
=============================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	}
h1 {
	color: #D40017;
	font-weight: bold;
	font-size: 13px;
	}
h2 {
	color: #333;
	font-size: 16px;
	line-height: 19px;
	}

/* =header
=============================================== */
#header {
	float: left;
	position: relative;
	font-size: 11px;
	margin: 0 0 30px 0;
	width: 955px;
	}
#logo {
	float: left;
	display: inline;
	width: 106px;
	height: 142px;
	margin: 10px 30px 0 30px;
	padding: 0;
	}
#logo-b {
	width: 191px;
	height: 255px;
	}
#langswitch {
	float: right;
	display: inline;
	margin: 10px 30px 0 0;
	text-transform: uppercase;
	}
#langswitch a {
	text-decoration: none;
	border: none;
	color: #000;
	}

/* =nav
=============================================== */
#nav {
	clear: both;
	position: absolute;
	left: 165px;
	top: 128px;
	width: 760px;
	margin: 0 0 0 0;
	padding: 0;
	background: #4E4F51;
	text-transform: uppercase;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	border-left: 1px solid #B2B3B5;
	}
#nav ul a {
	float: left;
	padding: 5px 20px;
	color: #fff;
	background: #4E4F51;
	text-decoration: none;
	border: none;
	}
#index ul a {
	background: #FF9900;
	}
#nav a:hover {
	text-decoration: none;
	}
#nav .current a {
	text-decoration: none;
	background: #B2B3B5;
	color: #000;
	}

/* =subnav
=============================================== */
#subnav {
	float: left;
	padding: 5px;
	margin: 86px 0 0 161px;
	}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#subnav ul a {
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
	border: none;
	}
#subnav li {
	padding: 0 0 3px 0;
	}
#subnav a:hover {
	text-decoration: none;
	}
#subnav .current a {
	background: url(/img/pfeil.gif) no-repeat 4px 50%;
	color: #000;
	}

/* =content
=============================================== */
#content {
	clear: both;
	float: left;
	display: inline;
	width: 520px;
	margin: 0 0 150px 186px;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	}
#index #content {
	position: relative;
	margin: 30px 0 200px 390px;
	}
#content ul,
#content ol,
#content dl {
	margin: .5em 0 0 0;
	padding: 0;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 0 15px;
	}
#weiche {
	position: absolute;
	left: 155px;
	top: -30px;
	width: 300px;
	margin: 20px 0 0 -30px;
	text-transform: uppercase;
	}
#weiche a {
	text-decoration: none;
	border: none;
	color: #000;
	}
.de {
	margin: 0 0 0 135px;
	}

/* =footer
=============================================== */
#footer {
	clear: both;
	position: relative;
	font-size: 11px;
	color: #888;
	background: #D40017;
	height: 60px;
	margin: 0 30px 0 30px;
	}
.teaserimg {
	position: absolute;
	height: 60px;
	left: 155px;
	top: -30px;
	}
.teaserimg img {
	float: left;
	margin-right: 50px;
	}
.copyright {
	font-size: 11px;
	margin: 5px 0 0 30px;
	}

/* =misc
=============================================== */
hr {
	display: none;
	}
img {
	display: block;
	}
a img {
	border: none;
	}