@charset "ISO-8859-1";
/* CSS Document */

.frame_container {
	margin: 0 auto;
	position: relative;
	width: 935px;
}

.header {
	height: 140px;
	padding: 0px 15px 0px 15px;
	width: 905px;
}

.content {
	background-image: url(/images/content_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 40px 35px 20px 35px;
	width: 865px;
}

.nameBox {
	color: white;
	display: block;
	vertical-align: middle;
	width: 500px;
}

.logo {
	margin-top: 0px;
}

.buttonBlue {
	background-color: #0797c9;
	background-image: -webkit-linear-gradient(#10bbf5 0%, #0797c9 100%);
	background-image: -moz-linear-gradient(#10bbf5 0%, #0797c9 100%);
	background-image: -o-linear-gradient(#10bbf5 0%, #0797c9 100%);
	background-image: linear-gradient(#10bbf5 0%, #0797c9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#10bbf5', endColorstr='#0797c9');
	border: 1px solid #0797c9;
	color: white;
}

.buttonBlue:hover {
	background-color: #10bbf5;
	background-image: -webkit-linear-gradient(#0797c9 0%, #10bbf5 100%);
	background-image: -moz-linear-gradient(#0797c9 0%, #10bbf5 100%);
	background-image: -o-linear-gradient(#0797c9 0%, #10bbf5 100%);
	background-image: linear-gradient(#0797c9 0%, #10bbf5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0797c9', endColorstr='#10bbf5');
	border: 1px solid #0797c9;
	color: white;
}

.buttonGreen {
	background-color: #639712;
	background-image: -webkit-linear-gradient(#8fce2e 0%, #639712 100%);
	background-image: -moz-linear-gradient(#8fce2e 0%, #639712 100%);
	background-image: -o-linear-gradient(#8fce2e 0%, #639712 100%);
	background-image: linear-gradient(#8fce2e 0%, #639712 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8fce2e', endColorstr='#639712');
	border: 1px solid #639712;
	color: white;
}

.buttonGreen:hover {
	background-color: #8fce2e;
	background-image: -webkit-linear-gradient(#639712 0%, #8fce2e 100%);
	background-image: -moz-linear-gradient(#639712 0%, #8fce2e 100%);
	background-image: -o-linear-gradient(#639712 0%, #8fce2e 100%);
	background-image: linear-gradient(#639712 0%, #8fce2e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#639712', endColorstr='#8fce2e');
	border: 1px solid #639712;
	color: white;
}

.buttonContactHeader {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	font-weight: normal;
}

.welcomeText {
	margin-top: 30px;
	width: 400px;
}

.loginContainer {
	margin-top: 20px;
	width: 435px;
}

.loginContainerTab {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	font-size: 18px;
	padding: 10px 20px 20px 20px;
}

.loginContainerContent {
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -10px;
	padding: 15px;
	width: 400px;
}

.inputfield_login {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
	height: 32px;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}

.inputfield_login::-webkit-input-placeholder, .inputfield::-webkit-input-placeholder {
	font-style: italic;
}

.inputfield_login:-moz-placeholder, .inputfield:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}

.inputfield_login::-moz-placeholder, .inputfield::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
}

.inputfield_login:-ms-input-placeholder, .inputfield_login:-ms-input-placeholder {
	font-style: italic;
}


.inputfield {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A3ACB2;
	font-size: 14px;
	height: 32px;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}

.textareaContent {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A3ACB2;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}

.footer_container {
	bottom: 0;
	position: relative;
	width: 100%;
}


.footerContent {
	color: white;
	margin: 0 auto;
	padding: 13px 0px 13px 0px;
	position: relative;
	text-align: right;
	width: 905px;
	}
	
.notizen{
	float:left;
	margin-left:40px;
	margin-bottom:13px;
}