/*
=============================
*** BODY- UND TEXTFORMATE ***
=============================
*/

body{
	background-color: #FFFAFA;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
p,td,div,.inherit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	line-height: 16px;
}
h1{
	color: #DC5148;
	font-size:16px;
	line-height: 20px;
}
h2{	
	color: #303030;
	font-size:14px;
}
h3,h4,.red{
	color: #DC5148;
}	
h3{
	font-size: 12px;
	padding-top: 10px;
}
h4{
	font-size: 14px;
}
ul{
	margin:0px;
}
li{
	list-style-type:disc;
}
.white{
	color: #FFFAFA;
}	
.titel{
	font-size: 16px;
	line-height: 20px;
}
.red{
	color: #DC5148;
	font-weight: bold;
}

/*
=============
*** LINKS ***
=============
*/

a{
	color:#DC5148;
	text-decoration:underline;
}
a:hover{
	color:#DC5148;
	text-decoration:none;
}

#bttmLnks, #bttmLnks a{
	text-align: right;
	font-size:10px;
	color:#DC5148;
	line-height:normal;
	text-decoration:none;
}
#bttmLnks a:hover{
	color: #EEAAAA;
}
#navigation a.inherit{
	color: #FFFAFA;
	line-height: 20px;
	text-decoration: none;
}
#navigation a.inherit:hover{
	color: #EEAAAA;
	line-height: 20px;
	text-decoration: none;
}
#navigation a.active, #navigation a.active:hover{
	color: #EEAAAA;
	line-height: 20px;
	text-decoration: none;
}

/*
==========================
*** GESTALTUNGSELEMENT ***
==========================
*/

#inhalt{
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
}
#line{
	margin: 10px 0px 20px 0px;
}
#bttmLine{
	margin: 10px 0px 0px 0px;
}
#navigation{
	position: absolute;
	top: 160px;
	left: 20px;
	width: 120px;
}
#logo{
	position: absolute;
	top: 10px;
	left: 20px;
}
#titTop{
	position:absolute;
	top: 8px;
	left: 200px;
	height: 30px;
	width: 500px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFAFA;
	font-size: 26px;
	letter-spacing: 1px;
}
#copy{
	position: absolute;
	font-size: 10px;
	letter-spacing: 0;
	line-height: normal;
	margin-left: -14px;
	width: 120px;
}
