/* CSS Document */

body 
{
	font-family: Verdana;
	height: 100%;
	background-color: white;
	background-image: url(../images/bg.jpg);
	margin-top: 40px;
}


#startseite
{
	font-family: Verdana;
	height: 100%;
	background-color: white;
	background-image: none;
}


#startseite-text
{
	font-family: Arial;
	letter-spacing: 0.1em;
	text-align: center;
	color: #848484;
	line-height: 140%; 
}


#content
{
	height: 600px;
	font-family: Verdana;
	color: black;
	background-image: url('../images/content.jpg');
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#content-leicht
{
	height: 600px;
	font-family: Verdana;
	color: black;
	background-image: url('../images/content-leicht.jpg');
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
}


#content-leicht-design
{
	height: 600px;
	font-family: Verdana;
	color: black;
	background-image: url('../images/content-leicht-design.jpg');
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
}


#navigation
{
	margin-top: 20px;
}


#navigation td
{
	font-family: Verdana;
	font-size: 11px; 
	height: 20px;
	width: 150px;
}

#navigation td:hover
{
	font-family: Verdana;
	font-size: 11px; 
}

#navigation a 
{
	text-decoration: none;
	letter-spacing: 0.2em;
}


#navigation a:hover 
{
	text-decoration: none;
	color: blue;
}


#home #navigation #navHOME a, #referenzen #navigation #navREFERENZEN a, #impressum #navigation #navIMPRESSUM a, #kontakt #navigation #navKONTAKT a
{
	color: red;
}


#email
{
	letter-spacing: 0.1em;
}


#phone
{
	letter-spacing: 0.1em;
}


#kurzkontakt
{
	text-align: center;
	padding: 0px;
}

#referenzen td
{
	vertical-align: center;

}


#provision td
{
	vertical-align: center;
	text-align: center;

}


#formular
{
	font-family: Verdana;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 0px;
}


li
{
	font-size: 10px;
}


a 
{ 
	color: black;
	text-decoration: none;
}

p a 
{ 
	color: blue;
	text-decoration: none;
}


h2 a 
{ 
	color: blue;
	text-decoration: none;
}


h1
{
	font-size: 15px;
	font-family: Verdana;
	color: black;
	padding-top: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
}

h2
{
	font-size: 18px;
	font-family: Arial;
	color: black;
	letter-spacing: 0.1em;
}

h3
{
	font-size: 11px;
	font-family: Verdana;
	color: black;
	letter-spacing: 0.1em;
}


h4
{
	font-size: 12px;
	font-family: Arial;
	color: black;
	letter-spacing: 0.1em;
}


h5
{
	font-size: 12px;
	font-family: Verdana;
	color: black;
	letter-spacing: 0.1em;
	text-align: center;
}


p
{
	font-family: Verdana;
	font-size: 10px;
	padding-top: 0px;
}


li
{
	line-height: 120%;
}