/* CSS Document */

.test {
	test
}

#main-nav-mobile {
	display: none;
}



body { background-color:#CCC;
	font-size:100%;
	padding: 0px;
	margin: 0px;
	font-family: 'myriad-pro' ,sans-serif;
}

img {
	border: 0px;
}

p {
	font-family: 'myriad-pro' ,sans-serif;
	-moz-font-size: 0.8em;
	font-size:0.8em;
	font-weight:400;
	line-height: 1.4em;
}


h2 {
	font-family: 'myriad-pro' ,sans-serif;
	font-size:0.8em;
	font-weight:600;
	text-align:justify;
	letter-spacing:0.0em;
	text-transform:uppercase;
	text-align: left;
}


h3 {
	margin-bottom:-20%;
}


/*** Ebenen ***/


#container {
	position: absolute;
	width:1024px;
	margin-left:-512px;
	left:50%;
	background-color:white;
}

#header {
	width:984px;
	height:120px;
	padding:60px 20px 20px 20px;
	background-position: 850px center;
	background-repeat: no-repeat;
	background-size: 13%;
}


#logo_pic {
	background-image:url(../images/header_logo1.png);
	background-position: left center;
	background-repeat:no-repeat;
	height: 80px;
	width: auto;
	float: none;
}


#logo {
	width:500px;
	height:50px;
	margin-left:5px;
	font-family: 'myriad-pro' ,sans-serif;
	font-weight:400;
	color:#31295e;
	letter-spacing:0.1em;
	line-height: 4.8em;
	text-transform: uppercase;
	white-space:nowrap;
	float: left;
}

#top-nav {
	position:absolute;
	height:20px;
	left: 640px;
	width: 230px;
	top: 160px;
	/*background-color:grey;*/
}


#meister-landing {
	position: absolute;
	left: 780px;
	top: 150px;
}

#meister {
	position: absolute;
	left: 810px;
	top: 5px;
}

#main-nav {
	width:1024px;
	background-color:#CCC;
	height:50px;
	border-bottom: 25px solid #ae2121;
	/**background-image: url(../images/lg_background1.png);
	background-repeat: repeat;**/
}

#sub-nav {
	position: absolute;
	top: 182px;
	padding-left: 10px;
}


#content-wrapper {
	width:1024px;
	min-height:400px;
	background-color:white;
	border-bottom: 5px solid #ae2121;
	float: left;
}



/*************  LANDING  **********/


#content-landing {
	position: absolute;
	top: 367px;
	left: 190px;
	height: 230px;
	padding-left: 132px;
	padding-top: 90px;
	font-weight: 400;
	font-size:1.4em;
	color:#31295e;
	letter-spacing:0.1em;
	text-transform:uppercase;
	background-image: url(../images/lg_symbol_logo.png);
	background-repeat: no-repeat;
	white-space:nowrap;
}

#content-text-wrapper-landing {
	/*overflow-y: scroll;*/
	float: left;
	height: auto;
	width: 596px;
	padding-left: 50px;
}

#content-left-landing {
	width: 60%;
	/*height:528px !important;*/
	margin-top:10px;
	float:left;
	margin-left: 17px;
	padding: 0px 40px 0px 0px;
}

#content-right-landing {
	width: 40%;
	/*height:528px !important;*/
	margin-right:5px;
	margin-top:10px;
	float:right;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
}


/***********  CONTENT  **************/

#content-text-wrapper {
	/*overflow-y: scroll;*/
	float: left;
	height: 548px;
	width: 596px;
	padding-left: 20px;

}

#content-leistung-wrapper {
	/*overflow-y: scroll;*/
	float: left;
	height: 548px;
	width: 596px;
	padding-left: 20px;

}

#content-leistung-wrapper h2 {
	font-size: 0.8em;
	color: #ae2121;
}

#content-leistung-wrapper img {
	margin-top: -50px;
}

#content-text-wrapper a, #content-left a, #content-left-all a {
	text-decoration: none;
	color: #ae2121;
	
}

#content-left {
	width: 40%;
	/*height:528px !important;*/
	margin-top:10px;
	float:left;
	margin-left: 17px;
	padding: 0px 40px 0px 0px;
}


#content-left-all {
	width: 330px;
	height:528px;
	margin-top:10px;
	float:left;
	padding: 0px 10px 0px 0px;
}

#content-right {
	width: 40%;
	/*height:528px !important;*/
	margin-right:5px;
	margin-top:10px;
	float:left;
	margin-left: 10px;
	padding: 0px 40px 0px 0px;
}

#content-right-all {
	width: 200px;
	height:528px;
	margin-right:5px;
	margin-top: 5px;
	float:left;
	margin-left: 10px;
	padding: 0px 10px 0px 0px;
}


#content-right-all h2 {
	font-weight: 600;
}

#content-right-all a {
	color: #ae2121;
	font-weight: 400;
}

#content-right-all a img {
	margin-bottom: 10px;
}

#content-left img, #content-right img, #content-right-all img {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

#content-left a img:hover, #content-right a img:hover {
	
}


#content-pic {
	margin-left:0px;
	height:548px;
	float:left;
}


/************  IMPRESSUM ************/

#content-imp-wrapper {
	/*border-bottom: 2px solid #ae2121;*/
	padding: 20px 20px 20px 35px;
	border-bottom: 5px solid #ae2121;
}



#content-pic-imp {
	display: none;
}


#footer {
	width:1024px;
	height:80px;
	border-top: 5px solid #CCC;
	background-color: #b72319;
	float: left;
}

#footer p {
	padding: 10px 20px 20px 20px;
	text-align: center;
	font-size: 1.2em;
	color: white;
}

#footer p a {
	color: #ffe100;
	font-weight: 300;
	padding: 5px;
}

/******** Klassen  *******/


.home {margin-bottom: -20px;}

.rechts {
	text-align: right;
}



ul.content-text {
	font-family: 'myriad-pro' ,sans-serif;
	font-size:0.8em;
	font-weight:400;
	text-align:left;
	letter-spacing:0.0em;
	margin-bottom:50px;
	padding-right: 0px;
	
}

ul.content-text li {
	font-family: 'myriad-pro' ,sans-serif;
	-moz-font-size: 0.8em;
	font-size:0.8em;
	font-weight:400;
}


.aufgaben {
	font-family: 'myriad-pro' ,sans-serif;
	font-size:0.8em;
	font-weight:400;
	text-align:left;
	letter-spacing:0.0em;
	margin-bottom:50px;
	padding-right: 0px;
	line-height: 1.4em;
	list-style: circle;
	
}


/*********  allgemein ****/


.clear {
	clear: both;
}

