/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Verdana', Arial, helvetica, sans-serif;
	color: #555;
	background: #FFF url(images/bg.gif) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #9B2102; text-decoration: none; }
a:hover { background: inherit; color: #9B2102; text-decoration: underline; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 20px 0px 25px;	
	border-bottom: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
	
}
th strong {
	color: #fff;
}
th {
	/*background: #F0F0F0;*/
	height: 29px;
	padding-left: 1px;
	padding-right: 0px;
	color: #fff;
	text-align: left;
	/*border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;*/
}
tr {
	height: 30px;
	
}
td {
	padding-left: 7px;
	padding-right: 0px;
	/*border-left: 1px solid #FFF;*/
	/*border-bottom: solid 1px #ffffff;*/
	/*background: #E9E9E9;*/
}
td.first,th.first {
	border-left: 0px;
}
tr {
	/*background: #F0F0F0;*/
}
.tdtitle
{
	background: #F0F0F0;
	color: #333;
}

/* end - table */

/* form elements */
form {
	margin: 10px 15px 0 0; 
	padding: 0 10px 0 15px;
	background-color: #EEEEEE; 
}

fieldset {
	border:0px;
	padding-left:80px;
}

label {
	/*display:block;*/
	font-weight:normal;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #C1C1C1;
	font: normal 1em "Verdana", Arial, sans-serif;
	color:#777;
	margin:5px;
	
}
textarea {
	width:550px;
	padding:2px;
	font: normal 1em "Verdana", Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/*input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}


.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}
*/
/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 831px;
}

/* header */
#header {
	height: 20px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content logo {
	position: absolute;	
	letter-spacing: -2px; 
	margin: 30px; padding: 0 200px;		
	/* change the values of left and top to adjust the position of the logo */
	top: 30px; left: 200px;
}
#header-content logo a {
	text-decoration: none;
	color: #FFF;
}

#topimgright{
position: absolute;
top:38px;
right:6px;
}

/* header menu */
#header-content ul {
	position: absolute;
	left: -22px; top: 1px;
	font: normal 0.9em 'Verdana', sans-serif;
	color: #555;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #555;
	/*background-color: #333;*/
	text-decoration: none;
	/*border-right: 1px solid #555;*/
	
}
#header-content li a:hover {
	/*background: #CA2A02;*/
	color: #fff;
}
#header-content li a.current  {
	/*background: #fff;*/
	color: #fff;
}

/* header photo */
.headerbranding {
	margin: 0 auto;
	width: 831px;
	height: 150px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(images/branding.jpg) no-repeat center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0 !important;	
}	
/*#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.2em 'Verdana', Arial, Sans-serif;
}*/
	

.sidebox {
	list-style-image: url(images/arrow.gif);
	background: #F9F9F9;
	border: 1px solid #EFEDED;
	margin-bottom: 10px !important;
}

.sidenavi {
	background: #F9F9F9;
	border: 1px solid #EFEDED;
	margin-bottom: 10px !important;
}

.spz a {
	margin-bottom:-50px;
}


/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F9F9F9;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	/*border-top: 1px dashed #D4D4D4;*/
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #282828;
	color: #282828;		
}
#sidebar ul.sidemenu a.current,
#sidebar ul.sidemenu a.section {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #282828;
	color: #282828;		
}

/* main */
#main {
	float: left;
	width: /*73%*/610px;	
	background: #fff;
	/*border: 1px solid #EFEDED;
	margin: 0 0 10px 0; padding: 0;*/
}
/*marketing*/
.box-a {
	background: #fff;
	border: 1px solid #EFEDED;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	background-image:	url('images/bg_box_fp.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

.box-b {
	background: #fff;
	border: 1px solid #EFEDED;
	margin: 0 0 10px 0;
	padding:	0 0 5px 0;
	background-image	:	url('images/bg_box_vv.gif');
	background-repeat	:	no-repeat;
	background-position	:	bottom;
}
.slot1 {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 15px 80px !important;
  text-align: left;
  display: block;
  font: 1.2em/1.5em "Verdana", Tahoma, sans-serif; 
  color: #fff;	
}

.slot2 {
  font: 1.2em "Verdana", Tahoma, sans-serif; 
  color: #f9f9f9;	
}

/* end marketing */

#main h1 {
	padding: 5px 0px 7px 100px;
	margin: 0 0 0 0;
	/*border-bottom: 1px solid #f2f2f2;*/ 	
	font: normal 2.1em 'Times New Roman', Arial, Sans-serif;
	
}
#main h3 {
	padding: 10px 0px 15px 13px;
	margin: 0 0 0 0;
	font: normal 1.9em 'Times New Roman', Arial, Sans-serif;
	
}


#main ul li {
	list-style-image: url(images/bullet.gif);
}

.main-img {
	float: left;
	margin: 0 10px 5px 0;
	}


