/********************************************
	AUTHOR:  			Benedikt Withake 
	WEBSITE:   		http://www.benediktwithake.com/
	TEMPLATE NAME: 	Benedikt Withake Kommunikationsdesign
	TEMPLATE CODE: 	BW-01010
	VERSION:          1.0   
	LAST MODIFIED:    DEZ-13-2009       	
 *******************************************/ 
 

/********************************************
   HTML ELEMENTS
********************************************/ 


html, input, textarea
{overflow-y:scroll;	
}

/* top elements */
* { padding: 0; margin: 0;
}
body {
	margin-top: 30px;
	font: normal 71%/1.5em "Arial";
	color: #444444;
	text-align: left;		
}
img {
    border: none;
}


/* links */
a { background: inherit; color: #F40909; text-decoration: none; }
a:hover { background: inherit; color: #F40909; text-decoration: underline; }


/* headers */
h1, h2, h3, h4, h5, h6 { font: 1em "Arial"; }
h1 { font-size: 1.9em; color: #333333; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.5em; color: #8D8E92; }
h4 { font-size: 1.5em; color: #F40909; }
h5 { font-size: 1.0em; color: #8D8E92; }
h6 { font-size: 1.9em; color: #8D8E92; 
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 25px 0px;
	padding-right: 65px;
	line-height:1.5em;
	letter-spacing: 0.01em;
}
p, h6 {
	margin: 25px 0px;
	padding-right: 65px;
	line-height:1.5em;
	letter-spacing: 0.01em;
}

ul, ol {
	margin: 10px 30px;		
}



/***********************
	  LAYOUT
************************/


#header-content, #header-spot, #content, #footer-content {
	width: 1000px;
	position: left;
}


/* header menu */
#header-content ul {
	position: left;
	margin-left: 50px;
	padding-bottom: 40px;
	font: 1.3em "Arial";
	color: #FFFFFF;
	list-style: none;	
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #555555;	
}
#header-content li a:hover {
	color: #FFFFFF;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #F40909;
}
#header-content li a#current  {
	color: #FFFFFF;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #F40909;
}


/* header logo */
#header-logo {
position: absolute;
top: 79px;
left: 50px;
color: #FFFFFF;
}


/* header spot */
#header-spot {
position: absolute;
top: 105px;
left: 50px;
color: #FFFFFF;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding-left: 50px;	
}


/* sidebar */
#sidebar {
	float: right;
	width: 53%;
	margin: 0 0 27px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 52px 0px 0px 0px;
	margin-bottom: 0px;
	font: 1.9em "Arial" line-height:1.5em;
	border-top: 1px solid #D3D3D3;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
}


/* main */
#main {
	float: left;
	width: 47%;	
	margin: 0 0 0 0; padding: 0;	
}
#main h1 {
	padding: 50px 0px 0px 0px;
	margin-bottom: 0px;
	font: 1.9em "Arial" line-height:1.5em;
	border-top: 1px solid #D3D3D3;
}
#main ul li {
	list-style-image: url(bullet.gif);
}


/* main-fullscreen */
#main-fullscreen {
	float: right;
	width: 100%;	
	margin: 0 0 0 0; padding: 0;	
}
#main-fullscreen h1 {
	padding: 50px 0px 0px 0px;
	margin-bottom: 10px;
	font: 1.9em "Arial" line-height:1.5em;
	border-top: 1px solid #D3D3D3;
}
#main-fullscreen ul li {
	list-style-image: url(bullet.gif);
}


/* footer */
#footer {
	clear: both;
	padding-left: 50px;
	padding-top: 15px;
	font: normal .95em/1.6em "Arial";
	text-align: left;	
}
#footer h4, #footer p {
	margin-bottom: 5px;
	margin-top: 15px;
}
#footer-content {	
	border-top: 1px solid #D3D3D3;
	margin-top: 20px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #555555;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 20%;
	padding: 8px 10px 0px 0px;	
}
#footer-content .col1 {
	width: 20%;
	padding: 8px 10px 0px 45px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 26px 0px 0px 0px;	
	text-align: right;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }


/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }