/* @override http://joomla15.bamboopixel.com/pluralism/templates/pluralism1.5/css/template_css.css */

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	line-height: 120%;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #a1a1a1;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4,.componentheading, .contentheading {
	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2,.contentheading,.componentheading {
	font-size: 28px;line-height: 120%;
}

h3,.moduletable h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: left;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #b61f24;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}


/**********************
/* Wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_content.jpg) repeat-y;
}

/**********************
/* Components with listings - eg contacts */
.category{
	padding-left: 10px;
}

/**********************
/* Header */
#header {
	height: 130px;
	overflow:hidden;
	background: #F6F6F6;
}

/**********************
Top Menu*/
#top_menu {
	background: #F6F6F6 url(../images/top_menu.jpg) repeat-x;
	text-align: right;
	height: 50px;
}
/* #top_menu ul {
	float: right;
	margin: 0;
	padding: 1em 40px 0 0;
	list-style: none;
	line-height: 1em;
}
#top_menu li {
	display: inline;
}
#top_menu a {
	padding: 0px 15px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#top_menu a:hover {
	color: #ABABAB;
} */

/**********************
/* Page */
#page {
	background: url(../images/bg_content.jpg);
	padding-top: 30px;
}

/**********************
/* Content */
#content {
	float: left;
	width: 830px/*560*/;
	padding: 0 0 0 65px;
	min-height:400px;

}

/**********************
/* sidebar */
#sidebar {
	padding: 0px 76px 0 10px;
	float: right;
	width: 0px/*186px3*/;
	border-left: 1px solid FFF/*#a1a1a1*/;

}

/**********************
/* menu_right*/
#menu_right {
	font-size: 12px;
	font-weight: bold;
}
#menu_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_right li ul{
	list-style: square inside;
}
#menu_right li li {
	margin: 0 20 20 0;
}
#menu_right a {
	color: #b61f24;
	text-decoration: none;
}
#menu_right a:hover {
	color: #661114;
	text-decoration: none;	
}

/**********************
/* sidebar_modules */
#sidebar_modules {
	padding: 20px 0 0 0;
	color: #000;
}
#sidebar_modules ul {
	margin: 0;
	list-style: none;
}
#sidebar_modules li {
	margin-bottom: 10px;
	border-bottom: 1px solid #a1a1a1;
}
#sidebar_modules a {
	color: #b61f24;
	text-decoration: none;
}
#sidebar_modules a:hover {
	color: #661114;
	text-decoration: underline;	
}
/**********************
/* Widebar */
#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(../images/bg_widebar.gif) repeat-x;
}
#widebar #colA {
	float: left;
	width: 810px;
}
#widebar #colA .moduletable {float: left;margin-right: 0px;}

/**********************
/* Footer */
#footer {
	height: 108px;
	background: url(../images/bg_footer.jpg) no-repeat;
}
#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}
#footer a {
	color: #666666;
}

/*Text format for JCE editor and side content:*/

#seiteninhalt {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
}
.untertitel_gross {
	font-size: 16px;
	font-weight: bold;
}
.untertitel_klein {
	font-size: 14px;
	font-weight: bold;
}
/* End of JCE editor side content*/


.clear {clear: both;}

.border {margin: 4px;padding: 4px;border: 1px solid #eee;}

.contentpaneopen {margin: 0 10px 0 0;}




