@charset "utf-8";
/* CSS Document */

body {
    background-color: #CCCCCC;
}

#rahmen {
	width: 952px;
	border: 1px solid  #e00000;
	margin: 30px auto;
	background: url(../gfx/querstreifen.png) no-repeat;
	background-position: 0px 134px;
	background-color: #FFFFFF;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #e00000;
	float: left;
	display: inline;
	width: 200px;
	margin-top: 30px; 
	margin-left: 20px;
	padding: 14px 0;
	background: url(../gfx/querstreifen_hell.png) no-repeat;
	background-position: -22px -32px;
}

#navigation ul {	
	list-style-type: none;
	padding: 0;
	margin: 0px 10px 0px 20px;
}

#navigation ul ul a {
    font-weight: normal;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#navigation a:hover {
	color: #FF0000;
}

#navigation .active {
    color: #e00000;
    margin: 0;
}



#inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #000000;	
	float: left;
	width: 630px;
	margin-top: 30px;
	margin-left: 40px;
}

#inhalt img {
float: right;
border: 1px solid #666666;
margin: 10px 0 10px 20px;
}

#inhalt .ce_download img {
float: none;
border-width: 0;
margin: 0;
}

#inhalt .mod_article {
clear: both;
}

#inhalt .ce_gallery {
float: right;
}

h1 {
	color: #e00000;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

#inhalt a {
	color: #e00000;
}

#footer {
	clear: both;
	height: 30px;
}


.mod_newsarchive .layout_full {
    background-color: #EEEEEE;
    margin: 15px 0;
    padding: 10px 15px;
}

.mod_newsmenu ul {
    list-style: none;
}

.mod_newsmenu a {
    color: #e00000;
    text-decoration: none;
    font-weight: bold;
}
.invisible {
    display: none;
}