@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font: 12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

h2, h3, h4, p, ul, blockquote {
margin: 0 0 18px 0;
}

h2 {
margin-bottom: 11px;
font-size:180%;
font-weight: bold;}

h3 {
margin-bottom: 2px;
font-size:120%;
font-weight: bold;}

p {
font-size: 100%;
}

a:link, a:visited {
text-decoration: none;
}

/*--------------------------------------
			Navigation			
----------------------------------------*/
#siteMenu, #languageMenu {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

/*------SiteMenu-------*/
#siteMenu li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0 2px;
}

#siteMenu li a:hover {
	color: #666;
}

#siteMenu li a.active {
	font-weight: bold;
	background-color: #cc0000;
	color: #fff;
}

/*------languageMenu-------*/
#languageMenu li a {
	color: #000;
	text-decoration: none;
	padding: 0 2px;
}

#languageMenu li a:hover {
	color: #666;
}

#languageMenu li a.active {
	color: #cc0000;
}

/*------subMenu-------*/
#subMenu li a {
	font-weight: normal;
	color: #6d6d6d;
	text-decoration: none;
	padding: 0 2px;
}

#subMenu li a:hover {
	color: #000;
}

#subMenu li a.active {
	font-weight: normal;
	color: #000;
}


/*------mainMenu-------*/

ul#mainMenu {
	text-indent: -9980px;
}

/*--------------------------------------
			Content			
----------------------------------------*/

div#contentRight div.newsList h2 {
	color: #fff;
}

div#contentRight div.newsList ul {
	font-size: 90%;
}
div#contentRight ul.newsList p.date {
	font-weight: bold;
}
div#contentRight ul.newsList a {
	color: #CC0000;
}modelCats
		
/*----Models Auswahl----*/

div#contentCenter h2 {
	text-transform:uppercase;
}

h3.siteIndex {
	text-transform:uppercase;
	line-height: 44px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

ul.modelsCat li p {
	line-height: 18px;
	font-size: 18px;
	text-transform:uppercase;
	text-align: center;
	color: #ff0000;
}


/*----Portrait----*/

div.teamMember a.contact {
	color: #cc0000;
	text-indent: 5px;
}

/*--------------------------------------
			Footer		
----------------------------------------*/

div#footer {
	text-indent: -9980px;
}