@charset "utf-8";

/* --------------------- Hier beginnt der Allgemeine Bereich ---------------------   */

@font-face {
    font-family: 'CicleGordita';
    src: url('../font/Cicle_Gordita-webfont.eot');
    src: url('../font/Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cicle_Gordita-webfont.woff') format('woff'),
         url('../font/Cicle_Gordita-webfont.ttf') format('truetype'),
         url('../font/Cicle_Gordita-webfont.svg#CicleGordita') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
  height:100%;
  min-height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	background-color:#000;
	margin: 0;
	padding: 0;
}

h1 {
	font-size:16px;
	color:#a28b4d;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'CicleGordita';
}

h2,h3 {
	font-size:16px;
	color:#a28b4d;
	font-weight:normal;
	font-family:'CicleGordita';
	margin-bottom:5px;
}


a {
	text-decoration:none;
	color:#9a844b;
}

a.pfeil {
	background-image:url(../pics/goldArrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}

#container {
	position:absolute;	
	width:100%;
	min-height:100%;
	position:absolute;
	z-index:10;
	background-image:url(../pics/bodyBG-starless.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


#banner{
	position:absolute;
	z-index:-1;
	top:0;	
	left:0;
	height:210px;
	width:100%;
	overflow:hidden;
}

#flashBanner {
	margin:0 auto;
}

#container.details { 
	background-image:url(../pics/bodyBGDetails.jpg);
	background-position:center 58px;	
}

#out {
	width:960px;
	margin:0 auto;
}

#header {
	height:125px;
}

#logo {
	float:left;
	width:397px;
	height:60px;
	padding-top:35px;
}

#languageSwitch {
	float:right;
	padding-top:47px;
	text-align:right;
	color:#A28B4D;
	font-size:14px;
}

#languageSwitch a{
	font-size:12px;	
}

#main {
	padding-top:19px;
	padding-bottom:50px;
}

#navigation {
	height:310px;
	width:325px;
	float:left;
}

#modelPreviewHolder {
	width:570px;
	height:355px;
	float:right;
}

.modelPreview {
	width:176px;
	height:355px;
	margin-right:20px;
	overflow:hidden;
	float:left;
	position:relative;
}

.modelPreview img{
	border:none;	
}

.modelPreview.last {
	margin-right:0;	
}

.modelPreview .modelName {
	height:25px;
	width:176px;
	line-height:25px;
	background-image:url(../pics/headline.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
}

.modelPreview .modelName h2{
	background-image:url(../pics/ladyArrow.png);
	background-position:right 4px;
	background-repeat:no-repeat;	
	color:#b0b0b0;
	font-size:14px;
	text-transform:none;	
	margin:0;
	padding-left:8px;
	margin-right:8px;
	font-family:Arial, Helvetica, sans-serif;
}

#newxBlock {
	background-image:url(../pics/news.jpg);
	background-repeat:no-repeat;
	background-position:left 0;
	padding-top:80px;
}

.newsListElement {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #252525;
}

.newsListElement.last {
	padding:0;
	margin:0;
	border:none;	
}

.newsTitle {
	font-weight:bold;
	margin-bottom:5px;
	color:#a1a1a1;
}

.newsImage {
	width:70px;
	height:70px;
	margin-right:15px;
	border:1px solid #252525;
	overflow:hidden;
	float:left;
}



#main_left {
	width:325px;
	float:left;
	margin-top: -25px;
}

#main_right {
	width:570px;
	float:right;
}



#content {
	background-image:url(../pics/ornament.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	margin-top:-30px;
}

#footer {
	width:100%;
	position:absolute;
	height:33px;
	line-height:33px;
	background-image:url(../pics/footer.png);
	background-repeat:repeat-x;	
	bottom:0;
}

#footerContent {
	width:960px;
	margin:0 auto;	
	line-height:33px;
}

#footerContent, #footerContent a{
	color:#5c5c5c;	
}

.clear{clear:both;}

#fckeditor {
	background-color:#000;
	background-image:none;
	padding:10px;
}
