/* core ***********************************************************************************/

html {

}

body {
	background: #fff url(../img/body_bg.gif) repeat-x center top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #6A776F;
}

.clear {
	clear: both;
}

/* typo */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
}

h1 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 2em;
	color: #819187;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	color: #00004E;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em
}

a {
	color: #6A776F;
	text-decoration: none;
	border-bottom: 1px dotted #6A776F;
}

a:hover {
	border-bottom-style: solid;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border: 0;
}

p, ul {
	margin-bottom: 1em;
	line-height: 1.5em;
}

li {
	line-height: 1.5em;
}

ul.errors li {
	color: #944736;
	padding: 0;
	background: none;
	font-size: 0.9em;
}

table {
	margin-bottom: 1em;
}

table thead th {
	text-align: left;
	padding: 2px 5px;
}

table tbody td {
	padding: 2px 5px;
}

/* layout ***********************************************************************************/

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* header ***********************************************************************************/

#header {
	height: 180px;
}

#header .logo {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 10px;
	text-align: right;
}

#header .logo a {
	border: 0;
}

#header .image {
	display: block;
	float: left;
	width: 440px;
	height: 145px;
	padding-top: 0px;
}

#category-image {
	
	width: 440px;
	height: 145px;
	clear: both;
}

/* navigation ***********************************************************************************/

#nav_main {
	clear: both;
}

#nav_main li {
	
}

#nav_main li a {
	display: block;
	float: left;
	width: 70px;
	padding: 2px 0;
	margin: 0 4px 0 0;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #00004E;
}

#nav_main li a:hover {
	background: #26267F;
}

#nav_main li.last a {
	margin-right: 0;
}

#nav_main li a.current {
	background-color: #aa230b;
}

#nav_top {
	text-align: right;
	margin: 0;
	height: 19px;
	padding-top: 1px;
}

#nav_top li {
	display: inline;
	padding-top: 10px;
}

#nav_top li a {
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	border: 0;
}

#nav_top li a.current {
	
}	


/* content ***********************************************************************************/

#content {
	width: 440px;
	float: left;
	padding: 2em 0;
}

#content img {
	
}

/* right ***********************************************************************************/

#right {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 0px;
}

#right li {
	background: transparent url(../img/li_eule.gif) no-repeat left center;
	padding: 15px 0 15px 50px;
}

#right .contact {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #aa230b;
	border: 0;
	margin-bottom: 30px;
	padding-left: 50px;
}

#right .contact a {
	color: #aa230b;
	border: 0;
}

/* footer ***********************************************************************************/

#footer {
	clear: both;
}

#footer p,
#footer a {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #00004E;
}

/* Pagination ***********************************************************************************/

#content .pager {
	text-align: right;
	padding: 1em 0;
	border-top: 1px dotted #B6CCBE;
}

#content .pager .count {
	float: left;
}

#content .pager a {
	text-decoration: none;
}

#content .pager a.current {
	font-weight: bold;
}

/* article ***********************************************************************************/

.article p {

}

.article li {
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0.5em 0 0.5em 15px;
}

.readmore { 
	
}

.article-list .article {
	padding-bottom: 1em;
}

.article-list .article h2 {

}

.article-list .article .teaser-image img {

}

/* CMS Messages ***********************************************************************************/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	border: 1px solid #70A61C;
	background-color: #CDE1AD;
	font-weight: bold;
	color: #70A61C;
}

#cms_message.failed {
	border: 1px solid #944736;
	background-color: #E5C0B8;
	font-weight: bold;
	color: #944736;
}

/* Custom Classes ***********************************************************************************/


