@import url("lightbox.css");


*{
	margin:0;
	padding:0;
}

body{
    font-family:Arial,"Bitstream Vera Sans",sans-serif;
    color:#2c231e;
    font-size: 12px;
    background:#ccc url(../img/content_bg.jpg) repeat-x;
}

img{
	border:none;
}

.font_right{
	text-align: right !important;
}
.font_center{
	text-align: center !important;
}

.clear0{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;	
}

.error{
	width:auto;
	height:18px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#CB0912;
	background-color: #FAE6E7;
	border: 1px solid #CB0912;
	padding: 4px;
	line-height: 16px;
	margin-bottom:10px;
}


.error_small{
	width:auto;
	height:auto;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color:#CB0912;
	background-color: #FAE6E7;
	border: 1px solid #CB0912;
	padding: 2px;
	line-height: 12px;
	margin-bottom:10px;
}

.notice{
	width:auto;
	height:auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#FF9900;
	background-color: #FFF5E5;
	border: 1px solid #FF9900;
	padding: 4px;
	line-height: 16px;
	margin-bottom:10px;
}

.success{
	width:auto;
	height:18px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#79C91B;
	background-color: #F1F9E8;
	border: 1px solid #79C91B;
	padding: 4px;
	line-height: 16px;
	margin-bottom:10px;
}

.success1{
	width:auto;
	height:18px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#79C91B;
	background-color: #F1F9E8;
	border: 1px solid #79C91B;
	padding: 4px;
	line-height: 16px;
	margin-bottom:10px;
}

.loading{
	background:#fff url(../img/icon/mini-loader.gif) no-repeat 10px;
	width:100px;
	height:30px;
	padding-left:36px;
	font-size: 12px;
	line-height: 0px;
	color: #333;
	font-weight: bold;
}

.check_now{
	background:#fff;
	width:112px;
	height:26px;
	border:solid 1px #333;
	padding-left:10px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	display:block
}

.describe{
	padding:5px;
	font-size: 10px;
	color: #999;
}

.click{
	cursor:pointer;
}

/** BEGIN EPS ANALYTICS CSS **/


/** startseite **/
.panelwrappers {
	overflow:	hidden;
}
	


a{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: underline;	
}

.container{
	width:1140px;
	margin:0 auto;
}

.header{	
	height:137px;
	padding:5px 0 0 0;
	margin-bottom:0px;
	background: url(../img/logo.jpg) no-repeat 0 3px;
	border-bottom:1px solid #fff;
}
.header .title{
}

.header .title .text{
	color: #fff;
	font-size: 20px;
	font-weight: bold;	
	float:left;
	padding-left:46px;
	background:url(../img/header_icon.gif) no-repeat;
	height:36px;
	line-height: 36px;
}


.header  .title .logged-in{
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding:5px;	
	float:right;
	margin:0 0 0 0 ;
	line-height: 16px;
    width:350px;
}

.header  .title .logged-in img{
	position:relative;
	top:3px;
}



.header .title .logged-in a{
	font-weight: normal;
	color: #fff;	
}

.header  .title .logged-out{
	font-size: 12px;
	text-align: right;
	padding:0 24px 0 0;	
	float:right;
    width:350px;
}

.header .title .logged-out a{
	font-weight: bold;
	color:#fff;
	padding:8px;
	margin:0px 0 0 0 ;
	display:block;
}

.header .title .logged-out a:hover{
	text-decoration: none;
	color:#fff;
	/*
	border:solid 1px #FF6513;
	background-color: #333;*/
}

.header .main_menue{
	margin: 12px 0 0 110px;
	font-size: 18px;
	font-weight: bold;
}

.header .main_menue .item{
	margin: 0 0 0 10px;	
	color: #fff;
	line-height: 34px;
	float:left;
	letter-spacing: -1px;
	cursor:pointer;
	padding: 0 10px;
	height:37px;
}

.header .main_menue .item a{
	color:#fff;
	text-decoration: none;
}

.header .main_menue .active{
	color:#fe9900;
	background-color:#fff;
}

.header .main_menue .active a{
	color:#fe9900;
}

.header .sub_menue{
	margin: 8px 0 0 25px;
	font-size: 12px;
	color:#333;
}
.header .sub_menue .item{
	float:left;
	padding: 0 18px 0 18px;
	background:url(../img/header_spacer.gif) no-repeat 0px 0;		
}

.header .sub_menue .active a{
	color:#fe9900;
	font-weight: bold;
}

.header .sub_menue .item a{
		
}

