* {
margin: 0;
padding: 0;
}

html {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	color: 300000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: #4A2121;
}


/* Header */
#header {
	padding: 2px;
	background-image: url(../images/bg_header.gif);
}


/*  Linkes Geschnörksel  */
/*sizingMethod = crop|image|scale */
.trans_left {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/left.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_left[class] {
  background-image:url(../images/left.png);
}

/*  Rechtes Geschnörksel */

.trans_right {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/right.png');
}

.trans_right[class] {
  background-image:url(../images/right.png);
}

/* Footer */

.trans_botton {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/botton.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 990px;
}

.trans_botton[class] {
  background-image:url(../images/botton.png);
}


.trans_botton .footer_l {
	padding-top: 32px;
	padding-left: 106px;
	width: 385px;
	float: left;
	text-align: left;
	z-index: 100;
	position: relative;
}

.trans_botton .footer_r {
	padding-top: 32px;
	width: 390px;
	text-align: right;
	float: left;
	z-index: 100;
	position: relative;
	color: #4A2121;
}

.trans_botton .footer_l a, .trans_botton .footer_r a {
	color: #4A2121;
	text-decoration:none;
}

.trans_botton .footer_l a:hover, .trans_botton .footer_r a:hover {
	text-decoration: underline;
}




/*  Navigation */
.nav {
	height: 34px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/nav.png');
	background-repeat: no-repeat;
}

.nav[class] {
  height: 34px;
  background-image:url(../images/nav.png);
  background-repeat: no-repeat;
}


/*  Inhalte  */

.trans_c_head {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/content_head.png');
	background-repeat: no-repeat;
	height: 27px;
}
.trans_c_head[class] {
  background-image:url(../images/content_head.png);
}


.trans_c_middle {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/content_middle.png')
}
.trans_c_middle[class] {
  background-image:url(../images/content_middle.png);
}


.content {
	text-align: left;
	padding-right: 20px;
	padding-left: 26px;
	padding-bottom: 20px;
}


.content a{
	text-decoration:none;
	color:#663737;
	font-weight: bold;

}


.content a:hover{
text-decoration:underline;

}

.content strong{
	text-decoration:none;
	color:#663737;
	font-weight: bold;
}


/* Bilder im Text */
.leftimage {
	float: left; 
	border: 0;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.rightimage {
	float: right; 
	border: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

/*img  {
	behavior: url("Scripts/pngbehavior.htc");
}*/

li {
	line-height: 18px;
}

.content li {
	list-style-type: disc;
	list-style-position: inside;
}


/* Formular Stoils*/

input,  select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 300000;
	border: 1px solid #663737;
	height: 16px;
	background-color: #FFFFFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 300000;
	border: 1px solid #663737;
}


.frameIm {
	border: 1px solid #663737;
}

.headline {
	padding-bottom: 5px;

}
