/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	font: 80%/2em Georgia, "Times New Roman", Times, serif;	color: #232323;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	color: #3c3c3c;
}
ul {
	list-style-type : disc;
}

ol {
	list-style-type : none;
}

a, a:hover {
	text-decoration: none;
	color: #ff6600;

}
blockquote {
	margin:0px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #ff6600;   
	color: #232323;
}
/************* HEADER STUFF ************/

#header {
	height: 50px;
	margin: 0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	margin-bottom: 10px;
}

#header p {
	margin: 9px;

}

/************* MENU ************/

#menu {
	background : #3c3c3c;
	padding: 6px 0px 5px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li{
	display: inline;
}

#menu li:hover{
	display: inline;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

#menu a, #menu a:hover {
	padding: 15px 14px;
	border-left:1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}

#menu a:hover {
   	background-color:#ff6600;
   	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
}


/************* CONTENTR ************/
/*für den Rand*/
#content, #smallr{
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h2{
	font-weight: normal;
	border-bottom:1px dashed #EFEFEF;
}
h3, h3 a:link, h3 a:hover, h3 a:visited, h3 a:active
{
	color:#4DA3C6;
	font-weight:normal;
}

#content p, #content ol , #content ul {
	line-height: 150%;
}

#left{
	float: left;
	width: 458px;/*319 original: 269*/
	padding: 30px 20px 40px 20px;
    	text-align: left;
}


#right{
	float: right;
	width: 187px;/*99original: 227*/
	padding: 30px 20px 10px 20px;
}

#left, #right {
	border-left:1px dotted #d7d7d7;
}
/************* FOOTER ************/

#footr {
	clear: both;
	padding:0;
	background : #f4f4f4;
	border : 1px solid #d7d7d7;
	text-align:center;
}

#footr a:link, #footr a:hover,#footr a:active,#footr a:visited{
	color:#7b7b7b;
	text-decoration:none;
}
#marginr{
	margin-top:20px;
}


