/* ProPlusMotion */
@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {	color: #c50a33; }
a:hover { text-decoration: none; }

strong { font-weight: bold; }

.ausblenden { display: none; }
img.linklogo { position: absolute; margin-left: -215px; }


#linkespalte {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 600px;
	background-color: #4d4e4e;
}

#helpnavi {
	position: absolute;
	left: 0px;
	top: 580px;
	width: 180px;
	/*text-align: center;*/
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #c50a33;*/
	color: #fff;
}

#helpnavi a { font-weight: bold; text-decoration: none; color: #fff; }
#helpnavi a:hover { text-decoration: none; color: #9c9e9f; }

#logobereich {
	position: relative;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 180px;
	background-color: #FFFFFF;
}

* html #logobereich { height: 207px; } /* IE 6 Hack */

#mainnavi {
	position:relative;
	left: 5px;
	top: 5px;
	width: 175px;
}

#logobereich a, #logobereich img {
	padding: 0;
	margin: 0;
}

#mainnavi ul, #mainnavi li {
	margin:0;
	padding:0;
}

#mainnavi li {
	list-style: none;
	width: 175px;
	line-height: 24px;
	text-transform: uppercase;
}

#mainnavi a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#mainnavi a:hover {
	color: #9c9e9f;
}

#mainnavi .current a {
	color: #9c9e9f;
}

#mainnavi ul.unternavi {
	padding-left: 10px;
	padding-bottom: 5px;
}
#mainnavi ul.unternavi li {
	line-height: 16px;
	text-transform: none;
}

#underNavi { margin-top: 10px; }

#flashcontainer1 {
	position: absolute;
	top: 0px;
	left: 180px;
	right: 0px;
	height: 600px;
	z-index: 51;
}

#projekt_container_1 {
	position: absolute;
	top: 0px;
	left: 180px;
	right: 0px;
	z-index: 51;	
}

#projekt_head {
	position: relative;
	height: 210px;
	left: 0px;
	top: 0px;
	right: 0px;
}

#projekt_content {
	position: relative;
	width: 780px;
}

#pic_leiste {
	position: relative;
	width: 218px;
	float: left;
	padding-bottom: 30px;
}

.abstand {
	margin-top: 78px;
}

.rechts {
	/*padding-left: 109px;*/
}

a img.rechts {
	margin-left: 109px;
}

.pic {
	position: relative;
	padding: 0;
	margin: 0;
}

#projekt_text {
	position: relative;
	margin-left: 235px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
	line-height: 1.5em;
}

#projekt_text h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4d4e4e;
	padding-bottom: 6px;
}

#projekt_text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4d4e4e;
	padding-bottom: 3px;
}

#projekt_text strong {
	color: #4d4e4e;
}

#projekt_text p {
	padding-bottom: 6px;
}

#projekt_text p.liste {
	color: #737270;
	padding-bottom: 0px;
}

#projekt_text ul, #projekt_text li {
	padding: 0;;
	margin: 0;
}

#projekt_text ul {
	padding-left: 12px;
}

#projekt_text li {
	color: #737270;
	list-style-type: none;
	list-style-image: url(../images/allgemein/list-marker.jpg);
}

#agb p {
	font-size: 11px;
	line-height: 14px;
}
#agb h2 { padding-top: 5px; }

#grauboxRechts {
	position: absolute;
	left: 1010px;
	top: 210px;
	right: 0px;
	height: 390px;
	background-color: #4d4e4e;
}

#projektlink {
	text-indent: -500px;
}

#projekt_text.shortParagraphs p {
	padding-bottom: 0px;
	margin-bottom: -4px;
}

#home_xworldlogo { position: absolute; top: 480px; left: 30px; }

/* Social Sprite */
#socialIcons { position: absolute; top: 605px; left: 5px; }
.social { display: block; float: left; margin: 0 5px 0 0; width: 24px; height: 24px; background-repeat: none; background-image: url(http://www.proplusmotion.de/images/allgemein/socialsprite.png); }
.social.facebook { background-position: 0px 0px; } .social.facebook:hover { background-position: 24px 0px; }
.social.twitter { background-position: 0px 24px; } .social.twitter:hover { background-position: 24px 24px; }
