body {
    margin: 0px;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align:center;
}
/*###################*/
/*  Layout Styles    */
/*###################*/
#rahmen {
    margin:0px auto;
    width:1000px;
    height: 100%;
    border:0px solid red;
    background-image:url(../images/Verlauf.png);
    background-position:top left;
    background-repeat:repeat-y;
}
#head {
    top: 0px;
    left: 0px;
    height: 105px;
    width: 1000px;
    background-image:url(../images/Kopf_2.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor: pointer;
}
/* Flash im Kopf */
object {
    position: relative;
    top: 40px;
    left: 85px;
}

#left {
    float: left;
    width: 187px;
    height: 100;
}
#right {
    float:right;
    width: 811px;
    height: auto;
    text-align:left;
}
h1{
    display:inline;
}
.seitentitel {
    text-align: left;
    font-size: 24px;
    font-style: italic;
    font-weight: bolder;
    line-height: 24px;
    color: white;
    height: 36px;
    width: 764px;
    display:block;
    margin-left: -10px;
    padding-left:30px;
    background-color: #CAAB81;
    background-image:url(../images/head-verlauf.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#inhalt {
    padding-left: 30px;
    padding-right: 35px;
}
/*################*/
/* Navigationsbox */
/*################*/
#menuebox {
    text-align:left;
    width:154px;
    margin-left:12px;
    margin-top: 15px;
    color: #333333;
    font-size:12px;
    font-style:italic;  
    font-weight:bold;
}
#NavKopf {
    background-image:url(../images/Nav-Kopf.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:154px;
    height:26px;
    left:20px;
    top: 0px;
}
#Navdetail {
    background-image:url(../images/Nav-Balken.png);
    background-position:top left;
    background-repeat:y-repeat;
    width:134px;
    padding-left:20px;
    top: 0px;
}
#Navfuss {
    background-image:url(../images/Nav-Fuss.png);
    background-position:bottom left;
    background-repeat:no-repeat;
    width:154px;
}
/*### BOX ENDE ###*/
#footer {
    clear: both;
    width:1000px;
    text-align: right;
    height: 72px;
    background-image: url(../images/Fusszeile_2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#adressbox {
    padding-left: 15px;
    cursor: pointer;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */
#navigation {
    position: relative;
    top: 0px;
    left:-20px;
}
/* Level 1 */
#navigation ul {
    width:120px;
    padding:0px;
    margin:0px;
}
#navigation ul li {
    width:120px;
    margin-top:0px;
    padding:4px 0 4px 15px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:120px;
    height:auto;
    line-height:14px;
    margin-top: 0px;
    padding:4px 0 4px 5px;
    font-size:12px;
    font-style:italic;
    color:#333333;
    text-decoration:none;
    border-top: 1px solid #fff;
    border-bottom:  1px solid #fff;
}
#navigation ul li a:hover, #navigation ul li.active a {
    color:#333333;
    background-color:#D1B48C;
    border-top: 1px solid #999999;
    border-bottom:  1px solid #999999;
    margin-top: 0px;
    padding:4px 0 4px 5px;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 a {
    border-bottom:1px dotted #ccc;
    color:#666;
    width:110px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-color:#D1B48C;
    border-top: 1px solid #999999;
    border-bottom:  1px solid #999999;
}

/* Level 3 
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}*/

/*********************************************************/
/* Startkreuz ********************************************/
#content{
	margin: 20px auto;
	width:  670px;
	height: 470px;
	background: url(../upload/Layout/Kreuz.jpg) no-repeat;
	bordeR: 0px solid black;
	padding: 20px;
	position: relative;
    font-family: verdana;
}
#links{
	float:left;
	border: 0px solid red;
	width: 300px;
	height: 215px;
	text-align: center;
}
#rechts{
	float:right;
	border: 0px solid red;
	width: 300px;
	height: 215px;
	text-align: center;
}
#content h2{
    display: block;
	text-align: center;
	border: 0px solid blue;
	height: 20px;
	font-size: 14px;
    margin: 3px;
	background: url(../upload/Layout/button.png) center -6px no-repeat;
	text-transform: uppercase;
}
#content h2:hover{
	background: url(../upload/Layout/button.png) center -36px no-repeat;
	color: black;
}
#content img{
	height: 115px;
	border: 0px solid red;
}
#content h3{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	height:75px;
    margin: 0px;
    border: 0px solid green;
}
#content h2>a{
	text-decoration: none;
	color: white;
}
#content h3>a{
	text-decoration: none;
	color: black;
}
/*********************************************************/
.neuigkeiten{
	width:700px;
	border:0px solid green;
}
.datum{
	text-align:right;
	float: right;
	width:80px;
	font-family: Arial, Verdana;
	padding-top:10px;
	font-style: italic;
	font-size:16px;
	color: #999999;
}
.teaser{
	
	border:0px solid red;
	float:left;
	width: 500px;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size:16px;
	color: #D1B38D;
	padding-top:10px;
}
.artikel{
	clear: both;
	padding-bottom:20px;
	font-family: Arial, Verdana;
	border-bottom: 1px dotted #cccccc;
	font-size:12px;
	color: #111111;
}
.nwlink{
	text-decoration: none;
	color: #999999;
	float: right;
	
}
