﻿body 
{
	background-color: Black;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;	
}

a 
{
	color: #0a599b;	
}

p
{
    margin-top: 20px;
    margin-bottom: 5px;
}
    
ul
{
    margin-top: 5px;
    margin-bottom: 5px;    
}

li
{
    line-height: 14px;
    
}    
/*MainContainer*/

.MainContainer
{
	width: 960px;
	border: solid 1px black;	
	background-color: #b8b8b8;
	margin-top: 10px;
	text-align: left;
}

/*Content*/
.ContentContainerHorizontal
{
	background-image: url(_pics/ContentBackgroundHorizontal.jpg);
	background-repeat: no-repeat;	
}

.ContentContainerVertical
{
	background-image: url(_pics/ContentBackgroundVertical.jpg);	
	background-repeat: no-repeat;	
}

.ContentContainerBottom
{
	background-image: url(_pics/ContentBackgroundBottom.png);
	background-position: bottom;	
	background-repeat: no-repeat;	
}

.ContentContainer
{
	height: 250px;
}

.ContentHeadline
{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-top: 65px;
	position: absolute;	
	width: 230px;
	color: #0a599b;
}

.HeadLine
{
    font-size: 24px;
    color: #fdc300;    
    font-weight: bold; 
}

.ContentMiddle
{
	margin-top: 130px;
	margin-left: 250px;
	width: 700px;
	position: absolute;	
	background-color: Transparent;	
}

.ContentMiddleTextBlock
{
	margin-left: 10px;
}

.ContactTextBoxLine
{
	height: 45px;	
}

.ContactTextBox
{
	width: 400px;
}


/*Footer*/
.FooterContainer
{
	height: 20px;
	background-color: #fdc300;
}

.ImageSchwarzkopfLogo
{
	position: absolute;
	width:139px;
	height: 112px;
	margin-left: 10px;
	margin-top: -96px;
}

.FooterNavigationContainer
{
	position: absolute;
	width: 960px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

.FooterNavigationItem
{
	color: #0a599b;
	text-decoration: none;
}

/*MainNavigation*/

.MainNavigationContainer
{
	margin-left: 80px;
	padding-top: 5px;
	position: absolute;
}

.MainNavi, .MainNaviOn
{
	font-size: 18px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.MainNaviOn
{
	color: #0a599b;
}

a.MainNavi:hover   { color: #0a599b; }

/* Formular*/
.FormularContainerLeft, .FormularContainerRight
{
    width: 250px; 
    margin-right: 20px; 
    float: left; 
    margin-bottom: 10px; 
}

.FormularContainerRight
{
    margin-right: 0px; 
}

.FormularWatermark
{
    color: #b8b8b8;
    font-style: italic;    
}

/*Misc*/

.ClearFloatboth
{   
    clear: both;    
}

.TextBox
{
    height: 16px;    
    line-height: 16px;
}
