@charset "utf-8";

@import url("master.css");
@import url("forms.css");
@import url("icons.css");

/***** 

	Projekt: Jafra Produktpräsentation
	
	Stylesheet Template
	© 2009, BRANDMARKER
	
	Farb Definitionen:
	<>
	 
*****/

body {
	color: #999;
	font: 62.5%/100% Verdana, Arial, Helvetica, sans-serif;
	background: #6F72A6 url(../gfx/bg.png) top left repeat-x;
	}

#wrap {
	margin: 0 auto;	
	width: 995px;
	position: relative;
	}


/***** 

	Global Section
	 
*****/


h1 {
	font-weight: bold;
	font-size: 2.6em;
	color: #333;
	line-height: 120%;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 7px 0;
	}
 
h2 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 120%;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	}
 
h3 {
	}

h4 {
	}
	
a, a:hover { text-decoration: none; }	

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

.highlight	{ color: # }
.highlight2	{ color: # }
		
p {}

	p.content {	
		font-size: 1.1em;
		line-height: 140%;
		color: #333;	
		}

/***** 

	Head Section
	 
*****/


#header {
	width: 995px;
	border-bottom: 1px solid #000;
	}
	
	#header .left_column {
		width: 145px;
		float: left;
		padding-top: 25px;
		}
			
	#header .right_column {
		width: 800px;
		float: right;
		padding-top: 25px;
		}
				
		#header .right_column p {
			color: #333;
			line-height: 120%;
			letter-spacing: 2px;
			text-align: right;
			padding-top: 100px;
			}
		
	
/***** 

	Content Section
	 
*****/

#content {
	width: 995px;
	height: 450px;
	}
	
	#content .left_column {
		width: 145px;
		height: 450px;
		float: left;
		background: #6F72A6;
		}
		
		#content .left_column p.language {
			padding: 55px 14px 10px 0;
			margin: 0 0 0 10px;
			color: #fff;
			font-size: 1.1em;
			line-height: 120%;
			border-bottom: 1px solid #C5C7DB;
			text-align: right;
			}
			
			#content .left_column p.language a, #content .left_column p.helpers_navi a { color: #fff; text-decoration: none; }
			#content .left_column p.language a:hover, #content .left_column p.helpers_navi a:hover { color: #C5C7DB; text-decoration: none; }
			
			#content .left_column p.language a.active { color: #C5C7DB; text-decoration: none; }
			#content .left_column p.language a.active:hover { color: #C5C7DB; text-decoration: none; }
		
		#content .left_column p.helpers_navi {
			padding: 10px 14px 0 0;
			color: #fff;
			font-size: 1.1em;
			line-height: 120%;
			text-align: right;
			}
		
		#content .left_column p.foot_navi {
			padding: 165px 14px 0 0;
			color: #fff;
			font-size: 0.9em;
			line-height: 120%;
			text-align: right;
			}
			
			#content .left_column p.foot_navi a { color: #fff; text-decoration: none; }
			#content .left_column p.foot_navi a:hover { color: #fff; text-decoration: underline; }
			
	#content .right_column {
		width: 850px;
		float: right;
		color: #fff;
		}
		
	foot_navi
