/*****************************************************
*
*	Body
*
*****************************************************/

html,body {
	height:100%;
}


body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;

	background-image:url('../images/body-background.jpg');
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}

.dotline {
        width:100%;
        height:20px;
        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
}


.link-icon {
	margin-right:10px;
	float:left;
	margin-bottom:3px;
}

.icon-large {
	margin-left:5px;
	margin-top:3px;
}

.icon-medium {
	margin-left:5px;
	margin-top:3px;
}

.icon-small {
	margin-left:3px;
	margin-top:3px;
}

.error-img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.error-message {
	color:red;
	margin-bottom:5px;
}

/*****************************************************
*
*	Struktur
*
*****************************************************/

#map-box {
	/*opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	background-color:#000;*/

	background-image:url('../images/trans.png');
	

	z-index:105;
	
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	position:fixed;
}

*html #map-box {
	position:absolute;
	background-image:none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/template/images/trans.png', sizingMethod='scale');
}

#map {
	z-index:106;

	position:absolute;
	width:900px;
	left:50px;
	top:50px;
	border:5px solid #333333;
	background-color:#ffffff;
}

#map .information {
	padding-top:10px;
	padding-right:10px;
}

#map .information a {
	text-decoration:none;
	color:#666666;
}

#map .information .description {
	margin-top:20px;
}
	

#deutschlandkarte {
	float:left;
	margin:right:10px;
}


#header {
	width:720px;
	height:75px;

	overflow:hidden;
	float:left;
	margin-top:15px;

	text-align:right;
}

#header .banner {
	position:absolute;
	left:300px;
	top:15px;

	border:1px dotted gray;
}

#header .banner a {
	padding:0px;
	margin:0px;
}

#header a {
	color:gray;
	text-decoration:none;
	margin-left:20px;
	margin-top:3px;
}

#header .links {
	margin-top:1px;
}

#header .new-feusers-data {
	padding-top:20px;

	font-size:10px;
}

#header .new-feusers-data .message {
	float:left;

	margin-left:500px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid gray;
}

#header .new-feusers-data .contact {
	overflow:hidden;
	float:left;
}

#header form {
	padding:0px;
	margin:0px;
}

#header .logout-box {
	float:left;
	width:67px;
	padding-left:345px;
}

.logo {
	float:left;
}

#content {
	float:left;
	width:675px;
	margin-top:15px;
}

#content p.bodytext {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

#content .contenttop {
	width:655px;
	margin-left:20px;
}

#content .contentleft {
	padding-left:20px;
	width:326px;
	overflow:hidden;
	float:left;
}

#content .contentright {
	width:327px;
	overflow:hidden;
	float:left;
}

#content .contentbottom {
	width:655px;
	margin-left:20px;
	clear:both;
}

#border {
	overflow:hidden;
	float:left;
	width:310px;
	margin-top:15px;
}

/*****************************************************
*
*	Search
*
*****************************************************/

#searchform {
	width:300px;
	margin-top:25px;
}

#searchform .title {
	float:left;
	width:100px;
	font-size:11px;
	margin-top:4px;
	color:gray;
}

#searchform .sword {
	overflow:hidden;
	float:left;
	width:175px;
}

#searchform .sword input {
	width:160px;
	height:14px;
}

#searchform .button {
	overflow:hidden;
	float:left;
	width:25px;
}

/*****************************************************
*
*	Text
*
*****************************************************/

h1 {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:20px;
	font-style:normal;
	color:#080860;
}

/*#content li {
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}*/

/*****************************************************
*
*	Login
*
*****************************************************/

#login .username, #login .password {
	color: #666666;
	height: 16px;
	width: 270px;
	font-size: 12px; 
	border-top: 1px solid #81807E;
	border-left: 1px solid #81807E;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin-bottom:10px;
}

/*input.button {
	border:0px;
	background-color:#080860;
		
	background-image:url('../images/buttons/buttonarrow.gif');
	background-repeat:no-repeat;
	background-position:center left;
	
	padding-left:15px;
	
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;

	font-size:12px;
	color:white;
}*/

form {
	padding:0px;
	margin:0px;
}

input.button {
	border:1px solid #666666;
	color:#666666;

	background-color:#d4d0c8;
}

input.button:hover {
	background-color:#d4d0c8;
	border:1px solid #FF9F38;
	color:#FF9F38;
}

