/* ######################################################################################################
** ### Schriften und Farben allgemeine HTML-Elemente ####################################################
** ######################################################################################################
*/

/* "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.deejay-home.de)
*/

body
{

	line-height:1.2em;
	font-family: arial, sans serif;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/background_body_grey.gif) top center repeat-y;*/
	color: rgb(75,75,75);
}
a, a:visited
{
	color: rgb(75,75,75); text-decoration: underline;
}
#col3 a:visited
{
	color: rgb(75,75,75); text-decoration: underline;
}
small
{
	font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6
{
	display:block;
}
#col3 h1
{
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px #84c32b;
	color: #000;
	font-weight: bold;
	font-size: 130%;
	line-height: 1em;

}
#col3 h2
{
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 2px #84c32b;
	color: #000;
	font-weight: bold;
	font-size: 110%;
	line-height: 1em;

}
#col3 h3
{
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	/*border-bottom: solid 2px #84c32b;*/
	color: #5e615b;
	font-weight: bold;
	font-size: 110%;
	line-height: 1em;

}
#col2 h1, #col1 h1
{
	width:155px;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 3px 5px;
	background-color: rgb(156,186,214);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}
#col2 h2, #col1 h2
{
	width:178px;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 3px 5px;
	background-color: #5e615b;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;

}

#col2 a, #col3 a
{
	color: rgb(75,75,75); text-decoration: underline;
}
#col2 a:hover, #col3 a:hover
{
	color: rgb(0,0,0); text-decoration: none;
}

#col2 a:focus, #col3 a:focus
{
	color: rgb(0,0,0); text-decoration: none;
}
/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#col3
{
	font-size:100%;
	line-height:1.2em;
}
#col3 #inhalt_sitemap
{
	margin-top:20px;
}
#col3 #inhalt_sitemap h2
{
	color: rgb(88,144,168);
	border:0px;
	margin:3px;
	padding:0px;

}
#col3 #inhalt_sitemap h2 a
{
	text-decoration: none;
	color: #5E615B;
	border:0px;
	font-size:90%;
}

#col3 #inhalt_sitemap h2 a:hover
{
	text-decoration: underline;
}

#col3 #inhalt_sitemap ul, #col3 #inhalt_sitemap li
{
	list-style-type:none;
}
#col3 a
{
	color: rgb(75,75,75); text-decoration: underline;
}
#col3 a:hover
{
	color: rgb(0,0,0); text-decoration: none;
}
#col2
{
	font-size: 95%;
	line-height:1.1em;
}
#col1
{
		font-size: 95%;
	line-height:1.1em;
}
/* ######################################################################################################
** ### Definition der Eigenschaften innerhalb von Artikeln ##############################################
** ######################################################################################################
*/
.comment_inhalt h1, .comment_inhalt h2, .comment_inhalt h3
{
	color:#0F74AF;
	background:#fff;
}
textarea
{
	font-size:130%;
}
#col1 .rightitem h2, #col2 .rightitem h2
{
	position:relative;
	left:-5px;
	top:-5px;
}

