/*  
Theme Name: Planet Prozess WordPress Theme
Theme URI: http://wordpress.org/
Description: Planet Prozess WordPress Theme
Author: Richard The
Author URI: http://rt80.net/

	Planet Prozess v1.0
	
	This theme was designed and built by Richard The,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/




/* General Settings*/
p img {
	padding: 0;
	max-width: 100%;
	border:0px;
	}

img{
	border:0px;
}
img a{
	border:0px;
}



/* Main Elements*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, Sans-Serif;
	background: #333333;
	color: #333;
	padding: 0; 
}

#footer{
	position:relative;
	width:391px;
	left:49px;
	font-size:11px;
	line-height:1.5em;
	background:white;
}

#page {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	background:white;
}

a img{
border:0px;
}

#content{
	position:relative;
	left:49px;
	font-size:11px;
	line-height:1.5em;

}

#content i{
	font-style: normal;
	color: #0099cc;
}

#content .big_headline{
	font-size: 48px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1em;

}

#content h1{
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
	font-size: 12px;
}

#content hr{
border:1px dotted;

}

#content a{
	text-decoration:none;
	color: #ff0000;
}

#content a:hover,a:visited{
	color: #0099cc;

}





#content #links{
	position:relative;
	background:white;
	width:371px;
	padding:10px;
	float:left;
	
}



#content #rechts{
	position:relative;
	margin-left:410px;
	background:white;
	width:371px;
	padding:10px;

}

#content #rechts .headline_artist{
	font-size:14px;
	font-weight:bold;
	color: #0099cc;
	text-transform:uppercase;
}

#content #rechts .headline_country{
	font-size:11px;
	font-weight:bold;
	color: #0099cc;
	text-transform:uppercase;
}

#content #rechts .headline_project{
	font-size:14px;
	font-weight:bold;
	color: #ff0000;
	text-transform:uppercase;
}

#content #rechts .headline_project_title{
	font-size:14px;
	font-weight:bold;
	color: #000000;
	text-transform:uppercase;
}
#content #rechts hr{
border:5px solid;
border-color:#0099cc;

}










/* Navigation: Main Menu*/
#menu {
	position:relative;
	left:335px;
	top:-23px;
}

#menu .box{	
	width:560px;
}

#menu .box ul {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	font-size:11.5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;	
	background:white;
	display:inline;
	list-style-type: none; 
	list-style-position:outside;
	text-align:center;
}

#menu .box ul li{
	background:white;	
	display:inline;
}
#menu .box .page_item{
	color: #000000;
}


#menu .box ul li.current_page_item a{
	color: #ff0000;
	text-decoration: none;
}
#menu .box ul li.current_page_parent a{
	color: #ff0000;
	text-decoration: none;
}


#menu .box ul li a {
	color: #000000;
	text-decoration: none;
}

#menu .box ul li a:hover {
	color: #ff0000;
}






#sidebar
{
		float:left;

	background:white;
	width:371px;
	padding:10px;
}

/* Navigation: Sidebar*/

div#sidebar ul{
	display:inline;
	list-style-type: none; 
	list-style-position:outside;
}

div#sidebar ul li{
	padding-bottom:5px;

}

div#sidebar ul li.page_item a{
	color:black;
	font-size:15px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;	


}

div#sidebar ul li.page_item a i{
	color:black;
	font-size:11px;
	text-decoration:none;
	font-weight: normal;
	text-transform: uppercase;	
	font-style:normal;
}


div#sidebar ul li.page_item a:hover{
	color:#0099cc;

}



div#sidebar ul li.current_page_item a{
	color:#0099cc;

}



/* Background Grafics*/
div#page #header-ug a{
	position:absolute;
	top: 0px;
	width:900px;
	height:29px;
	background: white url('images/header-ug.gif') no-repeat;
}

div#page #header-newsletter a{
	position:relative;
	top: -2px;
	left:745px;
	width:100px;
	height:39px;
	padding:3px;
	padding-top:5px;
	margin:0;
	text-align:center;
	background: black;
	color:white;
	text-decoration:none;
	font-size:11.5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;	
}

div#page #header-newsletter a:hover{
	color:#ff0000;

}

div#page #header-logo-right{
	position:relative;
	top: 9px;
	left: 289px;
	width:611px;
	height:119px;
	background: white url('images/header-logo-right.gif') no-repeat;
}

div#page #header-logo-left a{
	position:absolute;
	top: 29px;
	width:289px;
	height:119px;
	background: white url('images/header-logo-left.gif') no-repeat;
}


div#page #pageBackground{
	position:absolute;
	top:148px;
	width:900px;
	height: 1157px;
	text-align: left;
	background: white url('images/bg2.gif') no-repeat;
}





