﻿/* Stefan Rüll Website 2012, neuer Hintergrund 2016 */
body {
	background-color: #d9d7c2;
	margin: 40px 30px;
	background-image:url(../img/tapete7.jpg);
	background-repeat:no-repeat;
	font-family: Arial, sans-serif ;
	font-size:11px;
	line-height:14px;

	color: #000;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #464e65;
}
a:active {
	color: #000;
}
/* Header */
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3c38;
	font-size: 46px;
	padding-right: 2px;
	margin-bottom: 0px;
}
#header h1 .subtitle {
	font-family: Arial, sans-serif;
	font-weight: lighter;
	font-size: 24px;
}
/* Accordion */
div#accordion {
	margin-top: 14px;
}
div.accordion {
	position: relative; /* required for bounding */
	width:560px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.accordion-toggle {
	text-align: left;
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #3f3c38;
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	cursor: pointer;
	margin-bottom:0px;
	padding:8px 14px 6px 14px;
	border-top:1px solid #000;
	text-transform: uppercase;
}
div.accordion-toggle:hover, div.accordion-toggle-active {
	background-image:url(../img/on.jpg);
	background-color:#00315f;
	border-top:1px solid #000;
}
div.accordion-content {
	overflow: hidden;	/* required for effect */
	background: #fff;
	padding:9px 14px 0px 14px;
	color:#000;
	border-bottom:0px solid #000000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
/* Content */
h2 {
	font-size: 14px;
	font-weight: lighter;
}
p {
	text-align: justify;
	margin-right: 10px;
}
ul {
	padding-left: 14px;
	margin-left: 0px;
	list-style-type: circle;
}
/* Kompetenzen */
#kompetenznnav {
	width: 120px;
}
#kompetenzencontent {
	float: right;
	width: 390px;
}
#nav_2 {
	padding-top: 30px;
	padding-left: 0px;
	list-style-type: none;
}
#nav_2 li {
	padding-left: 14px;
	background-image: url(../img/pf_nav2.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 9px;
}
/* Kontaktseite */
.spalte_links {
	width: 45%;
	float: left;
}
.spalte_rechts {
	width: 45%;
	float: right;
}
.clear {
	clear: both;
}
/* Footer */
#footer {
	padding: 38px 0;
	text-align: left;
	width: 700px;
	font-size: 9px;
}
