@charset "UTF-8";

/**
 * CSS Stile für Jettainer
 *
 * @author		Florian Ilch <post@florianilch.de>
 * @link		http://florianilch.de
 * @package		de_jettainer
 * @version		0.1
*/

body{
	position:		relative;
	font:			normal .63em arial, helvetica, sans-serif;
	color:			#333;
	background:		#fff;
}

#seite{
	position:		relative;
	width:			960px;
	margin:			1em auto 2em auto;
}

#seite:after{
	content: 	'.';
	display:	block;
	clear:		both;
	height:		0;
	visibility:	hidden;
}

/**
 * Allgemeines
 */
h1{
	position:	absolute;
	left:		0;
	top:		6em;
}

h1 a{
	display:	block;
	width:		173px;
	height:		68px;
	background:	transparent url('../img/signet.png') left top no-repeat;
	text-indent:-9999em;
}

h1 a:hover{
	background-position:	left -68px;
}

h2{
	
}

p{
	padding-bottom:	.8em;
}

a{
	color:	#eb6b08;
}

a:hover{
	
}

/**
 * Navigation
 */
#navigation{
	position:		absolute;
	right:			0;
	top:			0;
	text-transform:	uppercase;
}

#navigation li{
	float:	left;
	position:	relative;
}

#navigation li a,
#navigation li strong{
	position:	relative;
	display:			block;
	padding:			0 .8em;
	height:				35px;
	line-height:		34px;
	color:				#fff;
	text-decoration:	none;
	background:			transparent url('../img/sprites/navigation.png') left bottom repeat;
}

#navigation li a:hover{

}

#navigation li a.current,
#navigation li strong{
	font-weight:	normal;
	background-position:	left top;
}

#navigation li ul {
	position:	absolute;
	left:		0;
	top:		35px;
	width:		100%;
	overflow:	hidden;
}

#navigation li li {
	clear:		both;
	width:		100%;
}

#navigation li li a, 
#navigation li li strong {
	float:			none;
	clear:			both;
	background: 	transparent url('../img/p/language.png') left top repeat;
	height:			25px;
	line-height:	24px;
	padding-left:	0;
}

#navigation li li a span,
#navigation li li strong span {
	display:	block;
	float:		left;
	width:		3px;
	height:		100%;
	padding-left:.8em;
	background-position: .4em center;
	background-repeat: no-repeat;
}

#navigation li li strong span {
	background: url('../img/sprites/arrow_orange.gif') .4em center no-repeat;
}

#navigation li li a:hover span {
	background-image: url('../img/sprites/arrow_white.gif');
}

#navigation #clientLogin{
	font-size:		1.5em;
	padding:		0 .7em;
	font-weight:	bold;
	letter-spacing: -1px;
	text-transform:	uppercase;
	vertical-align: bottom;
}

#clientLogin img{
	margin-top:	10px;
}

#clientLogin span{
	color:	#eb6b08;
}

#navigationWidget{
	position:		absolute;
	left:			0;
	bottom:			4.5em;	
	height:			150px;
}

#navigationWidget > a.hitArea{
	position:	absolute;
	left:		0;
	top:		0;
	display:	block;
	height:		100%;	
	width:		20px;
	z-index:	100;
}

#navigationWidget > ul{
	position:		absolute;
	left:			0;
	bottom:			0;	
	padding:		5px 1em 0 1em;
	height:			105px;
	width:			160px;
	font-size:		1.6em;
	font-weight:	bold;
	line-height:	1.2em;
	text-transform:	uppercase;
	background:		transparent url('../img/p/navigation.png') left bottom repeat-y;
}

#navigationWidget > ul a{
	color:				#fff;
	text-decoration:	none;
	padding-left:		20px;
	height:				19px;
	background:			transparent url('../img/sprites/icon_main_navigation.png') 0 0 no-repeat;
}

#navigationWidget > ul a:hover{
	background-position:0 -30px;
}

#navigationWidget > ul a.current{
	cursor:	default;
	color:	#eb6b08;
	background-position:0 -60px;
}

#submenuWidget{
	position:		absolute;
	left:			350px;
	bottom:			-16px;	
	height:			127px;		
	width:			333px;
	padding:		4px 0 0 30px;
	overflow:		hidden;
	font-size:		1.2em;
	line-height:	1.4em;
	text-transform:	uppercase;
	background:		transparent url('../img/sprites/submenu.png') left 0 no-repeat;	
}

#submenuWidget.active{
	background-position:	-363px 0;
}

#submenuWidget > div{
	overflow:	hidden;
	position:	relative;
	height:		111px;
	width:		325px;
}

#submenuWidget > div > ul{
	position:	absolute;
	left:		0px;
	top:		0;	
	width:		325px;
	height:		111px;
}

#submenuWidget > div > ul > li{
	height:			71px;
	padding:		20px 50px 20px 20px;
	background:		transparent url('../img/sprites/submenu.png') -30px -4px no-repeat;	
}

#submenuWidget > div > ul > li.section-1{
	background-position:	-30px -135px;	
}

#submenuWidget > div > ul > li.section-1.current{
	background-position:	-393px -135px;	
}

#submenuWidget > div > ul > li.section-2{
	background-position:	-30px -266px;	
}

#submenuWidget > div > ul > li.section-3{
	background-position:	-30px -397px;	
}

#submenuWidget > div > ul > li.section-4{
	background-position:	-30px -528px;	
}

#submenuWidget > div > ul > li.section-5{
	background-position:	-30px -659px;	
}

#submenuWidget > div > ul > li a{
	color:				#605d5c;
	text-decoration:	none;
	padding-left:		15px;
	height:				15px;
	background:			transparent url('../img/sprites/icon_sub_navigation.png') 0 0 no-repeat;
}

