@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#444444;
}

body{
	background:url(../images/site_bg.jpg) repeat-x #f8f2dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
	border:0;
}

/* Containers */
#containerStage{
	width:980px;
	margin:auto;
	background:url(../images/stage_bg_middle.jpg);
}

#containerHeader{
	height: 370px;
	background:#fbe8a0 url(../images/header_bg.jpg);
}

#containerContentOutside{
	min-height: 300px;
}

#containerContentInside{
	margin-left:20px;
	margin-right:20px;
	background:url(../images/stage_bg_top.jpg);
	background-repeat:repeat-x;
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
}

#containerFooter{
	height:20px;
	background:#fbe8a0 url(../images/stage_bg_bottom.jpg);
}

#containerBottomNavi{
	background: #f8f2dc;
	text-align:center;
	padding:15px;
}

/* Cols */
.colLeft{
	width:410px;
	float:left;
}

.colRight{
	width:410px;
	float:left;
	margin-left:40px;
}

/* Links */
a{
	color:#e47812;
}

a:hover{
	color:#eeb313;
}

/* Colors */
.orange1{
	color:#f18e30;
}
.orange2{
	color:#fdc955;
}

/* Headlines */
h1{
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	height:30px;
	margin-bottom:15px;
}

h2{
	font-size:22px;
	color:#444444;
	margin-bottom:15px;
}

h4{
	font-size:14px;
	margin-bottom:15px;
}

/* Text */
p{
	margin-bottom:30px;
}

/* Images */ 
img{
	margin-bottom:-2px;
}


/* Table */
.tableContainer{
	width: 100%;
	margin-bottom:20px;
}

h3{
	font-size:12px;
	margin-bottom:5px;
}

table{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

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

.tableContent th{
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

.tableContent td{
	vertical-align:middle;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

.tableContent .titleRow{
	font-weight:bold;
	background-color:#F9BA15;
	background:url(../images/table_header_bg.jpg);
	background-repeat:repeat-x;
}

.tableContent .titleCol{
	font-weight:bold;
	text-align:left;	
}

.tableContent .highlightRow{
	background-color:#ffdd66;
}

.tableDescription{
	background--color:transparent;
}

.tableDescription td{
	text-align:left;
	vertical-align:top;
	padding:5px;
}

.tableIcon{
	background:url(../images/table_icon.gif);
	display:block;
	width:15px;
	height:13px;
	text-indent:-9999px;
	float:left;
}

/* Formular */
input{
	font-size:18px;
	background:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	padding:10px;
	height:25px;
	width:410px;
	border:0;
	margin-bottom:5px;
}

label {
	display: block;	
	font-weight:bold;
}

#ContactComment{
	background:url(../images/textarea_bg.gif);
	background-repeat:no-repeat;
	width:410px;
	height:170px;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:10px;
	margin-bottom:0px;
}

.submit{
	background:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	padding:5px;
	height:40px;
	margin-bottom:20px;
}

.form-error{
	background:url(../img/images/input_bg_error.gif);
	background-repeat:no-repeat;
}

.error-message{
	display:none;
}

#flashMessage{
	font-weight:bold;
	margin-bottom:15px;
	color:#FF0000;
}
