body {
	background-color:white;
	color:#333;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {color:#FF4D08}
a:active {text-decoration:none}
a:focus {text-decoration:none;
	outline:0;}
a:focus{border:0px;}
a:active{border:0px;}

html {
	overflow-y: scroll;
}
  
/*Headings color*/
  .post h2 a, #sidebar h2 {color:#333;}

/*Headings hover color*/
  .post h2 a:hover {color:#FF4D08;}

/*Width of the entire page.*/
#page {width:950px;}
  
  /*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/

/*Width of the sidebar*/
#sidebar {width:20%;}
  
 /*Width of the sidebar_right*/
#sidebar_right {
	width:30%;
	border: 1px solid #CCC;
}

/*Width of the content area*/
#content {
	width: 75%;
	font-size: 1.2em;
	/*background-color: #F00;*/ /*rot*/
	line-height: 1.6em;
}
  
  
/*Position of the header from the left edge.*/
  #headerimg {margin-left:28%;}




/*------------------------------------------------------------------------------header-*/
/*Text color of the blog title in the header*/
  #header h1 a {color:#FF4D08;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

#header {
	margin: 0px 0px 22px 1px;
	padding: 0;
	height:400px;
}


#upper_header {
	width:950px;
	height:70px;
	margin:0 0 20px 0;
}

#header {}
#headerimg {}

#header h1 {
	font-size:3.2em;
	}
	
#slider{
	width:950px;
	height:280px;
}


/*-----------end header----------*/


#content-frame {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 68%;
	min-height: 228px;
	margin-bottom: 20px;
	margin-top: 60px;
	float: left;
	background-image: url("http://medienprojektp2.de/wp-content/themes/medienprojektp2/images/bg_content.png");
	background-repeat: repeat-x;
}

/*------------------------------------------------------------------------------content-*/

/* Begin Typography & Colors */
body {
       font-size: 62.5%; /* Resets 1em to 10px */
       font-family: Arial, Helvetica, Sans-Serif;
       background-color: #f7f7f7;
       color: #333;
       background-image: url("http://medienprojektp2.de/wp-content/themes/medienprojektp2/images/body_bg.png");
       background-repeat: repeat-y;
       background-position: center;
       }

#page {
       margin: 0px auto;
       padding-top: 60px;
       width: 950px;
       height: 100%;
       background-color: #FFF;
       text-align: left;
}

#content .entry p {
	font-size: 1.05em;
	}

#content .entry, #content .entry {
	line-height: 1.4em;
	}


#content .postmetadata {}

#content .post {
	margin: 0;
}

#content .postmetadata {
	font-size:11px;
	padding-top:14px;
	color:#555;
}

#content {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
/*	width: 550px;*/
overflow:hidden;
	}
#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}	
	
/*-----------end content----------*/

/*------------------------------------------------------------------------------footer-*/
	
#footer {
	/*float: left;*/
	clear: both;
	border: none;
	border-top:1px solid #ccc;
	padding: 20px 0 0 0;
	margin-top: 50px; 
	width: 100%;
}

#footer p {
	margin: 0;
	padding-bottom: 24px;
}
/*-----------end footer----------*/


/*---------------------------------------------------------------------------------navi--*/
.skip-link {
	display: none;
}

#navi {
	margin: 40px 0 20px 3px;
	font-size: 13px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

/* all items */
#navi li {
	background-color: #FFF;
	display: inline;
	margin: 0 -3px 0 -3px;
	padding: 7px 15px 4px 15px;
	
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
 	
	background-image: url("http://medienprojektp2.de/wp-content/themes/medienprojektp2/images/bg_menu.png");
	background-repeat: repeat-x;
 }
 
#navi.menu li.current_page_parent {
	background-color: #FFF;
	color: #FF4D08;
	
	border-bottom: 1px solid #FFF;
	
	background-image: none;
	background-repeat: no-repeat;
}

#navi.menu li.current_page_parent a {
	color: #FF4D08;
}

#navi.menu li.current_page_item {
	background-color: #FFF;
	color: #FF4D08;
	
	border-bottom: 1px solid #FFF;
	
	background-image: none;
	background-repeat: no-repeat;
}


#navi.menu li.current_page_item a { 
	color: #FF4D08;
}

/*
#navi.menu a:focus {
	text-decoration: none;
}
   
#navi.menu a:hover{
	color: #FF4D08;
}

#navi.menu a:active {
	color: #FF4D08;
	text-decoration: none;
}

#navi a {
	color: #000;
	}	 
*/

#navi.menu li.page_item {
	
 }

/*-----------end navi----------*/
/*---------------------------------------------------------------------------------sidebar--*/


#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
       color:#FF4D08;
}

#sidebar {
	text-align:left;
	float:left;
}

#sidebar_right {
	float:right;
	margin-bottom:20px;
	margin-top: 60px;
}

#sidebar_images {
	padding-top: 20px;
	padding-left: 15px;
	background-image: url("http://medienprojektp2.de/wp-content/themes/medienprojektp2/images/bg_content.png");
	background-repeat: repeat-x;
}

#sidebar_images img {
	margin-bottom: 20px;
}

