/*********************************** TYPO & COLORS **********************************/

html {
	background-color: #000000;
}

#headline  h1{
	color: #5c5c5c;
	font-size: 24px;
}

#infobox h3{
	color: #5c5c5c;
	font-size: 13px;
}

#infobox p{
	color: #5c5c5c;
	font-size: 11px;
	font-family: tahoma;
}

#content h2{
	color: #5c5c5c;
	font-size: 13px;
	line-height: 13px;
}

#content a{
	color: #5c5c5c;
}

#content p{
	font-family: tahoma;
	font-size: 11px;
	color: #5c5c5c;
	line-height: 15px;
}

#content.main p a{
	background-color: #ffffff;
	color: #9d9d9d;
}

#navigation ul li a {
	font-size: 13px;
	color: #ffffff;
}

#navigation #level2 a {
	text-decoration: none;
}

.csc-mailform-field input{
	font-size: 11px;
	line-height: 15px;
	color: #5c5c5c;
	background-color: #ffffff;
	border: 1px solid #dadadc;
}

.csc-mailform-field textarea{
	font-size: 11px;
	line-height: 15px;
	color: #5c5c5c;
	background-color: #ffffff;
	border: 1px solid #dadadc;
}

.csc-mailform-field label{
	font-size: 11px;
	line-height: 14px;
	color: #5c5c5c;
	font-family: tahoma;
}

#mailformformtype_mail{
	color: #ffffff;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	text-align: center;
	background-color: #5c5c5c;
	border: none;
}

a#twinsite{
	color:#5c5c5c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align:right;
}

a#imprint{
	color:#5c5c5c;
	font-family: tahoma;
	font-size:10px;
	text-decoration:none;
	text-align:left;
}

/*********************************** TYPO & COLORS END ******************************/

/*********************************** IMAGES *****************************************/

html {
	background-image: url(images/bg.jpg);
}

#main #content #image {
	background-image: url(images/temp1.jpg);
}

#main #content #image .inner,
#content .slideshow .inner {
	background-image: url(images/mask.png);
}

#scroll_buttons #left_norm {
	background-image: url(images/button_up_norm.gif);
}

#scroll_buttons #left_norm.active{
	background-image: url(images/button_up_act.gif);
}

#scroll_buttons #left_mirror{
	background-image: url(images/button_up_norm_mirror.gif);
}

#scroll_buttons #left_mirror.active{
	background-image: url(images/button_up_act_mirror.gif);
}

#scroll_buttons #right_norm {
	background-image: url(images/button_down_norm.gif);
}

#scroll_buttons #right_norm.active{
	background-image: url(images/button_down_act.gif);
}

#scroll_buttons #right_mirror {
	background-image: url(images/button_down_norm_mirror.gif);
}

#scroll_buttons #right_mirror.active{
	background-image: url(images/button_down_act_mirror.gif);
}

#navigation ul {
	background-image: url(images/bg_navigation.jpg);
}

#navigation ul li.active {
	background-image: url(images/bg_navigation.jpg);
}

#navigation ul li:hover {
	background-image: url(images/bg_navigation.jpg);
}

.nav_animation_color{
	background-image: url(images/bg_navigation.jpg);
}

/*********************************** IMAGES END *************************************/
