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

/* Test */ 

html, body
{
	height: 100%;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	color: #aaa;
}

img
{
	border: none;
}

li
{
	list-style: square;
}

#wrapper
{
	width: 100%;
	height: 100%;
}

#wrapperinner
{
	width: 900px;
	margin: auto;
	padding-right: 150px;
}

#header
{
	width: 100%;
	height: 210px;
}

#logo
{
	float: right;
	width: 420px;
	height: 60px;
	background: url('/images/logo.png');
	margin-top: 153px;
	margin-left: 6px;
}

#menuwrapper
{
	float: right;
	width: 140px;
	height: 197px;
}

#menu
{
	margin: 0;
	padding: 99px 15px 15px 15px;
	text-align: right;
}

#menu li
{
	list-style: none;
	margin-bottom: 3px;
	border: 1px solid #fff;
}

#content
{
	width: 100%;
	min-height: 400px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

#contenttext
{
	float: right;
	width: 416px;
	height: auto;
	margin-left: 8px;
	padding: 30px 0 0 0;
	line-height: 1.5em;
}

#contentimg
{
	float: right;
	width: 360px;
	height: auto;
}

.heading
{
	font-size: 24px;
}

.subheading
{
	font-size: 16px;
}

.pfeilwrapper
{
	width: 100%;
	height: 25px;
	margin: 5px 0 5px 0;	
}

.pfeil
{
	float: right;
	width: 155px;
	height: 25px;
	text-align: center;
	margin-right: 1px;
}

.pfeil:hover
{
	cursor: pointer;
}

.itemwrapper
{
	width: 100%;
	min-height: 200px;
	height: auto;
}

#footer
{
	width: 100%;
	height: 160px;
	background: #191919;
}

#footerinner
{
	width: 780px;
	margin: auto;
	height: 100px;
	padding: 60px 30px 30px 30px;
	color: #fff;
}

#subfooter
{
	width: 100%;
	height: 60px;
	background: #fff;
}

/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 290px;
	width: 100%;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}

.item
{
	clear: both;
	margin: 5px 0 5px 0;
}

.item .itemtext
{
	float: left;
	width: 183px;
	padding: 10px 30px 10px 10px;
	text-align: right;
}

.projektheading
{
	color: #990000;
	font-size: 16px;
}

.darkred
{
	color: #990000;
}

.bpe
{
	font-size: 14px;
}

#leistungenlist
{
	list-style: square;
}

#kontaktformular .input
{
	width: 90%;
	height: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#kontaktformular table th
{
	text-align: left;
	vertical-align: top;
}

#kontaktformular #text
{
	width: 89.5%;
	height: 150px;
}