#submenuWidget > div > ul > li a.special{
	background:	none;
	height:	auto;
	padding-left:	0;
}

#submenuWidget > div > ul > li a:hover{
	background-position:	0 -30px;
}

#submenuWidget > div > ul > li a.current{
	cursor:	default;
	color:	#eb6b08;
	background-position:	0 -60px;
}

#serviceNavigation{
	float:		right;
	padding:	0 2em;
}

#serviceNavigation li{
	display:	inline;	
}

#serviceNavigation li a{
	color:	#000;
	text-decoration:	none;
}

#serviceNavigation li a:hover{
	color: #eb6b08;
}

#languageSwitch{
	position:	absolute;
	bottom:		0;
	right:		270px;
	width:		50px;
	overflow:	hidden;
	text-transform: uppercase;
}

#languageSwitch a{
	display:	block;
	height:		25px;
	padding:	0 1em 0 2em;
	color:		#fff;
	text-decoration: none; 
	text-align:	right;
	background: #535150 url('../img/sprites/icon_sprachen.png') -10px top no-repeat;
}

#languageSwitch a:hover{
	color:	#535150;
	background-color:	#f6f6f6;	
}

#languageSwitch a.current{
	display:	block;
	background-position: 5px -25px;
}

#languageSwitch a.current:hover{
	color: #fff;
	background-color:	#535150;
}

#languageSwitch.open a.current{
	background-position: 5px top;
}

/**
 * Struktur & Inhalte
 */
#news{
	position:	absolute;
	right:		0;
	bottom:		4.5em;
	width:		430px;
	color:		#fff;
}

#news li{
	padding:	.5em 0 .5em 2em;
	margin-bottom:	.3em;
	background: transparent url('../img/p/news.png') left top repeat;
}

#news li h2{
	font-size:		1.5em;	
	padding-bottom:	.1em;
	margin-bottom:	.3em;
	border-bottom:	1px solid #fff;
}

#news li a{
	display:	block;	
	font-size:	1.14em;
	color:		#f3f3f3;
	padding-right:	2em;
	text-decoration: none;
}

#news li a span{
	float:			right;
	margin-top:		1px;
	margin-left:	5px;
	padding-left:	15px;
	background:		transparent url('../img/sprites/icon_arrow.png') left top no-repeat;
	text-transform:	uppercase;	
}

#news li a:hover{
	color:		#fff;
}

#news li a:hover span{
	float:			right;
	padding-left:	15px;
	background:		transparent url('../img/sprites/icon_arrow.png') left -30px no-repeat;
	text-transform:	uppercase;	
}

#teaser{
	position:	absolute;
	top:		30%;
	right:		10%;
	width:		520px;
	padding-right:	240px;
	text-align:	right;	
}

#teaser h2{
	font-size:		3em;
	color:			#fff;
	font-weight:	normal;	
	padding-bottom:	.3em;
}

#teaser h2 span{
	color:			#e77817;
}

/*#teaser img + p{
	font-size:		1.2em;
	line-height:	1.4em;
	font-weight:	bold;	
	color:			#dbe1e4;
	border-bottom:	1px solid #dbe1e4;
	padding-left:	65px;
	margin-left:	130px;
}*/

/*#teaser img + p + p{*/

#teaser img {
	float:	right;
	margin-bottom:	1em;
}

#teaser img + p{
	clear:	right;
	border-top:	1px solid #dbe1e4;
	padding:		.8em 0;
	float:		right;	
	width:		205px;
}

#stoerer{
	text-align:left;
	position:	absolute;
	top:		2px;
	left:		560px;	
}

#stoerer ul li{
	padding:		.5em 0;
	border-bottom:	1px solid #dbe1e4;
}

#stoerer ul li a.arrow {
	padding-right: 1.75em;
}

#stoerer ul li + li{
	border:	none;	
}

#stoerer h3{
	font-weight:	bold;
	color:			white;
	font-size:		1.3em;
	margin-bottom:	0;	
}

#stoerer p{
	color:		#DBE1E4;
	font-size:	1.2em;
	padding-bottom:	.3em;	
}

#footer{
	position:	absolute;
	width:		100%;
	bottom:		0;
	left:		0;
	height:		25px;
	line-height:25px;
	background:	#dbe1e4;
	font-size:	.89em;	
}

#footer p{
	float:		left;
	padding:	0 2em;
}

/**
 * Klassen & Sonstiges
 */
a.arrow{
	padding:			0 0 0 15px;
	color: 				#dbe1e4;
	background:			transparent url('../img/sprites/icon_arrow.png') left top no-repeat;
	text-transform:		uppercase;
	text-decoration:	none;
}

a.arrow:hover{
	color:	#fff;
	background-position:	left -30px;	
}

.news li{
	padding-bottom:	.5em;	
}

.news li a{
	color:	#333;
	text-decoration: none;
}

.news li a:hover{
	text-decoration: none;
}

.news span{
	color:	#eb6b08;
	padding-right:	2em;
}

#modalData #managementBoard h3{
	color:	#605D5C;
	font-weight: bold;
	font-size:	1em;
}

#managementBoard h3 em{
	display:	block;
	font-weight:	normal;
	font-style:	normal;
}

#managementBoard{
	width:		540px;
	margin:		7em auto 0 auto;
}

#managementBoard li{
	float:	left;
	width:	133px;
}

.sitemap{
	margin-bottom:	1em;
	text-transform:	uppercase;
}

.sitemap > li{
	color: #eb6b08;
}

.sitemap > li li{
	color: #605D5C;
	padding-left:	1em;
}