	html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'signika_light';
	font-size: 14px;
	color: #464646;
	background-color: #d6dfe4;
}

a{
	color:red;
	text-decoration:none;
}

.cookies{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #262626;
    border-top: 1px solid #E4E4E4;
    z-index: 200;
    opacity: 0.9;
  }
  
  .cookies>.inner{
    padding: 20px;
	font-size:1.1em;
    color: #E4E4E4;
    text-align: center;
  }
  
  .cookies a{
	color:#fff;
	text-decoration:underline;
  }

.site_center{
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.clrfix:after{
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
	clear: both;
}

.button_weiss{
	display: block;
	background-color: #ffffff;
	font-size: 15px;
	color: #c81818;
	text-align: center;
	white-space: nowrap;
	float: right;
	cursor: pointer;
	text-decoration: none;
	height: 40px;
	padding: 0 20px;
	font-family: 'signika_bold';
	line-height: 40px;
	border-radius: 7px;
	border:none;
}

#top{
	position: relative;
	display: block;
	height: 110px;
	background-color: #fafafa;
	z-index: 20;
}

a#logo{
	display: block;
	float: left;
	height: 110px;
}

#navi_top{

	display: block;
	float: left;
	list-style-type: none;
	height: inherit;
	margin:0;
	margin-left: -2px;

	padding: 0;
}

#navi_top img{

}

#navi_top li{
	display: block;
	float: left;
	height: inherit;
	margin-left: 2px;
	width: 129px;
	background-color: #e8f3f9;
	position: relative;
	height:110px;
}

#navi_top li a{
	display: block;
	line-height: 110px;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #464646;
	text-align: center;
}

#navi_top li .account a{
	line-height:0px;
	display: table-cell;
	position:relative;
	height:110px;
	width:129px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
}

#navi_top li ul{
	display: none;
	position: absolute;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:302px;
	background-color:#e8f3f9;
}

#navi_top li:hover ul{
	display: block;
}

#navi_top li ul li{
	display: block;
	height: 30px;
	border-top: 1px solid #ffffff;
	background-color: #e8f3f9;
	width: 150px;
	margin-left:0;
	border-right:1px solid #fff;
}

#navi_top li ul li a{
	display: block;
	line-height: 30px;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
	color: #464646;
	white-space: nowrap;
	text-align: left;
	padding: 0 20px 0 20px;

}

#navi_top li ul li:hover{
	background-color: #b5daef;
}

#header{
	position: relative;
	background-color: #7ba1b4;
	height: 381px;
	overflow: hidden;
	z-index: 0;


}

#header .site_center{
	position: relative;
}

#domain_check{
	font-family: 'signika_light' !important;
	position: absolute;
	top: 55px;
	left: 285px;
}

#domain_check label{
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	text-align: right;
}

#domain_check form{
	display: block;
	background-color: #fff;
	opacity: 0.9;
	padding: 0 80px 0 10px;
	font-size: 50px;
	border-radius: 15px;
}

#domain_check form input[type=text]{
	border: none;
	background-color: transparent;
	font-family: 'signika_light';
	font-size: 50px;
	height: 80px;
	color: #464646;
}

#domain_check form input[type=text][name=checkdomain]{
	width: 480px;
	text-align: right;
}

#domain_check form input[type=text][name=checktld]{
	width: 90px;
}

input[type=submit].suche_button{
                width: 64px;
                height: 56px;
                background-image: url('../img/style/lupe.png');
                background-repeat: no-repeat;
                background-position: center center;
                border: none;
                background-color: #fff;
                position: absolute;
                top: 43px;
                right: 5px;
                cursor: pointer;
}

#roter_balken{
	background-color: #c81818;
	color: #ffffff;
	margin-bottom:15px;
}

#roter_balken .site_center{
	padding: 20px;
	width: 960px;
}

.roter_balken_head{
	font-size: 25px;
	margin-bottom: 5px;
}

.roter_balken_text{
	font-size: 19px;
}

#content{
	background-color: #fafafa;
	
}

