* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
   background-color: #ffffff;   
}

#bodycontent {
	text-align: center;
	line-height: 1.2em;
	background-color: #AD312C;
	background-image: url(../../module/public/wurz/images/bg_kachel.gif);
	background-position: center top;
	background-repeat: no-repeat;	
	margin-left:12px;
}

img {
	border: 0px;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
}

a {
	color: #AD312C;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

ul li {
	list-style: square;
	margin-left: 15px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #AD312C;
}

hr {
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #AD312C;
	height: 1px;
}

blockquote {
  margin-left: 20px;
}

.indent {
	padding: 0.2em 0em 0em 1.5em;
	margin: 0px 0px 10px 0px;
	list-style: none;
}

table tr td {
  font-size: 12px;
}

td {
  font-size: 12px;
}

tr {
  font-size: 12px;
}

/* LAYOUT------------------------------------------------------------- */
div#layout {
	text-align: left;
	margin: 20px auto auto auto;
	padding: 0px;
	width: 980px;
	height: auto;
	background: url(../../module/public/wurz/images/content_background.gif) repeat-y;
	background-color: #ECEEF2;
}

div#seite {
	width: 980px;
	
}

/* HEADER------------------------------------------------------------- */
#header {
	width: 980px;
	height: 122px;
	background-image: url(../../module/public/wurz/images/header_background.jpg);
	background-repeat: no-repeat;
}

#headerLogo {
	padding-top: 40px;
	padding-left: 5px;
}

/* LINKE SEITE------------------------------------------------------------- */
div#linkeSeite {
	width: 170px;
	float: left;
   padding-left: 10px;
	color: #ffffff;
}

#linkeSeiteAdresse {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 5px;
}

#linkeSeiteAdresse a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/* MENUE------------------------------------------------------------- */
div#menue {
}

div#menue li {
	list-style: none;
	margin-left: 0px;
}

.menue1 {
	width: 170px;
	height: 28px;
	display: block;
}

.menue1 a {
	padding: 8px 0px 0px 5px;
	width: 164px;
	height: 20px;
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 2px groove #ffffff;
}

.menue1 a:hover {
	width: 165px;
	height: 20px;
	display: block;
	background-color: #ECEEF2;
	color: #000000;	
}

.menue1aktiv {
  width: 170px;
  height: 28px;
  display: block;
}

.menue1aktiv a {
	padding: 8px 0px 0px 5px;
	width: 165px;
	height: 20px;
	display: block;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 2px groove #ffffff;
	background-color: #ECEEF2;	
}

.menue2 {
	width: 150px;	
	display: block;	
	margin: 3px 0px 3px 20px;
	padding-bottom: 5px;
	padding-top: 5px;	
	border-bottom: 1px solid #ffffff;
}

.menue2 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
}

.menue2 a:hover {
	color: #ffffff;;
	font-weight: normal;
	text-decoration: underline;
}

.menue2aktiv {
	width: 150px;	
	display: block;	
	margin: 3px 0px 3px 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
}

.menue2aktiv a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	font-size:11px;
}

.menue3 {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue3 a {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

.menue3 a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}

.menue3aktiv {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue3aktiv a {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

/* CONTENT------------------------------------------------------------- */
#content {
	width: 750px;
	float: left;
	line-height: 1.4em;	
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	list-style: square;
	margin-left: 15px;
}

#content ol {
  margin-left: 15px;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 15px;	
}

#content blockquote {
  margin-left: 15px;  
}

.seitedrucken {
  text-align: right;
}

.ierror {
	border: 1px solid red;
	-moz-border-radius:1px;
}

/* FOOTER------------------------------------------------------------- */
#footer {
	background-image: url(../../module/public/wurz/images/footer_background.gif);
	background-repeat: no-repeat;
	width: 570px;
	height: 34px;
	font-size: 9px;
	color: #AD312C;
	clear: both;
	padding-left: 410px;
	padding-top: 3px;
	margin-top:5px;
}

#footer a {
	font-size: 9px;
	color: #AD312C;
	text-decoration: none;
	font-weight: normal;
}

/* MEDIA PRINT------------------------------------------------------------- */
@media print {
  body {
  	background: white;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 10pt;	
  }
  
  body a:link, body a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
  }
  
  #bodycontent {
    background-image: none;
  	background-color: #FFFFFF;
  }
  
  #linkeSeite {
    display: none;
  }
  
  #menue {
  	display: none;
  }
  
  #headerMenue {
  	display: none;
  }
  
  div#layout {
  	background: white;
  	border: none;
  	margin: 0px;
  }
  
  div#header {
  	background: white;
  	padding-left: 0px;
  	border-bottom: 1px solid #000000;
  	float: none;
  }
  
  #content {
    background: white;
    margin: 0px;
    padding: 0px;
  }
  
  #footer {
  	display: none;
  }
  
  .seitedrucken {
    display: none;
}
}

/* EDITOR-STYLES------------------------------------------------------------- */
.farbe1rot {
  color: #AD312C;
}

.farbe2blau {
  color: #000080;
}

.farbe3grau {
  color: #7A7C7B;
}

.wichtig {
	color: #FF0000;
	font-weight: bold;
}

.kleinschrift {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.grossschrift {
	font-size: 14px;
}

.tabelle1 {
	text-align: left;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 12px;
	clear: both;
}

.tabelle2 {
	text-align: left;
	background-color: #AD312C;
	border-collapse: collapse;
	color: #fff;
	font-size: 12px;
	clear: both;
}

.tabelle3 {
	text-align: left;
	background-color: #EEEBF4;
	border-collapse: collapse;
	font-size: 12px;
	clear: both;
}