body
{
	font-family: Tahoma, Arial, Verdana, San-Serif;
	font-size: 100%;
	margin:  0px 0px 0px 0px;
	padding: 79px 0px 0px 100px;
	border:  0px 0px 0px 0px;
	/*text-transform: lowercase;*/
	background-image: url(../img/backgrounds/bg_main.jpg);
	background-position: 0px 0px;	
	background-repeat: repeat-x;
}

body.small
{
	background-image: url(../img/backgrounds/bg_main_small.jpg);
	background-position: 0px 0px;	
	background-repeat: repeat-x;
}

* html body
{
	font-size: 86%;
}

body.t2
{
	padding: 10px;	
}

a
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 110%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
	color: #333333;
}

.navright h1 
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: black;
}

h2, h3
{
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #333333;;
}

h2.grey
{
	color: #CCCCCC;
}

h3 a, h2 a 
{
	color: #333333;
}

h3 a.dirlink
{
	color: #990000;
}

ul
{
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: square;
}

li
{
	margin:  0px 0px 0px 0px;
}

li.spaced
{
	margin:  0px 0px 10px 0px;
}

p
{
	margin: 2px 0px 2px 0px;
}

p.einfuehrung 
{
	color: #333333;	
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
}

p.textblock
{
	margin: 0px 0px 5px 0px;
	color: #333333;	
}

img.newsimage
{
	float: right;
	margin: 0px 0px 10px 15px;
}

/* standardelemente */
.linie
{
	margin: 15px 0px 15px 0px;
	border-bottom: 1px dotted #999999;
}


/* die Layout Elemente */
.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	margin: 5px 0px 0px 20px;
}

.main
{
	position: relative;
	z-index: 30;
	width: 1055px; /* der layoutumbruchsvermeider */
	height: 477px;	
	min-height: 479px;	
	
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
	background-image:  url(../img/backgrounds/bg_trans.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px bottom;	!important;
	
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/backgrounds/bg_trans_ie.png, sizingMethod='crop');
  background-image: none;		
   
}

.mainfull
{
	position: relative;
	z-index: 30;
	width: 1055px; /* der layoutumbruchsvermeider */
	height: 647px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
	background-image:  url(../img/backgrounds/bg_trans.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px bottom;	!important;
	
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/backgrounds/bg_trans_ie.png, sizingMethod='crop');
  background-image: none;			
  
}

.mainshort
{
	position: relative;
	z-index: 30;
	width: 1055px; /* der layoutumbruchsvermeider */	
	height: 217px;	
	min-width: 780px;	
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	
	background-image:  url(../img/backgrounds/bg_trans.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px bottom	!important;
	
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/backgrounds/bg_trans_ie_small.png, sizingMethod='crop');
   background-image: none;			
}

.mainleft
{
	float: left;
	padding: 0px 10px 0px 15px;
	/*background-color: white;*/
}

.media
{
	border: 1px solid #999999; 
	background-image: url(../img/backgrounds/flowers.jpg);
	width: 630px;
	max-width: 630px;
	height: 430px;
	max-height: 430px; /* das ist der workaround für IE & Firefox angleichung !!! */	
	z-index:1;
	font-size: smaller;
}

.mediafull
{
	border: 1px solid #999999; 
	/*background: #CCCCCC url(../img/backgrounds/flowers.jpg) no-repeat bottom left;*/
	background-color: #f1f2ec;
	width: 630px;
	max-width: 626px;
	z-index:1;
	font-size: smaller;
	padding: 2px;
}

.media p {
	padding: 5px;
}

.mediafull p
{
	font-weight: normal;
}

.mediashort
{
	position: relative;
	z-index: 30;	
	border: 1px solid #999999;
	width: 630px;
	max-width: 628px;
	height: 170px;
	
	max-height: 168px; /* das ist der workaround für IE & Firefox angleichung !!! */	
}

/* die rechte navigation */

.navright,
.navright2
{
	float: left;
	width: 330px;
	max-width: 314px;
	font-size: 70%;
	color: black;
	padding: 10px 8px 10px 8px;
	margin-bottom: 80px; /* das hier ist wichtig für den unteren abstand v.a. beim "umbrechen" des layouts*/
}

