body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: white;
	font-family: Arial;
	font-size: 11px;
}

h1{
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2.widgettitle{
	color: #024EA4;
	padding: 5px 5px 0px 5px;
	border-bottom: 1px solid #024EA4;
	width: 218px; 
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#comments,
#respond{
	background: url('../images/h3_comment.jpg') no-repeat;
	height: 20px;
	font-size: 11px;
	color: #024ea4;
	padding: 3px 0px 0px 10px;
	margin: 0px;
}
h4{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 a{
	color: #99BA34;
}

div.rightContainer h5{
	background: #034da2;
	padding: 2px 5px 2px 5px;
	color: white;
	width: 220px;
}

div.rightContainer div.text{
	background: white;
	width: 220px;
	padding: 5px 5px 2px 5px;
	font-size: 12px;
}

div.rightContainer div.text a{
	font-weight: bold;
}

a{
	color: #024EA4;
	text-decoration: none;
}
a:hover{
	color: #024EA4;
	text-decoration: underline;
}
a:visited{
	color: #024EA4;
}

small{
	color: gray;
}

p{
	margin: 0px;
	padding: 0px;
}

#submit{
	border: 1px solid #afafad;
	background: #ededeb;
	font-size: 12px;
}

/** Sidebar 1 **/
#sidebar .widget ul{
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
}
#sidebar .widget ul li{
	
}
#sidebar .widget{
	background: white; //#484848
}


#sidebar #tag_cloud h2{
	margin-bottom: 10px;	
}

#sidebar #tag_cloud{
	margin-bottom: 10px;
}
#sidebar #tag_cloud a{
	margin-left: 15px;
}

.widget_tag_cloud a,
#sidebar .widget ul li a{
	color: #676767;
}
#sidebar .widget ul li a{
	/**background: url('../images/pfeil.jpg') no-repeat 10px center;**/
	display:block;
	padding-left: 10px;
	color: #024EA4;
	font-weight: normal;
}


/** Sidebar 2 **/
#sidebar-2 .widget ul{
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
}
#sidebar-2 .widget ul li{
	
}
#sidebar-2 .widget{
	background: #F1F1F1; //#484848
}


#sidebar-2 #tag_cloud h2{
	margin-bottom: 10px;	
}

#sidebar-2 #tag_cloud{
	margin-bottom: 10px;
}
#sidebar-2 #tag_cloud a{
	margin-left: 15px;
}

.widget_tag_cloud a,
#sidebar-2 .widget ul li a{
	color: #676767;
}
#sidebar-2 .widget ul li a{
	background: url('../images/pfeil.jpg') no-repeat 10px center;
	display:block;
	padding-left: 25px;
}



#author,
#email,
#url{
	background: white none repeat scroll 0%;
	border: 1px solid #D3D3D3;
	color: #676767;
	height: 16px;
	width: 152px;	
}

ol{
	list-style: none;
	width: 430px;
	padding: 0px;
	margin: 0px 0px 15px 30px;
}

ol.commentlist li{
	margin-top: 10px;
}


cite{
	margin: 3px 0px 5px 0px;
}

.commentmetadata{
	margin: 0px 0px 5px 0px;
	display: block;
	font-size: 10px;
}