#paket_boxen{
	margin-left: -10px;
	margin-bottom: 20px;
}

#paket_boxen:after{
	display: block;
	clear: both;
	height: 40px;
	content: ".";
	visibility: hidden;
}

.paket_box{
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	width: 202px;
	background-color: #7ba1b4;
	color: #ffffff;
	padding: 20px;
	min-height: 270px;
}

.paket_box_text a{
	text-decoration:underline;
	font-weight:bold;
	color:#FFF;
}

.paket_box_text button_weiss{
	 display: block;
        background-color: #ffffff;
        font-size: 15px;
        color: #c81818 !important;
        text-align: center;
        white-space: nowrap;
        float: right;
        cursor: pointer;
        text-decoration: none;
        height: 40px;
        padding: 0 20px;
        font-family: 'signika_bold';
        line-height: 40px;
        border-radius: 7px;
        border:none;
}
.paket_box button_weiss a{
	color: #c81818 !important;

}



.paket_box_product{
        display: block;
        position: relative;
        float: left;
        margin-left: 10px;
        width: 402px;
        background-color: #7ba1b4;
        color: #ffffff;
        padding: 20px;
        min-height: 270px;
}

.paket_box_head1{
	font-size: 26px;
}

.paket_box_head2{
	font-size: 40px;
}

.paket_box_content{

}
.paket_box_content:after{
	display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";

}

.paket_box_list{
	float:left;
	width:152px;
}

.paket_box_text{
	font-size: 16px;
	margin: 20px 0 30px 0;
}


.paket_box_preis_kreis{
	display: block;
	width: 111px;
	height: 110px;
	position: absolute;
	bottom: -40px;
	left: 10px;
	background-image: url('../img/style/roter_kreis.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.paket_box .button_weiss{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.paket_box_preis{
	padding-top: 25px;
	font-size: 46px;
	font-family: 'signika_bold';
	line-height: 46px;
}

.paket_box_preis small{
	font-size: 12px;
	line-height: 12px;
}

.paket_box_preis_zusatz{
	font-size: 12px;
}

#index_boxen_grau{
	margin-left: -10px;
	margin-bottom: 30px;
}

.index_box_grau{
	display: block;
	float: left;
	position: relative;
	margin-left: 10px;
	background-color: #d6dfe4;
	color: #464646;
	width: 202px;
	padding: 20px;
	height: 260px;
}

.index_box_grau_head1{
	font-size: 26px;
}

.index_box_grau_head2{
	font-size: 40px;
}

.index_box_grau .button_weiss{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#domainendungen{
	background-color: #fafafa;
	font-family: 'signika_bold';
	color: #7ba1b4;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

#domainendungen_links{
	margin: 0 -4px 0 -4px;
	white-space: nowrap;
}

#domainendungen a{
	font-family: 'signika_bold';
	text-decoration: none;
	color: #7ba1b4;
	font-size: 18px;
	margin: 0 4px;
}

#footer{
	padding: 20px;
	padding-bottom:80px;
}

.navi_bottom{
	display: block;
	float: left;
	margin: 0 50px 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
}

.navi_bottom a{
	text-decoration: none;
	color: #464646;
}

#facebook{
	display: block;
	float: right;
}

.paketuebersicht{
	width:100%	

}
.paketuebersicht td{
	padding:10px;
	width:25%;
	border-left:10px solid #fff;
	background-color:#d6dfe4;
	text-align:center;
}

.paketuebersicht tr>td:first-child{
	width:15%;
	background-color:#7ba1b4;
	color:#fff;
	border-left:none;
	text-align:right;
	font-size:12px;
	padding:10px 9px ;
}

.paketuebersicht .paket_box{
	width:234px;
	height:430px;
	margin: 0;
	margin-bottom:50px;
	
}

.paketuebersicht .paket_box a{
        color:white;
        text-decoration:underline;
        font-weight:bold;

}


.paketuebersicht .paket_box_preis{
	font-size:36px;
	line-height:40px;
}



.paketuebersicht tr:first-child>td{
	padding:0;
	background-color:#fff;
	text-align:left;
}