/* die elemente der rechten navigation */
.navright2 h1
{
	font-weight: bold;
}

.navright2 p
{
	font-weight: normal;
}


.navright h2,
.navright2 h2,
{
	font-size: 110%;
	font-weight: bold;
	padding: 0px 3px 0px 3px;	
}

.navright span
{
	padding: 1px 3px 1px 3px;
}

.navright ul
{
	margin: 4px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

.navright li
{
	padding: 0px;
}

.navright a
{
	padding: 1px 3px 1px 0px;
	color: #990000;
}

.navright ul.spalten
{
	width: 280px;
}

.navright ul.spalten li
{
	float: left;
	width: 140px;
}

/* die obere navigation */

.navtop
{
	position: relative;
	z-index: 100;
	width: 780px;	/* zieht die bodybrite auf mindestmaß (IE) */
	font-size: 80%;
	color: #990000;
	margin: 0px 0px 10px 15px;
}


/* die untere navigation */

.navbottom
{
	position: relative;
	z-index: 100;
	top: -37px;
	width: 618px;
	font-size: 80%;
	color: #990000;
	margin: 0px 0px 20px 15px;	
}

/* die elemente der oberen & unteren navigation */

.navtop a, .navbottom a
{
	color: #990000;
}

.navtop ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.navbottom ul
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.navtop li, .navbottom li
{
	float: left;
}

/* die Content Elemente */

.content
{
	position: relative;
	z-index: 100;
	top: -37px;
	width: 618px;
	font-size: 80%;
	margin: 10px 0px 10px 15px;
	color: #444444;
}

.error
{
	color: red;
	padding: 5px;
}

#spalte1 
{
	float: left;
	width: 48%;
	margin-right: 2%;
}

#spalte2 
{
	float: right;
	width: 48%;
	margin-left: 2%;
}

.half
{
	width: 100%;
	margin: 0% 2% 20px 0%;
}

/* die ein oder andere pseudo-klasse */

.link_h1
{
	margin-top: -10px;
}

.separated
{
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px; 
	border-bottom: 1px dotted grey;
}

.xbold
{
	font-weight: bold;
}

/* die formularelemente */
form
{
	margin: 0px;
	padding: 0px;
}

label
{
	display: block;
	padding-top: 5px;
	color: #333333;
}

.formtxt
{
	width: 280px;
	border-style: ridge;
	background-color: #F5F5EF;
}

.formarea
{
	font-family: Tahoma, Arial, Verdana, San-Serif;
	font-size: 100%;	
	width: 280px;
	height: 200px;
	border-style: ridge;
	background-color: #F5F5EF;	
}

.formbutt01
{
	text-align: center;
	width: 140px;
	border-style: ridge;	
}

.formbutt02
{
	display: block;
	text-align: center;
	width: 280px;
	min-width: 284px;
	margin-top: 5px;
	border-style: ridge;

}

form.boxright, form.boxleft
{
	font-size: 100%;
	float: right;
	width: 250px;
	max-width: 230px;
	margin: 0px 0px 5px 5px;
	padding: 5px 10px 5px 10px;
	background-color: #F5F5EF;		
}

form.boxleft {
	float: none;
	margin-left: 0px;
	clear: right;
}

form.boxright label, form.boxleft label
{
	font-size: 90%;
	padding: 0px;
	margin: 0px;	
}

form.boxright .formtxt, form.boxleft .formtxt
{
	font-size: 90%;	
	width: 240px;
	max-width: 230px;
	background-color: white;
	margin-bottom: 3px;
}

form.boxright .formbutt01, form.boxleft .formbutt01
{
	float: right;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	color: #990000;	;
	border-width: 0px;
	background-color: #F5F5EF;		
}

form.boxleft .formbutt01 {
	float: none;
	width: 230px;
}

#footer {
	color: #666666;
	font-size: 70%;
	padding-left: 15px;
	padding-bottom: 20px;
}
#videoplayer {
	position: absolute;
	width:350; 
	height:290; 
	background-color:#009999;
	z-index:1;
	left: 30%;
	top: 10%;
	margin: auto;
}

#newsletterliste {
	position: absolute;
	left: 779px;
	font-size: small;
	width: 300px;
}