@charset "utf-8";
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000000;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, p, form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5
{
	margin: 7px 0 3px 0;
	padding: 0;
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

h4
{
	font-size: 10px;
}

h5
{
	font-size: 10px;
}

p
{
	margin: 7px 0 3px 0;
	padding: 0;
}

input
{
	width: 150px;
	border: 1px solid #999999;
}

textarea
{
	width: 100%;
	height: 250px;
	border: 1px solid #999999;
}

#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;
}

#header
{
	height: 163px;
	background: url(../images/top.jpg) no-repeat;
	border: 1px solid #000000;
}

#header .logo
{
      position: absolute;
      margin: 80px 0 0 525px;
	border: 0;
/*	margin-left: 540px;
	margin-top: 80px;*/
}

#left_wrapper
{
	float: left;
	width: 140px;
	height: 480px;
	background: url(../images/left.jpg) no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#right_wrapper
{
	float: right;
	width: 168px;
	height: 480px;
	background: url(../images/right.jpg) no-repeat;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#left, #right
{
	padding: 10px 10px 5px 10px;
}

#left h1, #left h2, #right h1, #right h2
{
	color: #FFFFFF;
}

#left #navigation
{
	margin-bottom: 25px;
}

#left #navigation ul
{
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}

#left #navigation ul li
{
	margin: 0;
	padding: 3px 0;
}

#left #navigation ul li a
{
	text-decoration: none;
	color: #d16122;
}

#left #navigation ul li a:hover
{
	color: #ff4c00;
}

#left #login
{
	color:#DDDDDD;
	text-align: right;
	font-size:10px;
}

#left #login input
{
	font-size: 9px;
	width: 110px;
	margin: 3px 0;
	padding: 3px;
}

#left #login #submit
{
	width: 60px;
}

#left #login a
{
	text-decoration: none;
	color:#FFFFFF;
}

#left #login a:hover
{
	color:#CCCCCC;
}

#left #copyright
{
	margin-top: 50px;
	font-size: 8px;
	color: #FFFFFF;
}

#left #copyright a
{
	text-decoration: none;
	color:#FFFFFF;
}

#left #copyright a:hover
{
	color:#CCCCCC;
}

#content_wrapper
{ 
	float: left;
	width: 712px;
	height: 480px;
	background: url(../images/content.jpg) no-repeat right;
}

#content_wrapper.g
{
	background-image: url(../images/content_g.jpg);
}

#content
{
	padding: 30px 10px 5px 10px;
}

#content ul
{
	margin: 0;
	padding: 0 0 0 30px;
}

#content ul li
{
	margin: 0;
	padding: 2px 0;
}

#content a
{
	text-decoration: none;
	color: #d16122;
}

#content a:hover
{
	color: #ff4c00;
}

#language_table
{
	margin: 100px 0 0 100px;
}

#right
{

}

#right a
{
	text-decoration: none;
	color: #FFFFFF;
}

#right a:hover
{
	color: #CCCCCC;
}

#footer
{
	clear: both;
	background: #A2A2A2;
}

/* Klassen */

.picture
{
	border: 1px solid #777777;
}

.picture_table
{
	border: 0;
	width: 100%;
}

.picture_table_cell
{
	width: 33%;
	text-align: center;
}

.message
{
	font-weight: bold;
	color: #FF0000;
}

.errFld
{
	background-color: #FFECEC;
	border-color: #F00;
}

.errMsg
{
	display: inline;
	color: #C33;
} 

