/*
Theme Name: U.N.P.
Theme URI: https://www.unp.de
Author: Mathias Rauh
Author URI: http://www.rzwei.de
Description: U.N.P. Company CSS
Version: 1.0
*/
@charset "ISO-8859-1";
* {
	
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #676D71;
	line-height: 16px;
	margin-top: 27px;
}

ul {
	margin-left: 13px;
	margin-bottom:17px;
}
img {
	border: none;
}
h1:first-letter, .box h2:first-letter, .startBox h2:first-letter {
	font-weight: bold;
}
h1 {
	color: #676D71;
	font-size: 20px;
	font-weight: normal;
	background-image:url(img/klammer_gross.png);
	background-repeat:no-repeat;
	padding-left: 7px;
	margin-top:13px;
	margin-bottom: 6px;
	line-height: 23px;
}
h2 {
	color: #676D71;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 26px;
}
p {
	margin-bottom: 4px;
}
#spalte2 p {
	margin-bottom: 14px;	
}
a:link, a:visited {	
	text-decoration:none;
	color: #676D71;
}
a:hover {
	text-decoration:underline;
}
#spalte2 a:link, #spalte2 a:visited {
	text-decoration: underline;
}
#spalte2 a:hover {
	text-decoration: none;
}


/*-------------------------------------------------------*/
#rahmen {
	width:1000px;
	margin: 0px auto;
	position: relative;
	padding: 0 10px;
}
#mainContent {
	width: 1000px;
	position: relative;
}
#kopf {
	border-bottom: 2px solid #E3003B;
}
#teaser {
	margin-bottom: 22px;
	position: relative;
}
#teaserhead {
	font-size: 20px;
	text-transform: uppercase;
	text-align:right;
	color: white;
	position: absolute;
	right: 55px;
	bottom: 22px;
	width: 280px;
	line-height: 25px;
}
#teaserlogo {
	position: absolute;
	left: 650px;
	top: 115px;
}
#topnav {
	text-align:right;
	line-height: 27px;
	font-size: 9px;
	position: absolute;
	right: 32px;
	top: 10px;
}
#topnav a, #topnav a:visited {
	padding-left: 15px;
	color: white;
}
/*-------------------------------------------------------*/
#hauptnavigation {
	z-index: 50;
	margin-top: -10px;
	height: 26px;
}
#nav, #nav2 {/* alle Listen */
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
}
#nav li { /* alle Listenelemente */
	float: left;
	line-height: 26px;
	position: relative;
	list-style: none;
	width: 143px;
	text-align: center;
	background-image: url(img/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav li:last-child { 
	width: 142px;
}
#nav li:last-child li {
	width: 112px;
}
#nav li:hover { 
	background-position: 0px -26px;
}

#nav li ul { /* Listen 2. Ebene */
	position: absolute;
	top:26px;
	left:0;
	z-index:99;
	display: none;
	background-image: url(img/subnav_bg.png);
	padding: 7px 0px 5px 15px;
	border-bottom: 2px solid #E3003B;
	margin-left: 0px;
}
#nav li li{
	line-height: 18px;
	text-align: left;
	width: 113px;
	background-image: none;
	margin-bottom:0px;
	text-indent: -10px;
   	margin-left: 10px;
}

#nav li:hover ul, #nav li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
	/*left: 0;*/
	display:block;
}
#nav a:link, #nav a:visited, #nav a:hover {
	color: white;
	text-decoration:none;
}
#nav li li a:link, #nav li li a:visited {
	color: #676D71;
	display:block;
}
#nav li li a:hover {
	color: #E3003B;
}
#nav2 li {
	line-height:25px;
	border-top: 1px dotted #B3B6B8;
	padding-left: 27px;
	text-indent: -10px;
	margin-left: 0px;
}
#nav2 li a:hover {
	color:#E3003B;
	text-decoration:none;
}
/*----------------------------------------------*/

.startBox {
	float: left;
	width: 208px;
	margin-right: 26px;
	height: 190px;
	border-top: 1px solid #676D71;
	padding-top: 10px;
	padding-left: 1px;
	font-size: 11px;
}
.startBox h2 {
	font-size: 16px;
	font-weight: normal;
	background-image:url(img/klammer.png);
	background-repeat:no-repeat;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom:11px;
}

.startBox p {
	margin-top: 8px;
	line-height: 16px;
}
.startBox p img, #startJobs p img, .box p img {
	vertical-align: middle;
}
#startJobs {
	float: left;
	width: 290px;
	height: 190px;
	border: 1px solid #676D71;
	background-color: #7C7B7D;
	font-size: 11px;
	margin-left:2px;
}
#startJobs h2, #startJobs p {
	padding-left: 13px;
	color: white;
}
#startJobs h2 {
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
#startJobs a {
	color: white;
}
.clearer {
	line-height: 0px;
	clear: both;
	height: 0px;
	background-color: white;
}