.paketuebersicht tr>td:first-child a{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}


.yes{
	color: #1ad427;
    	/*font-size: 24px;*/
    	font-weight: bold;
    	/*line-height: 20px;*/
    	text-shadow: 1px 1px 1px #777;

}




.no{
        color: #ce1a1a;
        /*font-size: 24px;*/
        font-weight: bold;
        /*line-height: 20px;*/
        text-shadow: 1px 1px 1px #777;

}


.produkt_liste_schnitt td{
	border-top:10px solid #fff;
}

tr.produkt_liste_schnitt>td:first-child{
	/*background-color:#fff;*/
}




.download_boxen{
	margin-left:-20px;
}

.download_boxen:after{
display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";

}

.download_box{
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	width:490px;


}

.download_box_head{
	background-color:#7ba1b4;
	color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	border-radius: 10px 10px 0 0;
	
}
.download_box_head:after{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";	
}


.download_box_title{
	float:left;
	
}
.download_box_license{
	float:right;
	
}

.download_box_content{
	padding:10px;
	background-color:#d6dfe4;
	min-height:200px;
	position:relative;
	border-radius: 0 0 10px 10px;
}

.download_box_content:after{
	display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";
}
.download_box_image{
	float:left;
	width:220px;
	margin-right:20px;	
} 
.download_box_image img{
	width:100%;

}
.download_box_description{
	float:left;
	width:230px;
}
.download_box_buttons{



	position:absolute;
	right:25px;
	bottom:10px;
	
}
.download_box_buttons .button_weiss{
	float:left;
	margin-left:10px;

		
}
#domain_check form{
                display: block;
                background-color: #fff;
                opacity: 0.9;
                padding: 0 80px 0 10px;
                font-size: 50px;
                border-radius: 15px;
}

 

.wiki_table{
	margin:auto;
	width:1040px;
	margin-top:50px;
}

.wiki_table:after{
display:block;        
clear:both;        
visibility:hidden;        
height:0;        
content:".";
}
.wiki_box{
	float:left;	
	margin-bottom:20px;	
	margin-left:10px;
	width:490px;
}

.wiki_box_header{
	background-color:#7ba1b4;	color:#fff;	padding:10px;	font-size:16px;	font-weight:bold;	border-radius: 10px 10px 0 0;
}

.wiki_box_content{
	padding:10px;	background-color:#d6dfe4;	min-height:200px;	position:relative;	border-radius: 0 0 10px 10px;
}




.free{
	width:50%;
	padding:10px;   
	background-color:#d6dfe4;
	position:relative;      	
	border-radius: 10px 10px 10px 10px;
	text-align:center;

	margin: 35px auto;
}

red{
	color:red;
	font-size:24px;
}

darkred{
	color:#DD0403;
	font-size:16px;
}

green{
	color:#008000 !important;
        font-size:12px;
}

.green{
	color:#008000 !important;
	font-size:12px;
	text-align:center;
}

.green a{
	color:#008000;
}

.sslform{
	width:100%;
        padding:10px;
        background-color:#FFFFCC;
	border:1px solid #d9d98d;
	color:#fff;
        position:relative;
        border-radius: 10px 10px 10px 10px;
        text-align:center;

        margin: 35px auto;
	
}

.impressum_box{
	width:55%;
	padding:10px;
	background-color:#d6dfe4;
	position:relative;
	border-radius: 10px 10px 10px 10px;
	margin: 35px auto;
}


.advantage_boxen{
        margin-left:-20px;
}

.advantage_boxen:after{
display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";

}


.advantage_box{
	float:left;
 	margin-bottom:20px;
        margin-left:20px;;
	margin-right:auto;
        width:490px;
	
}

.advantage_box_head{
	background-color:#7ba1b4;
        color:#fff;
        padding:10px;
        font-size:16px;
        font-weight:bold;
        border-radius: 10px 10px 0 0;
}

.advantage_box_content{
	padding:10px;
        background-color:#d6dfe4;
         position:relative;
        border-radius: 0 0 10px 10px;
}

