/* Layout */

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin : 0 auto;
}

#page
{
	position: relative;
	min-height: 100%;
	width: 760px;
	background-image : url(pics/background.png);
	margin:0px auto;
	text-align:left;	
}

* html #page
{
	height: 100%;	
}

.content
{
	margin-top: 40px;
	position: absolute;
}

.spalte1 
{
	width : 200px;
}

.spalte2 
{
	width : 25px;
}

.spalte3 
{
	width : 534px;
}
.spalte4 
{
	width : 1px;
}

.linie 
{
	height : 1px;
	background-image : url(pics/pixel.gif);
}

.right_box 
{
	background-image : url(pics/pixel.gif);
}

.rot 
{
	background-color : #820613;
}

.zweiPxdown
{
	padding-top:6px;
}

.refTable
{
	padding-top: 27px;
}

/** Schrift **/

strong
{
	font-weight : bold;
}

div, a, p, li, td, input
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

p
{
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

h1 
{
	padding : 0 20px 0 20px;
}

h2 
{
	padding : 0 20px 0 20px;
}

h3 
{
	padding : 0 20px 0 20px;
}

h4 
{
	padding : 0 20px 0 20px;
}

.headline1 
{
	font-size : 20px;
	font-weight : bold;
	padding : 0px 20px 0 20px;
	
}

.headline2 
{
	font-size : 16px;
	font-weight : bold;
	padding : 0px 20px 0px 20px;
}

.headline3 
{
	font-weight : bold;
	padding : 0 20px 0 20px;
	margin: 0px;
}

.text 
{
	padding : 0 20px 0 20px;
}

.spruch 
{
	font-style : italic;
	text-align : right;
	padding : 0 40px 0 20px;
}

.spruchname 
{
	font-size : 9px;
	text-align : right;
	padding : 0px 40px 0 20px;
	margin-top: 5px;
}

.error
{
	color: #CC3300;
	font-weight : bold;
}

/** Verlinkungen **/

.crossLinks
{
	background-image : url(pics/menu.gif);
	height : 25px;
	font-weight : bold;
	color : #820613;
}

a:link 
{
	color : #820613;
	text-decoration : none;
}

a:visited 
{
	color : #820613;
	text-decoration : none;
}

a:hover 
{
	color : #b3091a;
	text-decoration : none;
}

a:active 
{
	color : #820613;
	text-decoration : none;
}

/** Bilder linke Seite**/
.bild_home
{
	background-image : url(pics/home.jpg);
	height : 478px;
	background-repeat : no-repeat;
}

.bild_team 
{
	background-image : url(pics/team.gif);
	height : 478px;
	background-repeat : no-repeat;
}

.bild_leistungen {
background-image : url(pics/Leistungen.gif);
height : 478px;
background-repeat : no-repeat;
}

.bild_kontakt 
{
	background-image : url(pics/kontakt.gif);
	height : 478px;
	background-repeat : no-repeat;
}

.bild_impressum {
background-image : url(pics/impressum.jpg);
height : 478px;
background-repeat : no-repeat;
}

.bild_referenzen {
background-image : url(pics/referenzen_2.gif);
height : 478px;
background-repeat : no-repeat;
}


/** Listen **/
ul{
	margin-top: 5px;
}
