@import url(/styles/live/lifeperformer08/articles.css);
@import url(/styles/live/lifeperformer08/formmanager.css);
@import url(/styles/live/navigation.css);

@import url(/styles/live/thickbox.css);


/* Structure */
.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}

/* Links */
a {
    text-decoration: none;
    color: #ff9900;
}

a:hover {
    text-decoration: none;
    color: #71797e;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #edac00;
}
h2 {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    color: #72797f;    
}
h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #72797f;    
}

/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1068px;
    background-image: url(/images/default/border.gif);
    background-repeat: repeat-y;
}
#container {
    width: 960px;
    margin: 0 auto;
}
#topnav {
    background-color: #FFFFFF;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 940px;
}
#sidenav {
    background-image: url(/images/default/sidebg.gif);
    background-repeat: repeat-x;
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    margin-bottom: 15px;
    float: left;
}
.label {
    display: block;
}
input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}
ul	{
	list-style-position:inside;
}

/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#xhtml:hover {
	background-position: -16px 0px;
}
#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#css:hover {
	background-position: -16px 0px;
}
#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sitemap:hover {
	background-position: -16px 0px;
}
a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}
a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

/*wns own*/
*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
 	height: 100%; /* wichtig */
	font:12px Arial, Verdana, sans-serif;
	color: #72797f;
	background: #fff; 
	text-align:left;	
}
hr{
  border: 1px solid #e8e8e8;	
}
#outer_wrap{
	width:960px;
	margin:0 auto;	
  position: relative;  	  
  background: #fff url("/images/lifeperformer08/middleimage.png") no-repeat left 126px; 
}
#header{
	height:126px;
	background: url("/images/lifeperformer08/headerimage.png") no-repeat 0px 31px;  
}
#header_inner{
	position: absolute;
	left: 502px;
	top: 32px;
}
#inner_wrap{
  float: none;
	width:100%;
	border:0px; 
	height: 547px;	 
}
#navigation{
  position: relative; left: 0px; top: 0px; 
  padding: 38px 0px 0px 10px;
  float: left;
  width:258px;		
  /*background: url("/images/lifeperformer08/line.gif") no-repeat 13px 0px;*/ 
  overflow: hidden;
	height:509px;
}
#navigation_inner{
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding: 36px 5px 5px 85px;   
  overflow: hidden;    
}
#content{
  position: relative; left: 0px; top: 0px;
  float:left;   
	width:692px;
	height:546px;
	overflow: hidden; 
}
#content_inner{
  width: 567px;
  float: left;
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding:10px 9px 0px 10px;
  height: 516px;
  overflow-x: hidden;
  overflow-y: auto;
}
#content_inner_long{
  width: 567px;
  float: left;
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding:10px 9px 0px 10px;
  height: 473px;
  overflow: auto;
}

#content_top{
  height: 20px;	
}

#sub_nav_background{
  width: 563px;
  padding: 2px;
	height:18px;
	margin: 10px;
	background: #ececec;
	overflow: hidden;
}
#sub_nav_background_long{
  width: 563px;
  padding: 2px;
	height:40px;
	margin: 10px;
	background: #ececec;
	overflow: hidden;
}
#sub_nav_background_white{
  width: 563px;
  padding: 2px;
	height:18px;
	margin: 10px;	
	overflow: hidden;
}
#content_inner_right{
  width: 155px;
  float: right;
  position: relative; /*wichtig wegen IE6, zeigt sonst keine backgrounds von innern divs an*/
  padding:0px;
}
#footer {
  width:960px;
  height: 192px;
	position: relative;	
	overflow: hidden;
	background: url("/images/lifeperformer08/footerimage.png") no-repeat top left; 
}
#footer_inner {
  height: 131px;
	padding-left: 223px;
	padding-top: 160px;
}
#footer a, #footer a:hover{
  color: #71797e;
  font-size: 12px;	
}

/*wns navigation based on divs*/
div.nav_main_active, div.nav_main_active_last{
	/*background: url('/images/lifeperformer08/nav_active.gif') no-repeat left top;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.nav_main_active A, div.nav_main_active_last A{
    color: #edac00;
    font-size: 12px;
    font-weight: bold;
}
div.nav_main_inactive, div.nav_main_inactive_last{
	/*background: url('/images/lifeperformer08/nav_inactive.gif') no-repeat left top;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
	
}
a.nav_main{
    color: #71797e;
    font-weight: bold;
}
a.nav_main:hover{
    color: #edac00;
    font-weight: bold;
}
div.nav_sub_active, div.nav_sub_active_last{
	  color: #71797e;
	  background: url('/images/lifeperformer08/nav_pre_sub.png') no-repeat left 3px;
    padding: 1px 5px 0px 5px;	
    float: left;
}
div.nav_sub_active A, div.nav_sub_active_last A{
    color: #71797e;
    font-weight: normal;
    font-size: 11px;
}
div.nav_sub_inactive, div.nav_sub_inactive_last{
    padding: 1px 5px 0px 5px;
    float: left;
}
a.nav_sub{
    color: #888888;
    font-weight: normal;
    font-size: 11px;
}
a.nav_sub:hover{
    color: #124064;
    font-weight: normal;
    font-size: 11px;    
}

/*top left nav*/
.image_buttons{

}



/*diverses*/
div.faq_question{
    padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
div.next_button{
    width: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0px 4px;
	cursor:pointer;
	background: #dedede;
	border: 1px solid #a0aec0;
    margin-top: 10px;
    color: #000;
}
div.last_button{
    margin-top: 10px;
}
hr{  
  border-bottom: solid white 1px;
}
/*directaccess*/
.directaccess{
    padding-bottom: 5px;
}
/*movie fadeinbox*/
#fadeinbox{
	position: absolute;
	width: 567px;
	left: 0px;
	top: 0px;
	border: 1px solid green;
	background-color: #ffffff;
	padding: 4px;
	z-index: 99;
	visibility:hidden;
}
/*Adressmanager*/
.address_left{   
	clear: both;
	float: left;
    width: 144px;
    font-weight: bold;
}
.address_right{ 
    
    width: 400px;   
}


.pic_border{
  border: 1px solid white;
}
a.white_link, a.white_link:hover{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
	