#footer {
	border-top: 1px solid #B3B6B8;
	margin-top:18px;
	text-align:right;
	line-height: 27px;
	font-size: 9px;
	clear: both;
	float: none;
}
#footer a, #footer a:visited {
	color: #676D71;
	padding-left: 15px;
}

#spalte1, #spalte2, #spalte3 {
	float:left;
}
#spalte 1, #spalte2 {
	margin-right: 40px;
}
#spalte2, #spalte3 {
	margin-top:33px;
}
#spalte1 {
	width: 155px;
	margin-right: 40px;
	margin-top:13px;
}
#spalte2 {
	width: 544px;
	border-top: 1px solid #B3B6B8;
	margin-right: 34px;
}
#breadcrumb {
	font-size: 9px;
	text-align: right;
	height: 11px;
	width: 100%;
}
#unternavigation h2 {
	color: #E3003B;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}


.subspalte {
	background-color: #E2E4E6;
	width: 164px;
	height: 170px;
	margin-right: 2px;
	float:left;
	padding: 5px 5px 12px 11px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
}
#subspalte3 {
	margin-right:0px;
}
.subspalte h2 {
	font-size: 13px;
	margin-bottom: 5px;
}
.subspalte img {
	margin-bottom: 0px;
}
.fett {
	font-weight:bold;
}
.mehr {
	text-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.mehr img {
	vertical-align:middle;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
a.current_page_item, .current_page_item a{
	color:#E3003B;
}
.box {
	width: 227px;
	position: relative;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
}
.boxContent {
	position: absolute;
	left: 16px;
	width: 200px;
}

.box h2 {
	position:absolute;
	left: 16px;
	font-size: 16px;
	background-image:url(img/klammer.png);
	background-repeat:no-repeat;
	padding-left: 5px;
	line-height: 20px;
}
#boxKontakt {
	background-image: url(img/box_kontakts.jpg);
	height: 195px;
}
#boxKontakt h2 {
	top: 76px;
}
#boxKontakt .boxContent {
	top: 115px;
}
 
#boxInformation {
	background-image: url(img/box_informationen.jpg);
	height: 178px;
}
#boxInformation h2 {
	top: 51px;
}
#boxInformation .boxContent {
	top: 89px;
}
#spalte2 h2 {
	line-height: 20px;
}
#subspalte_quer {
	width: 527px;
	height: 139px;
}
#subspalte_quer img {
	float: left;
	margin-left: -11px;
	margin-right: 15px;
	margin-top: -5px;
}
input, select,textarea {
	width: 449px;
	border: 1px solid #898989;
	font-size: 11px;
	color: #898989;
	padding: 2px;
	height: 14px;
}
input.checkbox, .checkbox input {
	width: auto;
}
.checkbox .last {
	margin-left: 15px !important;
}
span.wpcf7-list-item {
	margin-left: 0 !important ;
}
.senden {
	color: #000;
	background-color: #F0F0F0;
	width: 66px;
	height: 20px;
}
select {
	height: 20px;
	background-color:white;
	background: rgba(255,255,255,1);
	width: 455px;
}
textarea {
	height: 151px;
}
.hidden {
	visibility:hidden;
}
td, th {
	padding-top: 3px;
	padding-bottom: 3px;
}
th {
	font-size:12px;
	font-weight: bold;
	text-align: left;
}
.table_ansprechpartner td {
	padding-top: 2px;
	padding-bottom: 14px;
	vertical-align:bottom;
	padding-right: 5px;
}
.table_ansprechpartner th {
	vertical-align:bottom;
	padding-top: 10px;
	padding-bottom: 0;
}
.table_ansprechpartner {
	width: 546px;
}
.simple-sitemap-page li{
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin-top: 16px;
}
.simple-sitemap-page li li {
	margin-left: 2px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	list-style-type: disc;
	margin-top: 0px;
}
#spalte2 a.more {
	font-weight: bold;
	text-decoration: none;
}
#spalte2 a.more:hover {
	font-weight: bold;
	text-decoration: underline;
}
ol li {
	margin-left: 15px;
	margin-bottom: 14px;
}

.klein {
	font-size:11px
}
table {	
	width: 100%;
}
td {
	vertical-align:top;
}
.table_projektangebote {
	font-size: 11px;
}
.table_projektangebote td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #B3B6B8;
}
.table_projektangebote th {
	font-weight:bold;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid #B3B6B8;
	border-bottom: 1px solid #B3B6B8;
}
.table_projektangebote .highlight {
	background-color: #B3B6B8;
}
ul#nav2 {
	margin-bottom: 21px;
}
#nav2 ul {
	display: none;
}
.fileButton {
	height:auto;
}
.noMarginBottom, #spalte2 .noMarginBottom {
	margin-bottom: 0px;	
}