.header select{
	width:250px;
	height:19px;
	font-size: 12px;
	margin:5px 0 0 0;
	float:none;
}


.footer{	
	height:auto;
	background-color: #333;
	padding:5px 0 5px 0;
	text-align: center;
	margin-top:25px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.footer .text{
	color: #fff;
	font-size: 12px;
	font-weight: normal;	
}


.index-content{
	margin:0 auto;
	padding:20px;
	font-size: 12px;
	color: #333;
	width:1052px;
	background-color: #fff;	
}


.index-content ul{
	list-style: none;
	margin: 20px 0 35px 30px;
}

.index-content li{
	background: url(../img/menu_arrow.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	margin: 0 0 4px 0;
}

.index-content p{
	text-align: justify;
	padding:10px;	
}

.index-content form{
	border:1px solid #999;
	padding:15px;
	width:550px;
	margin: 20px 0 30px 110px;
}

.index-content form .border{
	border-bottom:1px solid #999;
	margin: 4px 45px 0 5px;
	height:12px;
}

.index-content form p{
	padding:6px 0 2px 10px;	
	font-size: 10px;
	color: #999;
}

.index-content form label{
	float:left;	
	width:200px;
	margin: 0 10px 0 0;
}
.index-content form input{
	float:left;	
	width:300px;
	border:solid 1px #FFAD33;	
	height:20px;
}

.index-content form .plz{
	float:left;	
	width:80px;
	border:solid 1px #FFAD33;	
	height:20px;
	margin: 0 10px 0 0 ;
}

.index-content form .ort{
	float:left;	
	width:210px;
	border:solid 1px #FFAD33;	
	height:20px;
}

.index-content form select{
	float:left;	
	width:300px;
	border:solid 1px #FFAD33;
	font-size:12px;
	height:20px;
	margin-bottom:0;	
}

.index-content h1{
	color:#FFAD33;
	font-size: 16px;
	font-weight: bold;
	margin:15px 0 5px 0;
	text-align: left;
}

.index-content h2{
	color:#FFAD33;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
	text-align: left;
}

.index-content .menu{
	border-bottom:1px solid #333;
	padding:5px;
	font-size: 14px;
	font-weight: bold;	
	margin:0 0 20px 0;
}

.index-content .menu a{
	color:#333;
	padding:10px;
	margin: 0 10px 0 0;
	
}
.index-content .menu a:hover{
	text-decoration: none;
	color:#FF6513;
	background: url(../img/menu_arrow.gif) no-repeat 0 15px;
}

.index-content .menu .active{
	text-decoration: none;
	color:#FF6513;
	background: url(../img/menu_arrow.gif) no-repeat 0 15px;
}


.index-content .left{
	float:left;
	width:795px;
	height:auto;
	margin:0 15px 0 0;
}

.index-content .left .bestellen_img{
	float:right;
	margin:0 95px 0 30px;
	text-align: center;
	font-weight: bold;
	color: #FFAD33;
}

.index-content .left .bestellen_img p{
	color:#333;
	font-weight: normal;	
	font-size: 11px;
}




.index-content .left .table{
	width:796px; 
	margin:0 0 5px 0;
	background-color: #fff;
	border:none;
}

.index-content .left .bestellen{
	background: url(../img/title_bar_bg.jpg) repeat center left;
	border:1px solid #333;
	height:27px;
	width:90px;
	margin:2px;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}


.index-content .left .table .title{
	background-color: #fff;	
	
}
.index-content .left .table .title td{
	padding:5px;
	border:none;
	text-align: center;	
}

.index-content .left .table .even{
	background-color: #FFFCF7;
}
.index-content .left .table .odd{
	background-color: #FFF1DE;
}
.index-content .left .table .odd1{
	background-color: #FFE3BB;
	color:#333;
	font-weight: bold;
	font-size: 14px;
}

.index-content .left .table tr{
	border:1px solid #999;	
}
.index-content .left .table td{
	border:1px solid #999;	
	padding: 2px 0 2px 2px;
	text-align: center;
}

.index-content .left .table .alignleft{
	text-align: left;
}


.index-content .right{
	float:left;
	width:242px;
}

.index-content .right .box{
	width: 238px;
	border:#999 1px solid;
	background-color: #fff;
	margin:5px 0 10px 5px;
}

.index-content .right .box .title_line{
	background: url(../img/title_bar_bg.jpg) repeat center left;
	
	height:27px;
	width:228px;
	margin:5px 0 0 5px;
}

.index-content .right .box .title_line .title{
	background: url(../img/icon/advanced.png) no-repeat 5px 2px;
	height: 27px;	
	padding-left:40px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height: 26px;
}

.index-content .right .box a{
	display:block;
	float:left;
	width:66px;
	margin:8px 0 0 6px;
	border:1px solid #ccc;
	padding:2px;
	height:66px;
}

.index-content .right .box a:hover{
	border:1px solid #999;	
}

	
.index-content .right .box .content {
	margin:16px;
}

.index-content .right .box .content a {
	display:inline;
	width:auto;
	margin:0 0 0 0;
	padding:0;
	border:none;
	height:auto;
}



/** MAIN END **/

.main-content{
	margin:0 auto;
	padding:20px;
	font-size: 12px;
	color: #333;
	width:1100px;
}

.main-content table{
	border-collapse:inherit;
	text-align: left;
	height:auto;
}
.main-content table td{
	text-align: left;
	height:auto;
}

.main-content h1{
	color:#FFAD33;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:20px;
}

.main-content .left{float:left; width:220px; height:auto; margin-right:10px;}
.main-content .left .infobox{ margin-top:2px; border:1px solid #333; background-color: #fff; color:#333; padding:5px;}
.main-content .right{float:left; width:1090px; height:auto; margin: 0 0 0 14px;}

.main-content .right table .green{background-color:#F1F9E8 ;border:1px solid #79C91B;text-align:center;}
.main-content .right table .red{background-color:#FAE6E7 ;border:1px solid #CB0912;text-align:center;}

/** 
*********
DASHBOARD 
*********
**/
.main-content .new-account{ width:1078px; margin:2px 0 2px 0px;  background-color: #fff; color:#333;font-weight: bold;font-size: 12px; text-align: right; padding:2px;}
.main-content .new-account a{color:#333;}
.main-content .new-account .info{float:left;padding: 10px; font-size: 11px; font-weight: normal;}
.main-content table{ width:855px; margin:0 auto; border:1px solid #333; padding:0px; background-color: white; }
.main-content table .title{ background-color: #333; color:#fff;font-weight: bold;font-size: 12px; }
.main-content table .title td{ height:14px; padding:2px;border:1px solid #666; }
.main-content table td{ padding:2px;border:1px solid #999; }


/** 
*****
LOGIN 
*****
**/
.main-content .login-box{
	margin:0 auto;
	width:300px;
	height:auto;
	padding:25px;
}

.main-content .login-box h1{
	color:#FFAD33;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}

.main-content .login-box form{
	height:200px;
}

.main-content .login-box label{
	margin-bottom:10px;
	height:25px;
}
.main-content .login-box input{
	width:300px;
	height:30px;
	font-size: 24px;
	margin-bottom:20px;
}

.main-content .login-box .button{
	float:right;
	width:150px;
	height:20px;
	border:solid 1px #333;
	background-color: #eee;
	color:#333;	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding:4px;
	cursor:pointer;
}

/** 
*****
PROJECT MENÜ 
*****
**/
.main-content .left .infobox_project{
	margin-top:2px; 
	border:1px solid #333; 
	background-color: #fff; 
	color:#333; 
}

.main-content .left .infobox_project h2{
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	margin:10px 0 10px 0;
	background: #999999;
	padding:5px;
	height:18px;
}

.main-content .left .infobox_project .active{
	background:#fff url(../img/menu_active.png) no-repeat;
	position: relative;
	width: 216px;
	height: 18px;
}

.main-content .left .infobox_project ul{
	list-style: none;
	margin-left:10px;
}
.main-content .left .infobox_project ul li{
	margin:4px 0 0 0 ;
}

.main-content .left .infobox_project ul .title{
	margin:5px 0 5px -5px ;
	font-weight: bold;
}

/** 
*****
PROJECT KEYWORDÜBERSICHT 
*****
**/
.main-content .right .keywords{
	
	margin:0px 0 0 7px;
	padding:5px;
	width: 1080px;
	height:auto;
	background-color: #fff;
}

.main-content .right .keywords ul{
	list-style: none;
	width:860px;
}
.main-content .right .keywords ul li{
	border: solid 1px #FF6513;	
	padding:4px;
	margin:4px 4px 4px 0;
	width:201px;
	background-color: #fff;
	float: left;
}

.main-content .right .keywords ul li .keyword{
	float:left;	
	width:184px;
}
.main-content .right .keywords ul li .delete{
	float:left;	
	width:16px;
	background: url(../img/icon/cross.png) no-repeat center left;
	cursor:pointer;
}

/** 
*****
PROJECT KEYWORD ABFRAGEN HINZUFÜGEN
*****
**/
.main-content .right .add_keyword{
	border:1px solid #ccc;
	margin:2px 0 0 0;
	padding:5px;
	width: 1072px;
	height:auto;
	background-color: #fff;
}

.main-content .right .add_keyword label{
	margin-bottom:10px;
	height:25px;
	width:200px;
	float:left;
	font-size: 16px;
}

.main-content .right .add_keyword select{
	width:416px;
	height:24px;
	font-size: 16px;
	margin-bottom:20px;
	float:left;
		
}

.main-content .right .add_keyword .button{
	float:right;
	width:auto;
	height:20px;
	border:solid 1px #333;
	background-color: #eee;
	color:#333;	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding:4px;
	cursor:pointer;
}

/** 
*****
PROJECT KEYWORD POSITIONS
*****
**/
.main-content .right .positions{
	
	margin:0px 0 0 7px;
	padding:5px;
	width: 1083px;
	height:auto;
	background-color: #fff;
}

.ranking_performance_container{
	color:#333;
	font-size: 14px;	
	font-weight: bold;
	margin:0 auto;
	width:350px;
}

.ranking_performance_container .ranking_performance{
	margin:10px 0 10px 0px;
	width:350px;
	height:35px;
	background: url(../img/performance_ranking.jpg) no-repeat center left;
	cursor:pointer;
}


/** 
*****
PROJECT LINKS
*****
**/

.link_detail_left{
	float:left;
	width:160px;
	padding:3px;
	background: #fff;
	border:1px solid #666;
	margin:0 0 4px 0;
	
}
.link_detail_right{
	float:left;
	width:662px;
	padding:3px;
	background: #fff;
	border:1px solid #666;
	margin:0 0 4px 5px;
}

/**
*****
Site Analyse
*****
**/

.title_line{
	background: url(../img/title_bar_bg.jpg) repeat center left;	
	height:27px;
	width:1083px;
	margin:0 0 3px 0;
}

.title_line .title{
	background: url(../img/icon/advanced.png) no-repeat 5px 2px;
	height: 27px;	
	padding-left:60px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height: 26px;
}
.analyse_container .table_site_analyse{
	width:1083px; 
	margin:0 0 5px 0;
	background-color: #ccc;
	border:none;
}

.analyse_container .table_site_analyse .title{
	background-color: #ffe3bb;	
	color:#333;
}
.analyse_container .table_site_analyse .title td{
	padding:5px;
	border:none;	
	background-color: #FFE3BB;
}

.analyse_container .table_site_analyse .title th{
	padding:5px;
	border:none;	
	background-color: #FFE3BB;
}

.analyse_container .table_site_analyse .title a:hover{
	text-decoration: none;
}

.analyse_container .table_site_analyse .even{
	background-color: #fffcf7;
}
.analyse_container .table_site_analyse .odd{
	background-color: #fff1de;
}

.analyse_container .table_site_analyse .even:hover{
	background-color: #FFAD33;
	
}
.analyse_container .table_site_analyse .odd:hover{
	background-color: #FFAD33;
	
}

.analyse_container .table_site_analyse tr{
	border:none;	
}
.analyse_container .table_site_analyse td{
	border:none;	
	padding: 2px 0 2px 2px;
}

.analyse_container .table_site_analyse .good{color:#fff;background-color: #79C91B;padding:4px;text-align:center; font-weight: bold;}
.analyse_container .table_site_analyse .bad{color:#fff;background-color: #CB0912;padding:4px;text-align:center; font-weight: bold;}

.analyse_container .table_site_analyse .points{
	font-weight: bold;
	text-align: center;
}

.analyse_container .table_site_analyse i{
	display:block;
	color:#666;
	padding-top:5px;
}
.analyse_container .table_site_analyse .center{
	text-align: center;
}
.analyse_container .table_site_analyse .left{
	text-align: center;
}
.analyse_container .table_site_analyse .right{
	text-align: center;
}
.analyse_container .table_site_analyse .center_red{
	text-align: center;
	color: red;
}
.analyse_container .table_site_analyse .center_green{
	text-align: center;
	color: green;
}

.analyse_container .small{
	font-size: 10px !important;
}

.quick_check{
	padding:15px;
	width:1050px;
	margin:10px 0 10px 0;
}

.quick_check label{
	font-weight: bold;
	float:left;
	width:100px;
	line-height: 22px;
}

.quick_check input{
	float:left;
	width:830px;
	margin-right:20px;	
	height:22px;
}

.quick_check textarea{
	float:left;
	width:830px;
	margin-right:20px;	
	height:150px;
}

.quick_check .button{
	float:left;
	width:84px;
	height:14px;
	border:1px solid #333;
	background-color: #FFAD33;
	color: #fff;
	padding:4px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
}

.save_report{	
	width:250px;
	height:14px;
	border:1px solid #FC6516;
	/*background-color: #FC6516;*/
	background-color: #666;
	color: #fff;
	padding:4px;
	font-weight: bold;
	cursor:pointer;
	margin: 20px auto;
	text-align: center;
}

.analyse_container .recherche_left{
	float:left;
	width:535px;
	height:auto;
	margin-right: 10px;
}

.analyse_container .recherche_right{
	float:left;
	width:535px;
	height:auto;
}

.analyse_container .recherche_left h2, .recherche_right h2{
		display:block;
		background-color: #FFAC32;
		color:#fff;
		height:20px;
		padding:3px;
		font-size: 14px;	
		margin:0 0 8px 0;	
}

/** auccount einstellungen **/

.infobox .title{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.infobox a{
	padding:3px 0 0 4px;
}

.infobox a:hover{
	color: #FF6513;
}

.account_container{
	margin: 0px 0 0 10px;
	background-color: #fff;
	padding:5px;
	width: 1077px;
}

.account_container .description{
	border:1px solid #aaa;
	background-color: #eee;
	padding:5px;
	margin:5px 0 10px 0;	
}

.account_container form{
	width:510px;
	display: block;
	margin: 20px auto ;
}

.account_container label{
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 16px;
	padding:5px 0 0 0 ;
	font-weight: bold;
}

.account_container input,select{
	float: left;
	width:300px;
	height:24px;
	font-size: 16px;
	margin-bottom:18px;
}

.account_container .button{
	float:right;
	width:150px;
	height:25px;
	border:solid 1px #333;
	background-color: #eee;
	color:#333;	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	cursor:pointer;
	margin:0 8px 0 0 ;
}

/** projekt anlegen **/
#tracking .close{
	margin:10px 0 10px 0;
	padding:3px;
	border: 1px solid #333;
	background-color: #FF6513;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

/** DASHBOARD **/
.dashboard{
	width:1118px;
}

.dashboard .left{
	float:left;
	width:536px;
}

.dashboard .right{
	float:left;
	width:552px;
}

.dashboard .box{
	width: 555px;
	border:#333 1px solid;
	background-color: #fff;
	margin-bottom: 10px;
}

.dashboard .box_top{
	width: 555px;
	background: url(../img/box_top_548.png) no-repeat;
	height:7px;
}	
.dashboard .box_bottom{
	width: 555px;
	background: url(../img/box_bottom_548.png) no-repeat;
	height:7px;
	margin-bottom: 10px;
}
.dashboard .box_middle{
	width: 555px;	
	background: url(../img/box_middle_548.png) repeat-y;	
}


.dashboard .box_middle .title_line{
	background: url(../img/title_bar_bg.jpg) repeat center left;
	border:none;
	height:27px;
	width:534px;
	margin:0px 0 7px 7px;
}

.dashboard .box_middle .title_line .title{
	background: url(../img/icon/advanced.png) no-repeat 5px 2px;
	height: 27px;	
	padding-left:40px;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	line-height: 26px;
}
	
.dashboard .box_middle .content{
	margin:0 16px;
}

.dashboard .box_middle .content h2{
	color:#FF6513;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 6px 0;
}

.dashboard .box_middle .content .goto{
	margin: 6px 0 0px 0;
	background: url(../img/icon/goto.gif) no-repeat 5px 2px;
	padding-left:40px;
	height:30px;
	line-height: 24px;
	font-weight: bold;
}


.dashboard .table_site_analyse{
	width:516px; 
	margin:0 0 5px 0;
	background-color: #ccc;
	border:none;
}

.dashboard .table_site_analyse .title{
	background-color: #ffe3bb;	
	color:#333;
}
.dashboard .table_site_analyse .title td{
	padding:5px;
	border:none;	
}

.dashboard .table_site_analyse .even{
	background-color: #fffcf7;
}
.dashboard .table_site_analyse .odd{
	background-color: #fff1de;
}

.dashboard .table_site_analyse tr{
	border:none;	
}
.dashboard .table_site_analyse td{
	border:none;	
	padding: 2px 0 2px 2px;
}

.dashboard .table_site_analyse .points{
	font-weight: bold;
	text-align: center;
}

.dashboard .table_site_analyse i{
	display:block;
	color:#666;
	padding-top:5px;
}
.dashboard .table_site_analyse .center{
	text-align: center;
}
.dashboard .table_site_analyse .left{
	text-align: center;
}
.dashboard .table_site_analyse .right{
	text-align: center;
}
.dashboard .table_site_analyse .center_red{
	text-align: center;
	color: red;
}
.dashboard .table_site_analyse .center_green{
	text-align: center;
	color: green;
}

/** info box **/

.box_top1108{
	width: 1108px;
	background: url(../img/box_top_1108.png) no-repeat;
	height:7px;
}
.box_middle1108{
	width: 1108px;	
	background: url(../img/box_middle_1108.png) repeat-y;	
}
.box_bottom1108{
	width: 1108px;
	background: url(../img/box_bottom_1108.png) no-repeat;
	height:7px;
	margin-bottom: 10px;
}

.info_box{
	
	margin:0 8px 0px 7px;
	background: #fff url(../img/info_bg.png) no-repeat 15px 15px;
	padding:10px 10px 10px 80px;
	text-align: justify;
	width:1003px;
}

.info_box h3{
	color:	#FFAD33;
	font-size: 14px;
}

.info_box .close{
	float:right;
	margin:10px;
	font-weight: bold;	
	cursor:pointer;
}

.info_box_small{
	margin:0 8px 0px 7px;
	padding:10px 10px 10px 80px;
	text-align: justify;
	width:1003px;
	background: #fff url(../img/info_icon.png) no-repeat 8px 8px;
	cursor:pointer;
}

.info_box_small h3{
	color:	#FFAD33;
	font-size: 14px;
}

.link_box{
	margin:0 8px 0px 7px;
	padding:3px;
	text-align: center;
	width:1003px;
	background: #fff;
}

.link_box a{
	display:block;
	color:	#FFAD33;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}


/** externe projekt analysen **/
.externe_analysen_button{
	background: url(../img/title_bar_bg.jpg) repeat center left;
	border:1px solid #333;
	height:15px;
	width:300px;
	margin:5px 0 10px 160px;
	float:left;
	color:white;
	padding: 6px;
	font-weight: bold;
	text-align: center;
}

.externe_analysen_button a{
	color:#fff;
	display:block;
}


.switch_box div{ float:left; height:298px; background-color: #FFF1DE;}
.switch_box .pic{width:370px;padding:5px 5px 0 5px ; border-top:1px solid #999;border-bottom:1px solid #999; height:293px;}
.switch_box .text{width:238px; text-align: justify;padding:10px 10px 0 10px; border-top:1px solid #999;border-bottom:1px solid #999;border-right:1px solid #999; height:288px;}
.switch_box .text h2{color:#FFAC32;font-size: 16px;}

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 300px;
	width: 34px;
	color: #ffffff;
	background: #FFAD33;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: #FD9800;
	border-right: 1px solid #ccc;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 300px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */	
	/* REQUIRED */
		
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}					
			
/* Container styling*/
#horizontal_container {
	margin: 20px auto 20px auto;
	width: 780px;   
	height: 100px;    
}
.horizontal_accordion_content .switch_box {width: 640px;}

.positions .analyse_container form label{
	width:100px;
	padding:0 10px;
}
.positions .analyse_container form select{		
	font-size:16px;
	height:22px;
	margin-bottom:20px;
	width:300px;
}
.positions .analyse_container form input{		
	font-size:14px;
	height:23px;
	margin-bottom:20px;
	width:190px;
	border:1px solid #333;	
	background-color: #FFAD33;
	color:#fff;
	font-weight: bold;
}
.positions .analyse_container .description{	
	margin:10px 0;
	padding:5px;
	border:1px solid #ccc;	
}

.basic_settings_container{
	width:600px;
	margin: 20px auto 0;
	border: 1px solid #ccc;
	padding:8px;
	height:auto;
}

.basic_settings_container input{
	width:200px;	
}

.basic_settings_container .button{
	float:right;
	width:300px;
	height:20px;
	border:solid 1px #333;
	background-color: #eee;
	color:#333;	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	cursor:pointer;
	margin:10px 0 0 0 ;
}

.basic_settings_container .line{
	background-color: #FFF1DE;
	padding:4px;
	border:1px solid #ddd;
	margin:0 0 2px 0;
}

.basic_settings_container .odd{
	background-color: #FFFCF7
}

.basic_settings_container .title{background-color: #FBAC35; color:#fff;}

.basic_settings_container .line label{
	width:385px;	
	display:block;
	float:left;
}

.positions .analyse_container .konkurrenzCheck{margin:20px 0 0 150px;}

.positions .analyse_container .konkurrenzCheck form label{
	width:200px;
	padding:0 10px;
	float:left;
}
.positions .analyse_container .konkurrenzCheck form input{		
	font-size:12px;
	height:22px;
	margin-bottom:6px;
	width:500px;
	border:1px solid #999;	
	background-color: #FFF;
	color:#333;
}

.positions .analyse_container .konkurrenzCheck form select{		
	font-size:12px;
	height:22px;
	margin-bottom:6px;
	width:500px;
	border:1px solid #999;	
	background-color: #FFF;
	color:#333;
}

.positions .analyse_container .konkurrenzCheck form textarea{
	float:left;
	width:500px;
	margin-right:20px;	
	height:150px;
	border:1px solid #999;
	font-size:12px;
}

.positions .analyse_container .konkurrenzCheck .describe{
	margin:0 215px 20px 215px;
}

.positions .analyse_container .konkurrenzCheck  .button{
	float:left;
	width:494px;
	height:14px;
	border:1px solid #333;
	background-color: #FFAD33;
	color: #fff;
	padding:4px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	margin:0 0 40px 218px;
}


.aktualisieren{
	background: url(../img/icon/aktualisieren.png) no-repeat 5px 2px;
	height: 30px;
	padding:2px 2px 2px 40px;
	line-height: 30px;
	font-weight: bold;
	margin: 6px auto;
	width: 150px;
}

.aktualisieren a{
	display:block;	
}

.aktualisieren1{
	background: url(../img/icon/mini-loader.gif) no-repeat 5px 2px;
	height: 15px;
	padding:2px 2px 2px 30px;
	line-height: 15px;
	font-weight: bold;
	margin: 6px auto;
	width: 162px;
}

.neuerungen{
	position:fixed;
	width:44px;
	height:200px;
	left:0px;
	top:300px;
	background: url(../img/neuigkeiten.png) no-repeat;
}

.neuerungen a{ display:block}

.news-item{
	margin:10px;
}
.news-item .news-title{
	background-color: #ffe3bb;
	border:1px solid #ccc;
	padding:5px;
	font-weight: bold;
}
.news-item .news-content{
	border:1px solid #ccc;	
	border-top:none;
	margin:0 0 20px 0;
	padding:5px;
	text-align: justify;
}

.news-item .news-content strong{display: block;margin:0 0 6px 0;}

.analysedProjects{}
.analysedProjects ul{
    list-style: none;
}
.analysedProjects ul li{
    float:left;
    width:351px;
    height:auto;
    border:1px solid #999;
    background: #efefef;
    margin: 4px 4px 0 0 ;   
    padding:3px; 
}

.analysedProjects ul li a{
    font-size: 10px;   
}
    
 .shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}   
    
.saveAnalysebutton{
	width:200px;
	height:20px;
	border:1px solid #333;
	background-color: #FFAD33;
	color: #fff;
	padding:4px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
    margin:20px auto;
}

.userCenter{}
.userCenter form{border:none;}
.userCenter .clear0{height:10px;}
.userCenter .trenner {border:4px solid #333333;height:1px; background:#333333; margin:0 0 20px 0;}

.rechnung{
margin:30px 0 0 0;
border:1px solid #ccc;    
padding:6px;
width:930px;
}

.rechnung .leistung{height:760px;margin:30px 0 0 0;}

.rechnung p{width:920px;}
.rechnung .links{float:left;width:430px;margin: 0 20px 20px 0;padding:0 0 0 20px;text-align:left; font-size: 22px;}
.rechnung .rechts{float:left;width:430px; margin:0 0 20px 0;padding: 0 20px 0 0;text-align: right; font-size: 22px;}
.rechnung table tr{border:1px solid #999;}
.rechnung table td{line-height: 30px;}

.rechnung .foot{}
.rechnung .foot .l{float:left;width:240px; margin:20px;}
.rechnung .foot .m{float:left;width:240px; margin:20px;}
.rechnung .foot .r{float:left;width:330px; margin:20px;}

.ownRef{
    border:1px solid #999;
}

.formContainer{
    width:1320px;
    margin: 10px auto; 
    background: #fff; 
    border:1px solid #ccc;
    padding: 0 0 25px 0;
    
}

.formContainer h1{
    color:#FFAD33;
	font-size: 24px;
	font-weight: bold;
	margin:15px 0 5px 0;
	text-align: left;
}

.formContainer form{
    margin:40px 0 0 0;
}

.formContainer input{
    width:500px;
    height:30px;
    font-size: 24px;
    border: 1px solid #999; 
}
.formContainer textarea{
    width: 700px;
    height:300px; 
    border: 1px solid #999; 
    margin:0 0 14px 0;
    font-size:24px ;
}

.formContainer select{
    width:500px;
    height:30px;
    font-size: 24px;
    border: 1px solid #999; 
}



.formContainer .description{
    width:500px;
    height:auto;
    font-size: 12px;
    color: #999;
    margin: 6px 0 15px 6px;
}

.formContainer .split50{
    float:left;
    width:500px;
    margin: 0 0 0 50px;
}

.formContainer .split1-3{
    float:left;
    width:500px;
    margin: 0 0 0 50px;
}

.formContainer .split2-3{
    float:left;
    width:715px;
    margin: 0 0 0 50px;
}


.formContainer .button {
    background: none repeat scroll 0 0 #48BA0E;
    border: 1px solid #3B960C;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Viga','PT Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;    
}

.formContainer .reset{
    font-size: 14px;
    color:#333;
    text-decoration: underline;
    display:block;
    width:280px;
    float:right;
    margin:45px 0 0 0;
    
}

/** Landingpage start **/
.landingTop{
    background: #453F3B;
    width:100%;
    height:auto;
    margin:-34px 0 0 0;
    padding:20px 0 20px 0;
    color:#fff;
    font-size: 12px;
}

.landingTop ul.check {
	margin-left: 0;
	padding: 0;
	list-style: none;
    margin-top:15px;
}
.landingTop ul.check li {
	padding-left: 28px;
	background: url(../images/check-dark.png) no-repeat 0 1px;
    margin-bottom: 12px;
    height:auto;
    line-height: 20px;
}
.landingTop  ul.check li {
	background: url(../images/check-light.png) no-repeat 0 1px;
}
.landingTop ul.check li ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.landingTop h1{color:#fff;font-size: 30px;padding:5px 0 25px 12px;}
.landingTop h2{color:#fff;font-size: 22px;padding:0 0 10px 0;}
.landingTop h3{color:#fff;font-size: 18px;}

.landingTop .container{
    margin:0 auto;
    width:980px;
}

.landingTop .container .landingTopLeft{
   width:460px;
   float:left; 
}

.landingTop .container .landingTopRight{
   width:485px;
   float:left; 
   padding: 0 0 0 30px;
}

.landingTop .part4{
    width:232px;
    float:left;
    padding: 4px 0 4px 10px;
}

.landingTop input{
    width:225px;
    height:30px;
    font-size: 24px;
    border: 1px solid #FE9900; 
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
} 
.landingTop .description{
    width:225px;
    height:auto;
    font-size: 12px;
    color: #999;
    margin: 6px 0 15px 6px;
}

.landingTop .button {
    background: none repeat scroll 0 0 #48BA0E;
    border: 1px solid #3B960C;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Viga','PT Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;    
}

.landingBottom{
    margin:10px auto 0;
    width:980px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.landingBottom h1{color:#FE9900;font-size: 30px;padding:5px 0 25px 12px;}
.landingBottom h2{color:#FE9900;font-size: 22px;padding:0 0 10px 0;}
.landingBottom h3{color:#FE9900;font-size: 22px;padding:16px 0 25px 0; text-align: center;}
.landingBottom h4{color:#333;font-size: 18px;padding:0 0 10px 0;}

.landingBottom .tribble{
    width:275px;
    float:left;
    margin:10px 0px 10px 23px;
    padding:10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.landingBottom .tribble p{
    text-align: justify;
}

.landingBottom .avatar{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 96px;
    width: 96px;
    float:left;
    margin:0 10px 4px 0;
}

.landingBottom .avatarSmall{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 60px;
    width: 60px;
    float:left;
    margin:0 10px 4px 0;
}

.landingBottom blockquote{
    font-style: italic;
    padding:0px 0 10px 0;
    text-align: justify;
}

.landingBottom cite{
    display: block;
    font-weight: bold;
    font-style: normal;
    margin: 10px 0 0 0;
       
}

.landingBottom a{
    color: #FE9900;
}

.formContainer .buttonSmall {
    background: none repeat scroll 0 0 #48BA0E;
    border: 1px solid #3B960C;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 5px 20px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Viga','PT Sans',Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer; 
    margin: 24px 0 0 20px;
    padding: 5px 10px;   
}

.formContainer .grey {
    background: none repeat scroll 0 0 #999;
    border: 1px solid #333;
}

.anleitung{
    float:right;
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin:4px 0 0 0 ;
}
.anleitung a{ color:#ddd;
