@import "editor_style.css";
@import "images/fileicons/style.css";

body,html {

	margin: 0px;
	padding: 0px;
	text-align:center; 
	background-image:url("/_skins/base/images/bgd_body.gif");
	background-repeat:repeat-x;
	background-color:#676767;
	font-family: Tahoma, Arial;

}

html {overflow-y: scroll;}


/* @group Basis layout */

div#container {
	text-align:left; 
	
	width:994px;
	margin-left:auto;
	margin-right:auto;
}

div#top {
	background-image:url("/_skins/base/images/logo_klein.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	width:950px;
	height:55px;
	padding-top:50px;
	margin-bottom:5px;
	
}
div.name {
	width:900px;
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	text-align: right;
}
div.adresse {
	width:900px;
	line-height:15px;
	color:#666666;
	text-align: right;
}

div#middle {
	background-image:url("/_skins/base/images/bgd_container.gif");
	background-repeat:no-repeat;
	width:935px;
	
	height:450px;
	margin-left:auto;
	margin-right:auto;
}
div#main_left {
	width:442px;
	height:350px;
	float:left;
	padding-right:20px;
}
div#main_right {
	width:442px;
	height:433px;
	padding-left:20px;
	float:right
}
div#main {
	
}



/* @end */






/* @group Navigation */

div#navigation div.navbutton a{
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:1px;
	background-color:#A0A0A0;
	font-size:14px;
	padding-left:12px;
	color:#000;
}

div#navigation div.navbutton_active a {
	background-color:#D2D2D2;
}

div#navigation div.subnavigation {
	display:none;	
}

div#navigation div.subnavigation_active {
	display:block;	
}

div#navigation div.subnavbutton a{
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:1px;
	background-color:#A0A0A0;
	font-size:14px;
	padding-left:24px;
	color:#000;
}

div#navigation div.subnavbutton_active a {
	background-color:#D2D2D2;
}

/* @end */




/* @group Form */

div.ccm_form div{
	border-left:1px solid #FFF; border-top:1px solid #FFF; height:56px;
	background-color:#EEEEEE;
	margin-bottom:6px;
	padding:6px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-repeat:no-repeat;
	background-position: 6px 3px
}
div.ccm_form div label {
	width:100px;
	display: block;
	float:left;
	padding-left:36px;

}
div.ccm_form div input, div.ccm_form div textarea  {
	width:294px;
	display: block;
	float:left;
}

div.ccm_form div span.info {
	width:430px;
	display: block;
	float:left;
	color:#9C9C9C;
	clear:left;
	margin-left:136px;
	font-style:italic;
}
div.ccm_form div span.errorMessage {
	clear:left;
	color:#E51937;
	margin-left:136px;
}
div.ccm_form div span.error input, div.ccm_form div span.error textarea{
	border: 1px solid #E51937;

}

/* @end form */
div#main_left div.website {
	margin-top:40px;
	width:285px;
	margin-left:20px;
}

div#main_right div.website {
	margin-top:40px;
	width:285px;
	margin-left:125px;
}

div.WebsiteTeaser {
	width:285px;
	height:225px;
}
div.Text {
	width:285px;
	text-align:justify; 
	height:110px;
	overflow:hidden;
	margin-top:-30px;
}


a.button {
	background-image:url("/_skins/base/images/bgd_button.jpg");
	background-repeat:no-repeat;
	width:160px;
	height:40px;
	display: block;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color:#FFF;
	float:left;
}
/*
div#main_left a.button {
	opacity: .5;
	filter: alpha(opacity=40);
}
	*/
	
div#main_right a.button {

	float:right;
}
a.button:hover {

	color:#333333;
}

	