.advantage_box_content:after{
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.advantage_box_image{
        float:left;
        width:150px;
        margin-right:20px;

}
.advantage_box_image img{
        width:150px;
	border-radius:10px;

}
.advantage_box_description{
        float:left;
        width:295px;

}


.advantage_box_head_red{
        background-color:#b47b7b;
        color:#fff;
        padding:10px;
        font-size:16px;
        font-weight:bold;
        border-radius: 10px 10px 0 0;
}

.advantage_box_content_red{
        padding:10px;
        background-color:#e4d6d6;
         position:relative;
        border-radius: 0 0 10px 10px;
}

.advantage_box_content_red:after{
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";
}

.team_table{
	width:100%;
	color:#464646;

}

.team_table tr{
	background-color:#d6dfe4;
}

.team_table  tr:first-child>td{
	background-color:#7ba1b4;
	color:#fff;
	font-size:19px;
	font-weight:bold;
}

.team_table tr>td:first-child{
	width:20%;
}

.team_table tr td{
	padding:10px;
	vertical-align:top;
}

.button_weiss_small_space{

        background-color: #ffffff;
        font-size: 15px;
        color: #c81818;
        text-align: center;
        white-space: nowrap;
        float: right;
        cursor: pointer;
        text-decoration: none;
        height: 40px;
        padding: 0 20px;
        font-family: 'signika_bold';
        line-height: 40px;
	border-radius: 7px;
        border:none;


	display: block;
        position: absolute;
        bottom: 80px;
	left:40px;

}

.domainlist{
}

.domainlist a{
	color:#FFF;
	text-decoration:underline;

}

.domainlist tr>td{
	/*background-color:#FFFFCC;*/
	background-color:#e4d6d6;
	
	font-size:12px;

	vertical-align:top;
}

.domainlist tr>td:nth-child(3n){
	/*background-color:#F0F0FF;*/
	background-color:#d6dfe4;
	color:#464646;
	font-size:12px;

	width:50%;

}
.domainlist tr:nth-child(4n-3)>td{
	/*background-color:#FFF0F0;*/
	background-color:#b47b7b;
	color:#FFF;
	font-size:12px;
	font-weight:bold;

}
.domainlist tr:nth-child(4n-3)>td:nth-child(3n){
	/*background-color:#0099FF;*/
	background-color:#7ba1b4;
	color:#FFFFFF;
        font-size:12px;
        font-weight:bold;

}

.domainlist tr:nth-child(4n)>td{
	font-weight:bold;
}




.subdomainlist{
}

.subdomainlist a{
        color:#464646;
        text-decoration:underline;
	font-weight:bold;
}

.subdomainlist tr>td{
        /*background-color:#FFFFCC;*/
        background-color:#e4d6d6;

        font-size:12px;

        vertical-align:top;
}

.subdomainlist tr>td:nth-child(3n){
        /*background-color:#F0F0FF;*/
        background-color:#d6dfe4;
        color:#464646;
        font-size:12px;

        width:50%;

}
.subdomainlist tr:nth-child(3n-2)>td{
        /*background-color:#FFF0F0;*/
        background-color:#b47b7b;
        color:#FFF;
        font-size:12px;
        font-weight:bold;

}
.subdomainlist tr:nth-child(3n-2)>td:nth-child(3n){
        /*background-color:#0099FF;*/
        background-color:#7ba1b4;
        color:#FFFFFF;
        font-size:12px;
        font-weight:bold;

}

.subdomainlist tr:nth-child(3n)>td{
        font-weight:bold;
}


.registry{
	font-size:14px;
	width:100%;
	background-color:#464646;

}

.registry tr{
	background-color:#d6dfe4;
}


.registry tr>td:first-child{
	text-align:right;
	padding: 5px 10px;
	width:20%;
	font-weight:bold;
}




.registry tr:first-child>td:first-child{
        background-color:#7ba1b4;
        text-align:center;
        font-weight:bold;
        color:#FFF;
}

.registry_title td{
	background-color:#7ba1b4;
        text-align:center !important;
        font-weight:bold;
        color:#FFF;

}

.registry td{
	padding-left:10px;
}
error{
	color:#FF0000;
	font-weight:bold;
}

.registry input[type=password],input[type=text],select{
	font-weight:bold;
	font-size:12px;
	color:#464646;
	border:1px solid #464646;
	width:300px;
}

.registry .yellow_small{
	background-color:#e4d6d6;
	font-size:10px;
	text-align:left !important;
	color:#464646;
}

.registry .yellow_small a{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;

}

.registry .yellow{
	background-color:#e4d6d6;
        font-size:14px;
        color:#464646;
	text-align:left !important;
}




.registry .one_line{
	text-align:left !important;

}

.registry button_weiss{
	 display: block;
        background-color: #ffffff;
        font-size: 15px !important;
        color: #c81818 !important;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        height: 40px;
        padding: 0 20px;
        font-family: 'signika_bold';
        line-height: 40px;
        border-radius: 7px;
        border:none;
}



/*Kontakt*/
.contact_gray_box{
	width:960px;
	color:#464646;
	background-color:#d6dfe4;
	padding:20px;
	margin-bottom:20px;

	font-size:12px;
}
.contact_gray_box_head{

	font-size: 26px;
}
.contact_gray_content{margin-top:10px;}
.contact_gray_content:after{
	clear: both;
    	content: ".";
    	display: block;
    	height: 0;
    	visibility: hidden;
}
.contact_gray_text{width:58%;float:left;padding-right:10px;}
.contact_gray_form{float:right; width:39%;}


smallred{
        color:red;
        font-size:12px;
	font-weight:bold;

}

redsmaller{
	color:red;
	font-size:10px;
}

.contact_gray_box input[type=text],textarea{
	color:#464646;
	border:1px solid #464646;
	font-weight:bold;

}

.contact_gray_box td:first-child{
	font-weight:bold;
	text-align:right;
	width:300px;
	font-size:12px;
}



.contact_gray_box button_weiss{
         display: block;
        background-color: #ffffff;
        font-size: 15px !important;
        color: #c81818 !important;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        height: 40px;
        padding: 0 20px;
        font-family: 'signika_bold';
        line-height: 40px;
        border-radius: 7px;
        border:none;
}


.support{
	width:1010px;


}
.support:after{
clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
}

.left_support{
	width:495px;
	float:left; 
	
}



.left_support_box{

	width:100%;

	background-color:#d6dfe4;
	margin-bottom:10px;
}

.left_support_box_head{
	padding:10px;
	background-color:#7ba1b4;
	font-size:20px;
	color:#FFF;
	
}
.left_support_box_text{
	padding:10px;
	font-size:12px;
	color:#464646;
}

.left_support_box_text a{
	color:#464646;
	text-decoration:underline;
	font-weight:bold;
	line-height:20px;
}


.support input[type=text]{
        color:#464646;
        border:1px solid #464646;
        font-weight:bold;


}

.support button_weiss{
         display: block;
        background-color: #ffffff;
        font-size: 15px !important;
        color: #c81818 !important;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        height: 40px;
        padding: 0 20px;
        font-family: 'signika_bold';
        line-height: 40px;
        border-radius: 7px;
        border:none;
}

.wishdomain{
	background-color:#d6dfe4;
	border:1px solid #464646;
	text-align:left;
	padding:10px;	
	margin:auto;
	margin-bottom:20px;
}
.wishdomain td{padding:5px;}

.wishdomain input[type=text],textarea{
        color:#464646;
        border:1px solid #464646;
        font-weight:bold;

}



/* Webspace Liste */
.webspacelist{ 
	background-color:#464646;
	font-size:12px;

}

.webspacelist tr{ padding:5px; }


.webspacelist tr:nth-of-type(odd){
	background-color:#F5F5F5;
}
.webspacelist tr:nth-of-type(even){
	background-color:#d6dfe4;
}
.webspacelist tr:first-child{
        background-color:#7ba1b4;
        color:#FFF;
        font-size:18px !important;
        text-align:center;
}


.webspacelist td{ padding:5px; }

.webspacelist td:nth-child(1){
	width:150px;
	text-align:center;
}	

.webspacelist td:nth-child(2){
	width:100px;
	text-align:center;
}

.webspacelist td:nth-child(3){
	width:200px;
	text-align:left;
}

.webspacelist .wspaceacc{

	text-align:left !important;
}

.webspacelist .funcdet{

	text-align:center !important;
}

.webspacelist red{
	color:#EE0000;
	font-size:12px;
	font-weight:bold;
}

.webspacelist green{
	color:#0d770a;
	font-size:12px;
	font-weight:bold;
}

.webspacelist .vserver {background-color:#e4d6d6 !important; }
.webspacelist .vservernew {background-color:#c09d9d !important;}


.webspacelist .vservertitle{
	background-color:#b47b7b;
}


.subnavi{
	color:#FF0000;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	width:100px;
}

.domainconf{
	width:100%;
	background-color:#464646;
	font-size:12px;
	margin-bottom:20px;
	font-weight:bold;
}
.domainconf tr:nth-of-type(odd){
        background-color:#F5F5F5;
}
.domainconf tr:nth-of-type(even){
        background-color:#d6dfe4;
}


.domainconf tr:nth-child(2){
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.domainconf tr:nth-child(2) a{
	text-decoration:underline;
	color:#464646 !important;
}

.domainconf tr:first-child{
	background-color:#7ba1b4;
        color:#FFF;
        font-size:18px !important;
        text-align:center;
}

.domainconf td{
	padding:7px 10px;
}

.domainconf blue{
	color:#0099FF;
}


.logs{
	width:100%;
	background-color:#464646;
}
.logs a{
	color:#fff;
	text-decoration:underline;
}

.logs tr>td{
	background-color:#e4d6d6;
	font-size:12px;
	vertical-align:top;
	color:#464646;
}


.logs tr:first-child>td:first-child{
        background-color:#7ba1b4;
        text-align:center;
        font-weight:bold;
        color:#FFF;
}

.logs .redtitle{
	background-color:#b47b7b;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.logs .bluetitle{
	background-color:#7ba1b4;
        color:#FFF;
        font-weight:bold;
        text-align:center;

}



.logs .bemerkung{
	background-color:#d6dfe4;
}


.buchung{
	width:100%;
	background-color:#b47b7b;
	color:#464646;	
}

.buchung tr:first-child>td{
	background-color:#b47b7b;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.buchung tr:nth-child(2)>td{
	color:#464646;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

.buchung tr>td{
	background-color:#e4d6d6;
	font-size:12px;
}

.redbuchung{
	background-color:#e4d6d6;
}
.bluebuchung{
	background-color:#d6dfe4;
}



.ident{
	background-color:#b47b7b;	
	font-size:12px;
	width:100%;
}

.ident tr>td{
	background-color:#e4d6d6;
}

.ident tr:first-child>td{
	background-color:#b47b7b;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
	
.start{
	width:100%;	
	background-color:#7ba1b4;
	font-size:11px;
}

.start a{
	font-size:12px;
}

.start tr>td{
	vertical-align:middle;
	padding:5px;
}

.start tr>td img{
	border-radius: 18px;

}

.start tr>td:nth-child(even){
	background-color:#f5f5f5;
}
.start tr>td:nth-child(odd){
	background-color:#d6dfe4;
	width:45px;
	
}



.login{
	background-color:#b47b7b;
}

.login tr>td{
	background-color:#e4d6d6;
	font-size:14px;
}

.login tr:first-child>td{
	background-color:#b47b7b;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}



.login input[type=password]{
border: 1px solid #464646;
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
}

.forgotten{
	background-color:#7ba1b4;
}

.forgotten tr>td{
	background-color:#d6dfe4;
	font-size:14px;
}

.forgotten tr:first-child>td{
	background-color:#7ba1b4;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	
}


error{
	color:#cc0000;
	font-weight:bold;
}