/*
.tabstrip li {
	list-style-image: none !important;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}*/

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .75em/1.6em 'Verdana', Arial, sans-serif;
	text-align: left;	

}

#footer h1, #footer p {	margin-left: 0; }

#footer h4 { font-size: 1.4em; text-transform: uppercase; margin: 10px 0px; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
	
}
#footer-content a:hover {
	text-decoration: none;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 23%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 25%;
	padding: 0 0 0px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

p, h1,h2,h3,h6 {
	margin: 10px 15px;
	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

img {
	border: 1px solid #DADADA;
	/*padding: 5px;*/
	background: #FAFAFA;
	
}

.rss {
	background: transparent url(images/feed-icon-14x14.png) no-repeat !important;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Comments
*****************************************

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	list-style-image:none !important;
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #ecf7e2 url(images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom:1px dotted #72A545;
border-top:1px dotted #72A545;
}

#PageComments li.even {
	background: #fff url(images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #72a545;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }


#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}
*/
/* Search Results 
****************************************
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
*/

/*button*/
/*.clear {  generic container (i.e. div) for floating buttons 
    overflow: hidden;
    width: 100%;
}*/

a.button {
    background: transparent url('images/bgbutton_a.gif') no-repeat scroll top right ;
    color: #fff;
    display: block;
    float: right;
    font: normal 12px arial;
    height: 24px;
    margin: -30px 20px 0 0;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
	 
}

a.button span {
    background: transparent url('images/bgbutton_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 5px 18px;
	
} 

a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* oben links */
a#eckBild {
position: absolute;
right: 0;
top: 0;
display: block;
width: 80px; /* entspricht der Grafikbreite */
height: 80px; /* entspricht der Grafikhöhe */
background: url(images/rss.gif);
}

a#eckBild span {
display: none;
}

/* headline */

h1,h1,
h2,h2,
h3,h3 { font: 600 1.2em 'Verdana', Arial, helvetica, sans-serif; }
h1,h1 { font-size: 1.4em; color: #c2181f; }
h2,h2 { font-size: 1.2em; text-transform: uppercase; }
h4,h4 { font-size: 1.2em; text-transform: uppercase; margin: 10px 0px; }
h5,h5 { 
	font: 600 1.2em 'Verdana', Arial, helvetica, sans-serif;  
	background-image:url(images/bg_rightcol_h1.gif);
	background-repeat:repeat-x;
	color: #555;
	line-height:26px;
	margin:0 0 0px;
	padding:0 0 0 10px;
}
h6,h6 { font: normal 1.2em 'Verdana', Arial, helvetica, sans-serif; }

/*error*/

.error {
color:Red;
}

/* content domcollapse navi 
.trigger{
		cursor:pointer;
		background: #E3E3E3;
}		
.trigger:hover{
		cursor:pointer;
		background: #EDEDED;
}		
.expanded{
		background:#E3E3E3;
		cursor:pointer;
}
.expanded:hover{
		background: #EDEDED;
		cursor:pointer;
}
.show{
    position:static;
    display: table;
	
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
*/
/* tabs start */

.container {width: 580px; margin: 20px auto 0 15px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #E0DDDD;
	border-left: 1px solid #E0DDDD;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #E0DDDD;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #E0DDDD;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
	padding: 20px;
	font-size: 1.1em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.3em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
/* tabs end */


/* mail */
.phpfmg_form, .form_description, .form_footer{
    /*padding-left: 0px;
    padding-bottom: 0px;*/
    width: 560px;
}

.form_field, .form_required, .form_description, .form_button{
    font-weight : bold;
	 margin: 0 0 5px 5px;
}

.form_required{
    color:red;
	 width: 100px;
}

.field_block{
    padding: 1px;
	 margin: 0 0 3px 5px;
}

.field_block_over{
/*
    padding: 4px;
    border: 1px dashed #cccccc;
    background-color: yellow;
*/    
}


.form_submit_block{
    padding-top: 10px;
}

.form_text{
}

.text_box, .text_area, .text_select {
    width:350px;
}

.text_area{
    height:80px;
	 margin: 5px 0 5px 5px;
}

.form_error_title{
    font-weight: bold;
    color: red;
	 margin: 0 0 -70px 0;
}

.form_error{
    /*background-color: #F4F6E5;
    border: 1px dashed #ff0000;*/
    padding: 5px;
    color : black;
    /*margin: 5px 20px;*/
}

.form_error_highlight{
    background-color: #fcd7cf;
    /*border-bottom: 1px dashed #ff0000;*/
	 margin: 0 4px 0 5px;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

div.instruction{
}


.form_button{
    width:  80px;
    height: 25px;
	 margin: 0 0 1px 12px;
	 background-color: #F9F9F9;
}

.form_choice_text{
}

.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}

