/*************************************************/
/*                                               */
/*        Styles für den Blender Workshop        */
/*                                               */
/*************************************************/

/* Farbanpassungen von Rot nach Grün */

#header {
	background: url(../img/bg_header_gr.gif) bottom repeat-x;
}
#headline {
	background: url(../img/headline_blender.gif) no-repeat top left;
}
.workshop2 {
	background: url(../img/headline_blender2.gif) no-repeat top left !important;  
}
#main_navigation_container {
  background: #3A340C;
}
#main_navigation li a.active {
	background: #554E1D;
}
#main_navigation li a:hover {
	background: #FFFFFF;
}	
.content {
  background: url(../img/main_navi_bg2_gr.gif) no-repeat top left;
}

/* Formatierung der Seitenspalte */

#seitenspalte p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #454545;
	font-size: 14px;
	text-align: left;
	margin: 3px;
}
#seitenspalte p a {
	color: #2F2A0B;
	font-size: 14px;
	border-bottom: 1px solid #2F2A0B;
}
#seitenspalte p a:hover {
  	background: #F1F4EE;
}
.main_body .content a {
  text-decoration: none !important;
	border-bottom: 1px solid #554E1D !important;
}

/* Content */

.content h1, .content h1 a, .advise {
	color: #3A340C;
}
.content h1 a {
  border-bottom: 0 !important;
}
.content a:hover, .content a:focus {
  background: #F1F4EE !important;
}

/* Linkfarben in den OL-Gliederungen */
ol li {
	margin: 2px 20px;
	list-style-type: decimal;
}

ol a {
  color: #000000;
  text-decoration: none;
}
ol h3 a {
  color: #13344E;
  text-decoration: none;
}

/* Navigationsleiste (grau) */

.content a.forward, .content a.back {
	display: block;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE !important;
	font-size: 11px;
	width: 46%;
	float: left;
	text-align: center;
  color: #676767;
  padding: 2px 10px;
  font-family: Tahoma, Verdana, sans-serif;
  text-decoration: none;
  margin-bottom: 1em;
}
a.back:hover, a.forward:hover {
	background: #EFEFEF;
	color: #000000;
	text-decoration: underline;
}

.content p .download {
	border-bottom: 0 !important;
}

/* Hintergrundbildchen */

img.background {
  border: 0;
  margin-top: -50px;
  float: right;
}
