html,body{
	font-family: 'OpenSansRegular';
	font-style: normal;
	font-size: 14px;
	color: #555;
}

a {
	color: #555;
	text-decoration: underline;
}

.rot {
	color: #c3222d;
}

::-webkit-input-placeholder { /* Chrome */
  color: #444 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #444 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #444;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #444 !important;
  opacity: 1;
}

.fehlermeldung {
	color: #BC0202;
}

.platzhalter:focus::-moz-placeholder {
	opacity: 0;
}


.formular {
	/*float: left;*/
}

.linie {
	height: 1px;
	border-bottom: 1px solid #444;
}

.button_formulare a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}

td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}

tr {
	border-bottom: 1px solid #444;
}


.tableiste {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.tabs {
	font-size: 16px;
	color: #333;
	text-align: center;
	position: absolute;
	top: 0;
	width: 32%;
	height: 37px;
	padding-top: 18px;
	-moz-border-radius: 0 7px 0 0;
	-khtml-border-radius: 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0;
	border-radius: 0 7px 0 0;
	cursor: pointer;
}

.tab1 {
	left: 0;
	background-color: #e9e9ea;
	z-index: 3;
}

.tab2 {
	left: 28%;
	background-color: #cfd1d2;
	z-index: 2;
}

.tab3 {
	left: 57%;
	background-color: #bbbdbe;
	z-index: 1;
}

.tab_on {
	background-color: #fff;
}

.tab_inhalt {
	margin: auto;
	width: auto;
	border: 1px solid #f00;
}

.td_wk {
	vertical-align: top;
	padding-top: 15px;
}

.wk-refresh {
	display: none;
}

.td_wk_refresh {
	width: 25px;
}

.closebutton {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/images/close-1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	background-color: #34332f;
	z-index: 4;
	cursor: pointer;
}

.container {
	width: 320px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 8px;
	overflow: hidden;
}

h2 {
	font-size: 26px;
	margin-top: 7px;
	margin-bottom: 8px;
}

input[type='text'], textarea, select, input[type='password'] {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	font-style: normal;
	color: #444;
	width: 320px;
	height: 45px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-color: #e6e6e5;
	border: none;
}

.input_dummy {
	display: none;
}

select {
	width: 331px; 
}

textarea {
	padding-top: 10px;
}

input.vollebreite, textarea.vollebreite, select.vollebreite {
	width: 320px;
}

input.eindrittel {
	width: 93px; 
	margin-right: 14px;
}

select.eindrittel {
	width: 104px; 
	margin-right: 14px;
}

input.zweidrittel, select.zweidrittel {
	width: 200px;
}

.platzhalter_input {
	width: 320px;
	overflow: hidden;
	margin-bottom: 20px;
}

.legende {
	line-height: 20px;
	margin-bottom: 15px;
}

.button_formulare {
	width: 315px;
	height: 33px;
	text-indent: 10px;
	padding-top: 12px;
	border: 1px solid #555;
	margin-bottom: 20px;
	cursor: pointer;
}

.button_formulare_pfeil {
	font-size: 24px;
	width: 45px;
	height: 41px;
	margin-top: -12px;
	padding-top: 4px;
	border-left: 1px solid #555;
	float: right;
}

.vollebreite {
	width: 320px;
}

.vollebreite:after {
  content: "";
  clear: both;
  display: table;
}

.spalte_1 {
	width: 340px;
	margin-right: 10px;
	float: left;
}

.spalte_2 {
	width: 340px;
	float: left;
}

.spalte_1b {
	width: 170px;
	margin-right: 10px;
	float: left;
}

.spalte_2b {
	width: 310px;
	float: left;
}

.leerzeile {
	height: 30px;
}

.mobile_dis_none {
	display: none !important;
}

.mein_konto_tabs {
	height: 30px;
}

.mein_konto_tabs a {
	text-decoration: none;
}

.mein_konto_tabs a:hover {
	text-decoration: underline;
}


@media only screen and (min-width: 480px) {

	.tabs {
		width: 32%;
	}

	.tab1 {
		left: 0;
		background-color: #e9e9ea;
		z-index: 3;
	}

	.tab2 {
		left: 31%;
	}

	.tab3 {
		left: 62%;
	}

}

@media only screen and (min-width: 800px) {

	.container {
		width: 750px;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.vollebreite {
		width: 725px;
	}

	input.vollebreite, textarea.vollebreite, select.vollebreite {
		width: 661px;
	}

	input[type='text'], textarea, input[type='password'] {
		width: 310px;
	}

	.input_dummy {
		width: 320px;
		height: 45px;
		padding-left: 10px;
		margin-bottom: 20px;
		display: block;
	}

	select {
		width: 321px; 
	}

	input.eindrittel {
		width: 81px; 
		margin-right: 14px;
	}

	select.eindrittel {
		width: 93px; 
		margin-right: 14px;
	}

	input.zweidrittel, select.zweidrittel {
		width: 200px;
	}

	.platzhalter_input {
		height: 48px;
	}

	.legende {
		line-height: 35px;
		margin-bottom: 5px;
	}
	
	.abstandkorrektur {
		padding-top: 25px;
	}

	.mobile_dis_none {
		display: inline !important;
	}


	.spalte_2b {
		width: 510px;
		float: left;
	}

}
