
/* GENERAL HTML */

	* {
		font-size: 15px;
		line-height: 1.6;
	}

	body {
		font-family: "Open Sans",sans-serif;
		color:#000;
	}

	.esraRechnerAllType {
		overflow: visible;
	}

/* DROPDOWN OLD */

/*
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		width: 100%;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	.bootstrap-select > .dropdown-toggle {
		width: 100%;
		padding-right: 25px;
		z-index: 1;
		height: 52px;
	}
*/

/* PAGE PARTS */

	#content {
		background: #f7f8f9;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#footer {
		color: #fff;
		background: #2a2c33;
		text-align:center;
		padding: 40px 0;
	}
	#footer p {
		text-transform: uppercase;
		font-size: 13px;
		font-family: Montserrat,sans-serif;
		font-weight: 500;
		line-height: 1;
		margin: 10px 0;
		color: #fff;
	}
	#footer a:hover {
		color: #ddd !important;
	}
	#footer a {
		font-size: 13px;
		color: #fff;
		text-decoration:none;
	}
	#footer p:last-child {
		margin: 0;
	}
	#footer * {
		color: #fff;
	}
	#footer ul {
		list-style: none;
		margin:0 0 20px 0;
		padding: 0;
	}
	#footer li {
		text-transform: uppercase;
		font-size: 13px;
		font-family: Montserrat,sans-serif;
		font-weight: 500;
		line-height: 1.4;
		padding: 0 12px;
		margin:0;
	}
	#footer li:first-child {
		padding: 0 12px 0 0;
	}

	#menu {
		position: relative;
		background: url(i/struktur-footer.png);
		height: 42px;
		border-bottom: 2px solid #fff;
	}

	#TextblockBottom {
		margin: 15px 0 0 0;
	}

	#MainContent {
		margin: 0 auto 0 auto;
		width: 742px;
		padding: 18px 13px 4px 13px;
		font-size: 12px;
		line-height: 150%;
	}
	#MainContent h1 {
		margin: 0 0 19px 0;
		font-weight: bold;
		font-size: 22px;
		line-height: 120%;
		color: #be0021;
	}
	#MainContent h2 {
		color: #be0021;
		font-size: 16px;
		line-height: 120%;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	#MainContent input.submitButton{
		float: right;
		width: 120px;
		margin: 0;
	}
	#MainContent table th {
		border:0;
		min-height: 43px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: right;
		color: #353433;
	}
	#MainContent td {
		min-height: 14px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-top: 1px solid #9E9B98;
	}
	#MainContent a{
		color: #1079A5;
		text-decoration: none;
	}
	#MainContent a:hover{
		color: #1079A5;
		text-decoration: none;
	}

	@media screen and (max-width: 767px) {
		#header{
			width: 460px;
		}
		#headerTeaser{
			display: none;
		}

		#MainContent {
			padding: 13px 10px 9px 10px;
			width: 440px;
		}
		#MainContent h1{
			margin: 0 0 12px 0;
			font-size: 19px;
			line-height: 19px;
		}
		#MainContent h2 {
			font-size: 14px;
			line-height: 14px;
			margin: 20px 0 0 0;
		}
	}
	@media (max-width:768px) {
		#columnRight {
			padding:0;
		}
	}

/* VARIOUS IDs */

	#extraSize{
		width: 1px;
		background: #f7f8f9;
	}
	#columnRightContentOptions {
		margin: 0 0 25px 0;
	}
