/* @override http://www.starlighthotels.com/news/fileadmin/templates/css/index.css */

*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:Arial;
	font-size:10px;
	color:#223167;
	
}

h1,h2,h3{
	font-size:18px;	
}
#bg {
	position:absolute;
	width:100%;
	height:100%;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}



a {
	text-decoration: none;
	color: #223167;
}
a:hover{
	text-decoration: underline;
}


#content {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	overflow:auto;
}

#content-center {
	width: 940px;
	position: absolute;
	left: 50%;
	margin-left: -470px; /* negative Hälfte von width:600px */
	top: 0px;
}

#content-center-bg {
	width: 940px;
	background: url(../img/contentbg-trans.png) repeat-y;
	padding: 15px 0px 0 15px;
	min-height: 853px;
	
}

#logo {
	height: 175px;
	width: 905px;
}

#content-main {
	width: 905px;
	height: auto;
	padding: 10px 0 0 0;
}


#content-left {
	width: 680px;
	
	float: left;
	margin: 0px;
	padding: 5px 0 0 0;
}
#content-right {
	width: 215px;
	background-image: url(../img/balken.jpg);
	height: 853px;
	float: right;

}
#content-right  hr{
}

.conten-item {
	width: 684px;
}

.ci-grey {
	background-color: #e2e9ed;
	height: 330px;	
}



.ci-grey img {
	width: 505px;
	height: 329px;
	float: left;
}



.ci-grey-content {
	text-align: right;
	padding-right:10px;
	padding-top: 10px;
}

.ci-grey-content h2 {
	font-size: 20px;
	margin-bottom: 60px;
}

.ci-grey-content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ci-footer  {
	
	padding-bottom: 25px;
}


.ci-footer h2 {
	font-size: 14px;
	padding-bottom: 5px;
}

.ci-footer p{
	line-height: 16px;
}

#cr-search {
	margin: 8px;
	height: 30px;
	border-bottom: 1px solid #91a3bd;
}

#cr-search form input.searchbox-sword.sword {
	width: 100px;
	margin:0 10px 0 23px;
	line-height: 16px;
	font-size: 11px;
}

.tx-indexedsearch-rules{
	display: none;
}



#cr-tagcloud {
	padding: 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}




#cr-images {
	padding-left: 5px;
}

#cr-imprint {
	margin: 8px;
	padding: 20px;
	
	line-height: 16px;
	border-bottom: 1px solid #91a3bd;
}
#cr-imprint h2{
	font-size: 10px;
	font-weight: bold;
}

.csc-header{
	margin-top:5px;
	}
