body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/

#site
{
	position: relative;
	margin: 50px auto;
	width: 760px;
	height: 540px;
	background:url(_images/bg.gif);
}

#logo
{
	position: absolute;
	top: 497px;
	left: -4px;
}

#navigation
{
	position: absolute;
	top: 496px;
	right: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
	#navigation li
	{
		float: left;		
		margin: 0px;
		width: auto;
	}
		#navigation li a
		{
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
		}
		
#subnav
{
	position: absolute;
	top: 509px;
	right: 64px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
	#subnav li
	{
		line-height: 0px;
		padding: 0px;
		margin: 0px; border: 0;
		width: auto;
	}
		#subnav li a
		{
			margin: 0;
			padding: 0;
			color: #000; border: 0;
			text-decoration: none;
			text-transform: uppercase;
		}

#content {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 760px;
	height: 460px;
}
	
	
	
#text
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img
{
	border: 0;
}

/*****************************************************
	Text 
*****************************************************/
body, 
table {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

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

a:hover {
	text-decoration: underline;
}

p.small {
	font-size: 10px;
}

p
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1,
h2
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
}
h2
{
	font-size:14px;
	margin-bottom: 10px;
}

.clients h2
{
	margin: 30px 0px 0px 0px;
	border-bottom: 1px solid #000;
	padding: 0px 0px 3px 0px;
}


a.work
{
	display: block;
	height: 460px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
	a.work img
	{
		visibility: hidden;
	}
		a.work:hover img
		{
			visibility: visible;
		}
.work h1
{	
	position: absolute;
    top: 468px;
    left: 0px;
	text-transform: uppercase;
}
.work #rollover
{
    position: absolute;
    top: 468px;
    right: 125px;
    text-transform: uppercase;
}
.work #controls
{
    position: absolute;
    top: 468px;
    right: 0px;
    text-transform: uppercase;
}

/*****************************************************
	Formulare 
*****************************************************/
form
{
	display:inline;
}
label
{
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	line-height: 19px;
	margin: 5px 0px 5px 0px;
}


input,
textarea,
button,
select
{
	float: left;
	font-family:Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	border:1px solid #BFBFBF;
	background:#fff;
	font-size:11px;
	height:16px;
	padding:2px 2px 1px 2px;
	color:#333;
	margin: 5px 0px 5px 0px;
	width: 300px;
}
select
{
	height: 20px;
}

input.plz
{
	width: 50px;
	margin: 5px 5px 5px 0px;
}
input.ort
{
	width: 238px;
}
input.radio
{
	width: auto;
}
div.radio
{
	float: left;
	margin: 5px 20px 0px 5px;
}

input.submit
{
	line-height: 25px;
	height: 32px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #c50033;
	width: 400px;
	margin-top: 20px;
}


input:focus,
textarea:focus,
button:focus,
select:focus
{	
	background:#eee;
}