@charset "UTF-8";

/*******************************************************************
GLOBAL
*******************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e4e4e4;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

a img {
	border: 0px;
}

/*******************************************************************
SCHRIFTEN
*******************************************************************/

p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 25px;
}

p.quote {
	font-style: italic;
	padding-bottom: 5px;
}

h1, h2 {
	font-weight: normal;
}	

h1 {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	line-height: 22px;
	color: #f28e00;
	padding-bottom: 5px;
}

h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul {
	list-style-type: none;
	padding-bottom: 25px;
}

ul li {
	padding: 0px 0px 5px 12px;
	background-image: url(media/bullet_orange.jpg);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

ul li ul {
	padding: 0px;
}

ul li ul li {
	padding: 5px 0px 0px 12px;
	background-image: url(media/bullet_grau.jpg);
	background-position: 0px 15px;
	background-repeat: no-repeat;
}

a {
	color: #f28e00;
	text-decoration: underline;
}

/*******************************************************************
HEADER
*******************************************************************/

#head-wrap {
	width: 100%;
	height: 30px;
	background-color: #555;
}

#head {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	padding: 5px 25px 0px 25px;
	text-align: right;
	color: #fff;
}

#head a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#head a:hover {
	color: #ccc;
}

/*******************************************************************
BILDLEISTE
*******************************************************************/

#image-wrap {
	width: 100%;
	height: 260px;
	background-color: #f28e00;
	background-image: url(media/pma_header_bg.jpg);
	background-position: center;
}

#image {
	width: 900px;
	height: 260px;
	margin: 0px auto;
	padding: 0px 25px;
}

#image.start {
	background-image: url(media/pma_header-start.jpg);
}

#image.ueber_uns {
	background-image: url(media/pma_header-ueber_uns.jpg);
}

#image.print {
	background-image: url(media/pma_header-print.jpg);
}

#image.consulting {
	background-image: url(media/pma_header-consulting.jpg);
}

#image.advertising {
	background-image: url(media/pma_header-advertising.jpg);
}

#image.kontakt {
	background-image: url(media/pma_header-kontakt.jpg);
}

#image.impressum {
	background-image: url(media/pma_header-start.jpg);
}

#logo {
	width: 160px;
	height: 56px;
	margin-top: 98px;
	float: left;
}

#quote {
	width: 600px;
	height: 260px;
	text-align: right;
	float: right;
}

#quote p {
	font-style: italic;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

.start #quote p {
	margin-top: 155px;
}

.ueber_uns #quote p {
	margin-top: 127px;
}

.print_media #quote p {
	margin-top: 127px;
}

.consulting #quote p {
	margin-top: 155px;
}

.advertising #quote p {
	margin-top: 155px;
}

.kontakt #quote p {
	margin-top: 155px;
}

.impressum #quote p {
	margin-top: 155px;
}

.author {
	font-size: 13px;
	line-height: 30px;
}

/*******************************************************************
NAVIGATION
*******************************************************************/

#navi {
	width: 210px;
	margin-right: 70px;
	float: left;
}

#navi ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0px;
	background-image: none;
}

#navi ul li.last {
	border-bottom: 0px;
}

#navi ul li a {
	font-size: 14px;
	line-height: 19px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

#navi ul li a:hover {
	color: #333;
}

#navi ul li a#current {
	color: #f28e00;
}

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

#content-wrap {
	width: 100%;
	background-color: #fff;
	background-image: url(media/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#main {
	width: 900px;
	margin: 0px auto;
	padding: 85px 25px 20px 25px;
}

#content {
	width: 540px;
	min-height: 300px;
	padding: 5px 80px 0px 0px;
	float: left;
}

#kunden {
	width: 250px;
	padding-top: 42px;
	float: left;
}

#kunden p {
	font-size: 12px;
	line-height: 18px;
}

/*******************************************************************
FOOTER
*******************************************************************/

#footer {
	width: 100%;
	height: 34px;
	padding-top: 116px;
	background-image: url(media/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}