/* ################### Allgemein #################### */
* {
    margin: 0;
    padding: 0;
} 

body {
	background-color: #F2F5F9;
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

img {
	border: 0px;
}


/* ################### Link Allgemein #################### */

A:link {
    cursor:pointer;
	text-decoration:none;
}
	
A:visited {
	text-decoration: none;
	color: #FFFF00;
}

A:hover {
	text-decoration:none;			
}
	
A:active {
	text-decoration: none;
}


/* ################### Link Content #################### */

.content a {
	color: #496690;
	border-bottom: dashed 1px #153c75;
}

.content a:hover {
   color: #153c75;
   border-bottom: solid 1px #153c75;
}
	
	
/* ################### Tabellen #################### */

.tab_border
{
	background: #89959B;
}

.tab_box
{
    background-color:#F6F7F8;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
}

.tab_box:hover
{
    background-color:#FBFBFB;
}

.tab_down {
	color: #F9FAFB;
	border-left: 1px solid #89959B;
	border-right: 1px solid #89959B;
	border-bottom: 1px solid #89959B;
	background-image: url(gfx/tab_down.jpg);
}

.tab_down a {
	color: #F9FAFB;
}

.tab_down a:visited {
	color: #F9FAFB;
}

.tab_down a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

.tab_hl {
    color: #0C2149;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
}
  
.tab_title {
    color: #F9FAFB;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
}

.content {
    background-color: #F3F4F5;
	border-left: 1px solid #89959B;
	border-right: 1px solid #89959B;
	padding-left: 4px;
	padding-right: 4px;
}


.content2 {
   line-height: 18px;
}

.content_all {
	padding-left: 2px;
	padding-right: 2px;
}


/* ################### Fonts #################### */

.f_hl2 {
    font-size: 13px;
	font-weight: bold;
	color: #0C2149;
}

.orange {
    font-size: 13px;
	color: #FF9900;
}

.red {
     color: #CC0000
}

.invisible {
     cursor:default;
	 font-size:0px;
     color: #F2F5F9;
	 text-decoration: none;
}


/* ################### Kontaktformular #################### */

input,textarea {
	font-family: Tahoma, Verdana, Arial, Geneva;
    font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color:#FFFFFF;
	border-color:#bebebe;
	border-style:solid;
	border-width:1px;
	padding: 3px 3px;
	margin:1px;
	}

input:active, input:focus, input:hover {  /*Formular Mouse Over Effekt */
    background: #F6F7F8;
	}
      
fieldset {
	  margin-bottom: 20px;
	  margin-top: 4px;
	  padding: 10px;
	  display: block;
	  font-family: Tahoma, Verdana, Arial, Geneva;
      color: #333333;
	  font-size: 0.90em; 
	  border: 1px solid #bebebe;
	  clear: both;
	  }
			
legend {
      background-image: url(gfx/form_leg_bg.jpg);
	  color:#0C2149;
	  font-weight: bold;
	  padding: 4px;
	  border:1px solid #bebebe;
	  margin-bottom: 4px;
	  margin-left: 4px;
	  }

label {
      margin: 5px 0;
	  margin-left: 4px;
	  } 
  
.field label {
      display: block;
	  width: 5em;
	  float: left;
	  }
					   
.buttons {
      text-align: center;
	  padding:1px;
      background-image: url(gfx/form_leg_bg.jpg);
	  }
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


#callback a {
    border: none !important;
}
