@charset "UTF-8";
/* CSS Document */

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

html {
	height: 100%;
}

body {
	font: 15px/1.4em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #363636;
	height: 100%;
}

#wrapper {
	clear: both;
	width: 900px;
	height: auto;
	display: block;
	padding: 0 25px 25px 25px;
	margin: 0 auto;
	background-color: #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#left {
	float: left;
	width: 175px;
	height: 100%;
	margin-right: 25px;
}

ul.nav2nd {
	margin-top: 45px;
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
}
ul.nav2nd  li {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}

ul.nav2nd  a,
ul.nav2nd  a:visited,
ul.nav2nd  a:active {
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.nav2nd  a:hover,
ul.nav2nd a.current {
	color: #FF7F00;
	text-decoration: none;
}
ul.nav3rd {
	margin-left: 15px;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}
ul.nav3rd  li {
	padding: 3px 0;
	border: 0;
	line-height: 1em;
}
ul.nav3rd  a,
ul.nav3rd  a:visited,
ul.nav3rd  a:active {
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.nav3rd  a:hover,
ul.nav3rd a.current {
	color: #FF7F00;
	text-decoration: none;
}
a,
a:visited,
a:active {
	color: #FF7F00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#kontakt {
	margin-top: 110px;
	font-size: 13px;
}

sup {
	font-size: 0.6em;
}

#right {
	float: left;
	width: auto;
	height: 100%;
}
#header {
	background-image: url(fink-malerei-bild.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
#header-akustik {
	background-image: url(fink-akustik-bild.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}

#header, #header-akustik {
	width: 675px;
	height: 115px;
	padding-left: 25px;
	padding-top: 85px;
}
#header h1, #header h1 a, #header-akustik h1, #header-akustik h1 a {
	font-size: 36px;
	padding-bottom: 20px;
	text-decoration: none;
	color: #FFF;
}
h2 {
	font-size: 24px;
	color: #FF7F00;
	text-transform: uppercase;
}

p {
	padding: 15px 0;
}

#content {
	width: 650px;
	min-height: 375px;
	padding: 25px;
	background-color: #333;
	overflow: auto;
}

#content ul {
	padding-bottom: 15px;
	list-style-position: inside;
}
#content ul li {
	padding-bottom: 5px;
}

.img-r, .right {
	float: right;
	padding: 0 0 15px 15px;
}

.img-l, .left {
	float: left;
	padding: 0 15px 15px 0;
}

a.thickbox img {
	padding: 0 10px 10px 0;
}

/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
.download-hdl p, 
.download-file p, 
.download-desc p { 
  width:auto; /* IE6 Hack */
	margin: 0;
}

.download-hdl p { 
	padding: 5px 7px;
	background-color: #000;
	font-weight: bold;
	color: #fff;
}

.download-hdl { 
	margin-top: 10px;
}

.download-file { 
	padding: 0 7px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

.download-desc { 
	/*margin-bottom: 1.2em;
	padding: 1.2em 7px;*/
	background-color: #e5ffe5;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.download-without-desc { 
	margin-bottom: 10px;
	border-top: 2px solid #000;
}
