
/* 
 *
 * innenausbauposer.de
 * Version: 2.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
	background: #fff url("images/bg.gif") repeat-x;
}
a {color: #fff;}
a:visited {color:#fff;}
a:hover {color: #ccc;}
a:active { color:#000000;}


h1 {
	font-size: 12px;
	padding-left: 50px;
	padding-top: 30px;
	color: #ccc;
	float: left;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	padding: 10px;
	padding-left: 0px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

* html h2 { padding-top: 0px; padding-bottom: 0px; } 

h3 {
	padding-top: 5px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 15px;
}

h4 {
	padding-top: 145px;
	padding-left: 0px;	
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
}

#container {
	width: 675px;
	margin:0 auto;
}

#image {
	height: 290px;
	width: 655px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background: #ffF;
	padding-bottom: 10px;
}

#img_left {
	float: left;
	width: 165px;
}

#img_right {
	float: right;
	width: 480px;
	height: 265px;
	background: url('/images/image_start.jpg') no-repeat center;
	margin-top: 15px;
}
#img_right_2 {
	float: right;
	width: 480px;
	height: 265px;
	background: url('/images/image_2.jpg') no-repeat center;
	margin-top: 15px;
}
#img_right_3 {
	float: right;
	width: 480px;
	height: 265px;
	background: url('/images/image_3.jpg') no-repeat center;
	margin-top: 15px;
}
#img_right_4 {
	float: right;
	width: 480px;
	height: 265px;
	background: url('/images/image_4.jpg') no-repeat center;
	margin-top: 15px;
}
#img_right_5 {
	float: right;
	width: 480px;
	height: 265px;
	background: url('/images/image_5.jpg') no-repeat center;
	margin-top: 15px;
}
#image ul {
	position: relative;
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	top: -7px;
}

* html #image ul {
	
} 

#image li {
	font-size: 11px;
	float: left;
	background: #000;
	width: 72px;
	height: 15px;
	margin-left: 6px;
	text-align: center;
	padding: 5px 2px;
}

#image li a {
	text-decoration: none;
}

#image li a:hover {
	color: #fff;
	text-decoration: underline;
}

#main {
	clear: both;
	width: 675px;
}

#content {
	float: right;
	height: 370px;
	width: 470px;
	margin-right: 20px;
	color: #fff;
}

* html #content { width: 470px; line-height: 12px; } 

#left {
	float: left;
	width: 175px;
	height: 330px;
	font-size: 11px;
	color: #fff;
	margin-top: 15px;
	border-right: 1px solid #ccc;
	padding-bottom: 10px;
}

#left p, #left h4 {
	padding-left: 5px;
	margin-right: 20px;
}

#footer {
	height: 25px;
	clear: both;
	text-align: right;
	padding-top: 25px;
}

* html #footer {
	padding-top: 33px;
}

#footer span {
	color: #000;
	padding-right: 35px;
	vertical-align: middle;
}

#footer a {
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 9px;
}

#footer img {
	padding-left: 20px;
}


label {
	color: #fff;
}

#content input, #content textarea {
	color: #333;
	background-color: #eee;
	border: 1px solid #fff;	
}
#tbl_form tr {
	line-height: 15px;
}
#submit {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.input_big {
	width: 325px;
	height: 12px;
	font-size: 11px;
}
.input_small {
	width: 150px;
	height: 12px;
	font-size: 11px;
}

#spacer {
	padding-left:20px;
	padding-top:0px;
}

* html #spacer {
	padding-left:20px;
	padding-top:5px;
}

/* scrolling */
#scrollContainer {
	position:relative;
	top:0px;
	width:480px;
	height:350px;
	overflow:hidden;
	float:left
}

* html #scrollContainer {
	top: 10px;
	width:450px;
}

#scrollCont {
	position:relative;
	padding-left:20px;
	padding-top:0px;
	top:0px;
	float:left;
	width:430px;
	line-height:15px;
}

* html #scrollCont {
	padding-top:5px;
}

#scrollcontainer {
	position:absolute;
	top:325px;
	margin-left: 480px;
	width:10px;
	height:330px;
	float:left;
	font-size:8px;
	border:1px solid none;
}

#up {
	position:relative;
	margin-top: 10px;
	width:10px;
	max-height:12px;
	border:1px solid white;
	text-align:center;
	cursor:default;
}

#scrollbar {
	position:relative;
	top:2px;
	width:10px;
	height:320px;
	background-color:#CCCC99;
	text-align:center;
	border:1px solid black;
	font-size:0px;
}

#drag {
	position:relative;
	margin:1px;
	top:0px;
	height:25px;
	width:6px;
	background-color:white;
	border:1px solid black;
}

#down {
	position:relative;
	top:4px;
	width:10px;
	max-height:12px;
	border:1px solid white;
	text-align:center;
	cursor:default;
}


