* {
 padding: 0;
 margin: 0;
}
a {
	color: #2B71A4;
}
a:hover {
	color: #589F3F;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.90em;
	background-color: #fff;
}
#wrapper {
 width: 779px;
 margin: 0 auto;
}
#main {
	/* Parent Wrapper for inside boxes */
	
	margin: 0px 0px 0px 5px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline;
	/* IE Hack */
	width: 777px;
	float: left;
	border: 0px solid #000;
	background-color: #fff;
	min-height: 50%;
	background-repeat : repeat-y;
}
* html #main {height:50%} /* IE Min-Height Hack */ 

#header {
	display: none;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
display: none;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
	text-align: justify;
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	display: inline;
	/* IE Hack */
	padding-top: 20px;
	padding-left: 20px;
	width: 535px;
	float: left;
	min-height: 300px;
	border-right: 0px solid #5B5A5A;
	background-color: transparent;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer_screen {
	display: none;
}
#footer_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.90em;
}
.menu {
display: none;
}
.menu ul {
	border-top: 0px;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
	background: #fff;
	padding: 0;
	margin: 0;
}
.menu ul ul{
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu ul ul ul {
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu li {
	border: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9B9B9B;
} 
.menu li li{
	border: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #9B9B9B;
}
.menu li li li{
	border: 0px;
	border-top: 1px solid #dddddd;
} 
.menu li a {
	border-left: 0px solid #336699; 
}
.menu li li a {
	border-left: 5px solid #FA9500;
}
.menu li li li a {
	border-left: 24px solid #EEEEEE;
}
.menu a:link, .menu a:visited, .menu a:active {
	display: none;

}
.menu a:hover {
	display: none;
}
.menu_current {
	display: none;
}

h1{
	color: #29307B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2{
	color: #29307B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3{
	color: #29307B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.rot_fett{
	color: #E30202;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_klein{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.80em;
}
.rechts{
	float: right;
	padding-left:15px;
}
.links{
	float: left;
	padding-right:15px;
}
#rechts{
	float: right;
	padding-left:15px;
}
#links{
	float: left;
	padding-right:15px;
}
#abstand_ueberschrift{
	line-height: 0px;
	border-top: 1px solid #B2B2B2;
	border-bottom: 0px solid #B2B2B2;
	border-right: 0px solid #B2B2B2;
	border-left: 0px solid #B2B2B2;
}
#abstand_textblock{
	line-height: 10px;
}
#abstand_toplink{
	line-height: 30px;
}
#abstand_bottom{
	line-height: 20px;
}
p,cite,code {
	font-size: 0.85em;
	padding-bottom: 1.0em;

}
/* Content */
.content {
	float: right;
	width: 520px;
	margin-right: 0px;
	padding-right: 20px;
}
.content .item {
	padding: 6px 12px;
	border: 0px solid #ddd;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.auflistung ul{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;


}
.auflistung{

	list-style: url(../img/li_icon_blue.gif);

}
/* Suchformular */
form {
	display: none;
}
.styled {
	display: none;
}
.search_button {
	display: none;
}
.search_input {
	display: none;
}
.search_input_content {
	display: none;
}

/* Kontaktformular */
.textfield {
	display: none;
}
.select {
display: none;

}
.textarea {
display: none;
}
.submit_button {
	display: none;
}
.required {
	display: none;
}
.field_title {
	display: none;
}
.field_heading {
	display: none;
}
.checkbox_label {
	display: none;
}
.radio_label {
display: none;
}
.email {
	display: none;
}
a.powered:link { 
	display: none;
}

a.powered:visited { 
	display: none;
}

a.powered:hover {display: none;}

a.powered:active {display: none;}

.w3c {display: none;}

a.wrc_link:link {display: none;}

a.wrc_link:visited {display: none;}

a.wrc_link:hover {display: none;}

a.wrc_link:active {display: none;}
.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
.comment_title { font-weight: bold; }
.comment_text { font-weight: bold; background-color: #FDFDFD; border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; }
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }
