<!--
/*Allgemeines*/

body{
  background : #DFDFDF; 
  margin: 0px;
  font-family : Arial,sans-serif;
  font-size : 12px; 
} 

table{
  font-family : Arial,sans-serif;
  font-size : 12px; 
  color: #000000;
}

table.main{	
  background: #FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.border{
  border: 1px solid #9C0039;
}

.left_border{
  border-left: 1px solid #9C0039;
}

.main{
  background: #FFFFFF;
}

/*Backgrounds*/

.bg_head{
  background: #4B69C0 url(images/bg_head.jpg);
  background-repeat: repeat-x;
}


.bg_head_left{
  background: #FFFFFF; 
}


.bg_head_right{
  background: #DFDFDF; 
}


.bg_left{
  background: url(images/bg_left.jpg);
  background-repeat: repeat-y;
}


.bg_right{
  background: #DFDFDF; 
}


.background{
  background: #DFDFDF; 
}



/*Buttons*/

.nav_btn{
  background:  url(images/nav_btn.jpg);
  background-repeat: no-repeat;
  height: 21px;
}

.nav_sub_btn{
  background: #DFDFDF;
  border-top: 1px solid #9C0039;
  border-bottom: 1px solid #9C0039;
  height: 21px;
}



/*Images*/

img{
 padding: 3px;
}

img.nopad{
  padding: 0px;
}

img.picture{
  padding: 7px;
}


/*Allgemeine Farbdefinitionen*/

td.title{
  background: #DFDFDF;
  border: 1px solid #9C0039;
  height: 20px;
  font-size: 14px;
  font-weight: bold;  
  color: #000000;
}


/*Verschiedene Links*/

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
 }

a:hover {
  color: #FF0000;
}

a:active {
  color: #000000;
}


a.headline:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.headline:visited {
  color: #FFFFFF;
  text-decoration: none;
 }

a.headline:hover {
  color: #9C0039;
  text-decoration: none;
}

a.headline:active {
  color: #FFFFFF;
  text-decoration: none;
}


/*Navigation*/

a.nav:link {
  color: #000000;
  text-decoration: none;
  vertical-align: sub;
  width: 100%;
  display: block;
}

a.nav:visited {
  color: #000000;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
  display: block;
 }
a.nav:hover {
  color: #9C0039;
  text-decoration: none;
  width: 100%;
   display: block;
}

a.nav:active {
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: block;
}


/*Absatzformatierungen*/

.content{
  padding-top: 1px;
  padding-bottom: 5px;
}

.pad{
  padding: 15px;
}

.lpad{
  padding-left: 15px;
}

.tlpad{
  padding-top: 10px;
  padding-left: 15px;
}

/*Verschiedene Schriftformatierungen*/

.small {font-size : 10px;}
.med {font-size : 11px;}
.big {font-size : 12px;}

.title{
  font-size: 14px;
  color: #9C0039;
  font-weight: bold;
}


.white{
  color: #FFFFFF;
}


.pri_color{
  color: #9C0039;
}

.sec_color{
  color: #FFFFFF;
}

.important, .error{
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
}

/*Formulare*/

input, select{
  height: 18px;
  font-size: 11px;
}

textarea{
  font-size: 11px;
}

input.button{
  height:20px;
  background: #FFFFFF;
}


/*Dropdown Layer*/
/*
.menuskin{
	position:absolute;
	width:235px;
	background-color: #D6DCF0;
	border:1px solid #2649B2;
	/*font:normal 11px Verdana;*/
	line-height:18px;
	z-index:100;
	visibility:hidden;
}

.menuskin a{
	text-decoration:none;
	display: block;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
}

#mouseoverstyle{
	background-color: #2649B2;
}

#mouseoverstyle a{
	color: #FFFFFF;
}
*/
//-->




