/*** HTML  **************************************/
body, html {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/bg_body_blue.png);
	background-repeat: repeat-x;
}
table{
	font-size: 11px;
}
input, textarea {
	color: #000;
	font-size: 11px;
	padding-left: 2px;
	border: 1px solid #888;
	background-color: #fff;
}

input[type="submit"] {
  background-color: #f2f2f2;
}

select {
	color: #000;
	font-size: 11px;
	border: 1px solid #888;
	background-color: #fff;
}
fieldset {
	border: none;
}
/*** LAYOUT  ***********************************/
#main {
	position: relative;
	width: 937px;
	margin: 1em auto;
	margin-top: 0px;
	padding: 0px;
	color: #000;
}
#header {
	height: 120px;
}
.headerImg {
	margin-left: 2px;
	height: 170px;
	background-color: #fff;
	background-position: 0% 0%;
}
.headerImg img {
	padding: 0px,
	margin: 0px;
}
#address {
	height: 105px;
	padding-top: 15px;
}
#address h1 {
	font-size: 16px;
	color: #5b5b5b;
	margin: 10px 0px 0px 0px;
}
#address a{
	color: #000;
	text-decoration: none;
}
#logo {
	float: right;
	margin: 15px 0px;
	widht: 200px;
}
#logo {

}
#language {
	padding: 0px;
	clear: both;
}
#copyright {
	clear: both;
	color: #0033cc;
	text-align: right;
	padding: 5px 3px;
}
#copyright a{
	color: #0033cc;
	text-decoration: none;
}
#copyright a:hover{
	color: #000;
}

#sysMenu {
	clear: both;
	padding: 0px 3px 0px 0px;
	text-align: right;
}
#sysMenu img {
	border: none;
}

.login {
	padding: 0px 0px 0px 20px;
}
.login-input {
	width: 150px;
}
.login-button {
	border: none !important;
	background-color: transparent;
}
.logout-button {
	border: 1px solid #fff !important;
	background-color: transparent;
}
.login a{
	color: #000;
	text-decoration: none;
}
.login a:hover{
	color: #cc0000;
	text-decoration: underline;
}
.tx-loginboxmacmade-pi2 {
	padding: 0px 10px;
}
.clearer {
	clear: both;
}

/** Spalten für Menues und Inhalt  *******************/
#left {
	float: left;
	width: 225px;
}
#right {
	float: left;
	width: 712px;
}

/** ContentElemente **********************************/
.cLeft {
	float: left;
	width: 50%;
}
.cRight {
	float: left;
	width: 50%;
}

/** ContentBox Global ****************/
.cElement {
	clear: both;
	padding: 0px 5px 10px 15px;
	color: #000;
	line-height: 16px;
}

.cElement h1, .startCElement h1{
	font-size: 16px;
	color: #3366cc;
	margin-top: 0px 0px 5px 0px;
}
.cElement h2, .startCElement h2{
	font-size:12px;
	color: #3366cc;
	margin-top: 0px;
	margin-bottom: 5px;
}
.cElement h3, .startCElement h3{
	font-size:12px;
	color: #3366cc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cElement h4, .startCElement h4{
	font-size:11px;
	color: #3366cc;
	margin: 0px
	margin-bottom: 5px;
}
.cElement td, .startCElement td{
	font-size: 11px;
	color: #333;
	margin: 0px;
}
.cElement a, .startCElement a {
	color: #3366cc;
	text-decoration: underline;
}
.cElement a:hover, .startCElement a:hover{
	color: #cc0000;
}
.cElement img a, .startCElement img a {
	background-image: none;
}
.cImg img{
	margin: 0px 5px 5px 0px;
}
.cImg a {
	background-image: none;
	padding: 0px;
}

#claimText {
	height: 31px;
}

#claimText img{
	float: right;
}