/* CSS Document */
/* Global */
body {
	font-size:11px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#4E4E4E;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

html {
	height:100%;
} 

h1 {
	font-size:12px;
	color:#4E4E4E;
	font-weight:bold;
}

#container {
	width:600px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
} 

a, a:visited {
	text-decoration:none;
	color:#4E4E4E;
}

a:hover {
	text-decoration:none;
	color:#808080;
}

#header {
	width:600px;
	height:80px;
}

#logo {
	width:465px;
	height:80px;
}

#lang {
	width:200px;
	float:right;
	text-align:right;
}

/* Content */
#content {
	width:600px;
	height:auto;
	margin-top:25px;
	background-color:#FFFFFF;
}

#leftside {
	width:575px;
	height:auto;
	margin-bottom:10px;
	float:left;
	background-color:#FFFFFF;
}

#leftside_title {
	width:556px;
	height:24px;
	padding-top:5px;
	padding-left:17px;
	font-size:14px;
	text-transform:uppercase;
	color:#4E4E4E;
	background-image:url(images/bg_title.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#leftside_content {
	width:541px;
	height:auto;
	margin-top:34px;
	padding-left:17px;
	padding-right:17px;
	font-size:12px;
	color:#4E4E4E;
}

#rightside {
	width:300px;
	height:auto;
	margin-bottom:10px;
	float:right;
	background-color:#FFFFFF;
	display:none;
}

#rightside_title {
	width:281px;
	height:24px;
	padding-top:5px;
	padding-left:17px;
	font-size:14px;
	text-transform:uppercase;
	color:#4E4E4E;
	background-image:url(images/bg_title.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#rightside_content {
	width:266px;
	height:auto;
	margin-top:34px;
	padding-left:17px;
	padding-right:17px;
	font-size:12px;
	color:#4E4E4E;
}

#rightside_content li {
	list-style-image:url(images/listenpunkt.gif);
	margin-left:-20px;
}

#rightside_content td {
	font-size:11px;
}

.extlink {
	background-image:url(images/extlink.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:25px;
	text-decoration: none;
}

/* Footer */
#footer {
	width:600px;
	height:20px;
	background-color:#FFFFFF;
	clear:both;
	border-top-width:thin;
	border-top-style:solid;
	border-top-color:#C2C2C2;
}

#copyright {
	width:650px;
	height:auto;
	font-size:10px;
	color:#4E4E4E;
	background-color:#FFFFFF;
}

#copyright a, #copyright a:visited {
	text-decoration:none;
	color:#4E4E4E;
}
#copyright a:hover {
	text-decoration:none;
	color:#808080;
}

/* Formular */
.textfeld1 {
	font-size:12px;
	color:#4E4E4E;
	width:300px;
	background-color:#D8D8D8;
	border:none;
}

.textfeld2 {
	font-size:12px;
	color:#4E4E4E;
	width:305px;
	background-color:#D8D8D8;
	border:none;
}

.textfeld3 {
	font-size:12px;
	color:#4E4E4E;
	width:150px;
	background-color:#D8D8D8;
	border:none;
}

.checkbox {
	color:#4E4E4E;
	background-color:#D8D8D8;
}

.button1 {
	font-size:12px;
	font-weight:bold;
	color:#4E4E4E;
	width:305px;
	background-color:#D8D8D8;
	border-top-width:thin;
	border-top-style:solid;
	border-top-color:#C2C2C2;
}

.errors {
	color:#FF0000;
}



