/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.3em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #ff9900;
	margin-top: 80px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 1px #fff solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 10px;
}

#header {
	background-color: #ff9900;
	margin-bottom: 10px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.linie {
	border-top: 1px solid #fff;
	margin-top: 5px;
	height: 10px;
}

#wrap {
	background-color: #fff;
}

#headerimage {
	margin-top: 0;
	height: 330px;
}

#headerimage ul {
	background: #fff url(../images/pardconsult-logo.jpg) no-repeat;
	margin-left: 710px;
	width: 200px;
	height: 330px;
	list-style: none;
}

#headerimage ul li {
	position: relative;
	margin-left: 30px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	top: 235px;
}

#headerimage ul li a {
	text-decoration: none;
	color: #7693b5;
}

#headerimage ul li a:hover,
#headerimage ul li.rex-current,
#headerimage ul li a.rex-current,
#headerimage ul li.rex-active,
#headerimage ul li a.rex-active  {
	text-decoration: none;
	color: #ff9900;
}

#content {
	width: 640px;
	margin-top: 10px;
	padding: 30px;
}

#subnavi ul.rex-navi1 {
	padding-top: 20px;
}
#subnavi ul.rex-navi1 li{
	list-style: none;
	margin-left: 30px;
	font-size: 12px;
	font-weight: bold;
}
#subnavi ul.rex-navi1 li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #7693b5;
	text-decoration: none;
	color: #7693b5;
}
#subnavi ul.rex-navi1 li a:hover,
#subnavi ul.rex-navi1 li a.rex-current,
#subnavi ul.rex-navi1 li.rex-active,
#subnavi ul.rex-navi1 li a.rex-active {
	text-decoration: none;
	color: #ff9900;
	border-bottom: 1px solid #ff9900;
}

#subnavi ul.rex-navi2 {
	padding-top: 10px;
	margin-bottom: 10px;
}
#subnavi ul.rex-navi2 li{
	list-style: none;
	margin-left: -10px;
	font-size: 12px;
	font-weight: bold;
}
#subnavi ul.rex-navi2 li a{
	display: block;
	padding: 0;
	border-bottom: 0;
	text-decoration: none;
	color: #7693b5;
}
#subnavi ul.rex-navi2 li a:hover,
#subnavi ul.rex-navi2 li.rex-current,
#subnavi ul.rex-navi2 li a.rex-current,
#subnavi ul.rex-navi2 li.rex-active,
#subnavi ul.rex-navi2 li a.rex-active {
	text-decoration: none;
	color: #ff9900;
	border: 0;
}

#contentwrap {
	margin: 10px;
	background-color: #fff4d7;
}

#content a {
	color: #ff9900;
	text-decoration: underline;
}

#footer {
	width: 960px;
	background-color: #ff9900;
	padding-top: 5px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
}

#content td {
	color: #666666;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #fff4d7;
	background-color: #fff;
}

#content td.leerraum {
	background-color: #FFF4D7;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.3em;
}

h1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #ff9900;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #666666;
}

h4 {
	font-size: 12px;
	color: #ff9900;
}

h5 {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}

h6 {
	font-size: 11px;
	color: #ff9900;
	text-transform: uppercase;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h1.sub,
h2.sub,
h3.sub,
h4.sub,
h5.sub,
h6.sub,
p.sub {
	margin-top: -15px;
}

#content tr.datum td {
	background:transparent;
	font-size:16px;
	color:#ff9933;
	padding-top:20px;
}

#content td.no {
	white-space: nowrap;
}

.teaser {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}

.teaser a {
	text-decoration: none;
	color: #000;
}

/* `Hilfsnavi
----------------------------------------------------------------------------------------------------*/

#hilfsnavi, #hilfsnavi a, #claim, #claim a {
	color: #fff;
}

/* `Downloads
----------------------------------------------------------------------------------------------------*/

.download-file {
	border-bottom: 1px solid #ff9900;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.download-file p {
	margin-bottom: 0;
}

.download-file img {
	float: left;
	margin-right: 10px;
}

.download-file h3 {
	margin-bottom: 5px;
}