input.button-logout {

	width:65px;

	background-color:white;
	border:0px;

	padding:0px;
	margin:0px;

	color:gray;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content a {
	color:#080860;
}

#content a:hover {
	color:#FF9F38;
}

.settings-mysite {
	background-position:bottom left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
	padding-bottom:15px;
}

.settings-mysite .icon {
	float:left;
	margin-right:20px;
}

.settings-mysite .links {
	overflow:hidden;
	float:left;
	width:200px;
	font-size:11px;
}

.settings-mysite strong {
	font-size:12px;
}

.settings-mysite .links a {
	color:#333333;
	text-decoration:none;
}

#content .shortlist {	
	width:290px;
	margin-bottom:20px;
}

#border .shortlist {	
	width:270px;
	margin-bottom:20px;
}

.shortlist .item {
	font-size:11px;
}

#content .shortlist .item a,#border .shortlist .item a {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	margin-bottom:10px;
}

.link-list {
/*
	background-position:top left;
        background-repeat:repeat-x;
        background-image:url('../images/nav.png');
*/


	background-color:#d4d0c8;


	border:1px solid #666666;
	color:#666666;
	margin-bottom:10px;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
}

.link-list img {
	float:left;
	margin-right:5px;
}

.link-list .text {
	margin-top:1px;
}

#content .link-list a, #border .link-list a {
	font-size:11px;
	text-decoration:none;
	color:#666666;
}


.detaillist {
	font-size:11px;
}

.detaillist .head-image {
	font-size:12px;
	width:50px;
	float:left;
	padding-right:10px;
	border-bottom:1px solid #666666;
	padding-bottom:2px;
	margin-top:10px;
}

.detaillist .item {
	overflow:hidden;
	float:left;
	width:300px;
}

.detaillist .item-small {
	overflow:hidden;
	float:left;
	width:150px;
}

.detaillist .head-item {
	font-size:12px;
	overflow:hidden;
	float:left;
	width:300px;
	border-bottom:1px solid #666666;
	padding-bottom:2px;
	margin-top:10px;
}

.detaillist .head-item-small {
	font-size:12px;
	overflow:hidden;
	float:left;
	width:150px;
	border-bottom:1px solid #666666;
	padding-bottom:2px;
	margin-top:10px;
}

#content .detaillist .item a,#content .detaillist .item-small a {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.detaillist .infomation {
	overflow:hidden;
	float:left;
	width:285px;
}

.detaillist .head-infomation {
	font-size:12px;
	overflow:hidden;
	float:left;
	width:285px;
	border-bottom:1px solid #666666;
	padding-bottom:2px;
	margin-top:10px;
}

.detaillist .head-filter {
	background-color:#666666;
	width:645px;
	color:white;
}

.detaillist .head-filter .text {
	padding-top:2px;
}

.detaillist .head-filter img {
	float:left;
	margin-right:5px;
}

.detaillist .filter {
	width:623px;
	padding:10px;
	border:1px dotted #999999;
	border-top:0px;
}

.detaillist .filter a {
	margin-right:5px;
	color:#666666;
	text-decoration:none;
}

.details-head {
	width:610px;
	height:40px;

	padding-top:10px;
	padding-left:10px;


	background-position:top right;
        background-repeat:no-repeat;
        background-image:url('../images/profile-part-background.jpg');
}

.details-content {
	padding-left:10px;
}

.browseboxwrap {
	float:left;
	width:400px;
}

.browselinkswrap {
	overflow:hidden;
	float:left;
	width:250px;
	text-align:right;
}

.confirm-img {
	float:left;
	margin-right:5px;
}

.confirm-message {
	overflow:hidden;
	float:left;
	width:300px;
}

/******************************************************
*
*	Mailform
*
*******************************************************/

#mailform {
	min-height:350px;

	width:600px;

	margin-top:20px;

	padding-top:20px;
	padding-left:35px;
	padding-right:25px;

	background-position:top left;
        background-repeat:no-repeat;
        background-image:url('../images/form-background.png');
}


#mailform label {
	float:left;
	width:200px;
	font-weight:bold;
}

#mailform .csc-mailform-field {

	width:100%;
        height:20px;
        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
}

#mailform #mailformName {
	width:300px;
	margin-bottom:10px;
}

#mailform #mailformemail {
	width:300px;
	margin-bottom:10px;
}

#mailform textarea {
	width:300px;
	height:150px;
	margin-bottom:10px;
}
