@import url(layout.css);


html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #444444;
}

body, table, tr, td, p, input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#333333;
}

#main_wrapper {
	width: 855px;
}

#content_wrapper {
	background-image: url(../images/page_bg.png);
	width: 855px;
	float: left;
	text-align: center;
}

#header {
	width: 855px;
	height: 85px;
	background-image: url(../images/header.png);
	display: block;
	text-align: right;
}

#footer {
	width: 855px;
	height: 15px;
	display: block;
	background-image: url(../images/footer.png);
}

#right_wrapper {
	width: 708px;
	float: left;
}


#middle {
	width: 708px;
	height: 105px;
	background-image: url(../images/middle.png);
	display: block;
}

#left_wrapper {
	width: 147px;
	float: left;
}

#navi_top {
	width: 147px;
	height: 21px;
	background-image: url(../images/navi_top.png);
	background-repeat: no-repeat;
	display: block;
}

#navi {
	width: 147px;
	float: left;
}

#content {
	width: 552px;
	text-align: left;
	float: left;
	padding: 5px;
}

#box_wrapper {
	width: 146px;
	float: left;
}

#box_top {
	width: 146px;
	height: 21px;
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	display: block;
}

#box {
	width: 146px;
}

#content_area {
	float: left;
	width: 552px;
	text-align: left;	
}

#news {
	width: 100%;
}

#ieMessage {
	padding: 5px;
	height: 20px;
	border: 2px solid red;
	background-color: #ffffff;
	display: none;
	font-size: 10px;
	color: red;
	margin-top: 17px;
	width: 300px;
}	

.row1 {
	background-color: #e6ebf9;
}

.row2 {
	background-color: #f3f5fc;
}

.headline {
	background-color: #e6ebf9;
	padding: 2px;
	font-weight: bold;
	color: #333333;
}

.headline_text  {
	padding: 2px;
	background-color: #f3f5fc;
	background-repeat: repeat-x;

	display: block;


}

.headline_link  {
	padding: 2px;
	background-color: #f3f5fc;
	background-repeat: repeat-x;

	display: block;
	text-align: right;
	margin-bottom: 5px;

}

.textInput {
	padding: 2px;
	height: 14px;
}

.textareaInput {
	padding: 2px;
}	

.textInput, .textareaInput {
	border: 1px solid #808080;
}



hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #333333;
 border-bottom: solid 1px #FFFFFF;
 margin: 0px;

}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

a:link, a:visited {
	color: #2e58ec;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 4px 4px 4px 30px;
	margin: 0px;
	list-style: square;
}

ol {
	padding: 4px 4px 4px 30px;
	margin: 0px;
	list-style: decimal;
}