#sidebar .current_page_item  a {
	color:#FF4D08;
	
	}
	
 #sidebar  a:hover{
	color:#FF4D08;
}
#sidebar.menu a:active {
	border:1px solid #fff;
	color:#FF4D08;
}

.sidebar .post .menu {
	/*background-color: #0C3;*/ /*gruen*/
	color:#FF4D08;
}
	
#sidebar a {
	color:#000;
  }	

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol, #sidebar_right ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar_right ul{
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 5px 0;
	}

#sidebar ul p, #sidebar ul select{
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol  {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
#searchbox {
	float: right;
	height: 30px;
	margin-top: 58px;
	width: 190px;
	padding: 0;
}

#search_button {
	margin-top: 2px;
	float: right;
}
	


#sidebar {
	padding: 1px 10px 10px 0;
/*	width: 180px;*/
	margin-top:10px;
	}

#sidebar form {
	margin: 0;
	}

/*-----------end sidebar----------*/


/* ------------------------------------------------------------------------------------------------Slideshow */
#slideshow {padding:0;list-style:none;margin:0 0 3em 0;overflow:hidden;width:950px;height:250px}
#slideshow .slide {padding:0;width:950px;text-align: center;height:250px; background:none}
#slideshow .slide h4 {margin: 0 0 .5em 0;text-transform:uppercase;padding:0 16px;}
#slideshow .slide img {display:block;max-width:950px;text-align:center;margin:0 auto;}

/*-----------end slideshow----------*/




.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

.description {
	font-size:1em;
	/*  color:#333;*/
	}

h2 {
	font-size: 1.0em;
	}

h2.pagetitle {
	font-size: 1.6em;
      
	padding:4px 0px 4px 10px;
	
	}



h3 {
	font-size: 1.0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg{
	text-decoration: none;
	color: #FF4D08;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited,a:active , #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	
	}
 .post h2 a:hover{color: #FF4D08;}
.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

 h2 a:hover, h3 a:hover {
color: #FF4D08;
	}




#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */


/* ------------------------------------------------------------------------------Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 1px;}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 40px auto;
	padding: 0;
	width:950px;
/*	width: 760px;*/
	}


#logo {
	width:252px;
	height:64px;
	float: left;
	margin-top:20px;
}

.post {
	padding-bottom: 0px;
	/*background-color: #960;*/
	margin-left: 10px;
}

.post .entry {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/*border: 1px solid #CCC;*/
}

.post h2 {
	padding-top:14px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

.post hr {
	display: block;
}


#tags {
	font-size:11px !important;
	color:#999;
}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* End Structure */



/*------------------------------------------------------------------------Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* ------------------------------------------------------------------------------Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* -----------------------------------------------------------------------------Begin Form Elements */
	



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}




/* ------------------------------------------------------------------------------Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
a{color: #333;}
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#333;
	}
.navigation :hover {
	color: #FF4D08;
	text-decoration: none;
	}
.navigation .alignleft{
	padding-right:4px;}

/* End Various Tags & Classes*/


/* ------------------------------------------------------------------------------Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#sidebar_archives {
	padding-top: 5px;
	padding-left: 5px;
	width: 20%;
	float: right;
	border: 1px solid #CCC;
}




/*---------------------------------------------------------------------------------navi-suche--*/
#navisuche.menu .current_page_parent a {
	background-color: #00F; /*blau*/
	color: #000;
 	display: inline;
 	padding: 7px 7px 5px 7px;
 	border:1px solid #ccc;
 	margin:0 -3px 0 -3px;
	background-image: url("http://medienprojektp2.de/wp-content/themes/medienprojektp2/images/images/bg_menu.png");
	background-repeat: repeat-x;
}

#navisuche {
	border-bottom:1px solid #ccc;
	font-size:13px;
	padding:5px 0  5px 0;
	overflow:visible;
	z-index:100;
}

/* selected item*/
#navisuche.menu .current_page_item a { 
	background-color:#fff;
	color:#FF4D08;
	padding:7px;
	border-bottom:1px solid #fff;
	border-top:1px solid #ccc;
}

#navisuche.menu.current_page_item li {
	color:#FF4D08;
	border-bottom:1px solid #fff;	
}

#navi .menu {
	overflow:hidden; /* clears the inner float  */
}
´
#navisuche .menu a:focus {
	background:#fff;
	text-decoration:none;
}
   
#navisuche a:hover{
	color:#FF4D08;
}

#navisuche.menu a:active {
	color:#FF4D08;
	text-decoration:none;
}

#navisuche a {
	color:#000;
	padding:15px 15px 15px 15px;}	 

#navisuche li:hover {
	background-color: #FF0;
}
	
/*all items */
#navisuche li { 
	background-color: #FF0; /*gelb*/
 	display: inline;
 	padding: 7px 0px 5px 0px;
 	border:1px solid #ccc;
 	margin:0 -3px 0 -3px;
	/*background-image: url("http://medienprojekt-p2.daniel-fluegel.net/wordpress/wp-content/themes/medienprojektp2/images/bg_menu.png");
	background-repeat: repeat-x;*/
	font-size: 0px;
	
}
/*-----------end navi-suche----------*/

