/* Global Styles */

body {
	margin:0px;
	background-image:url(bilder/frau.jpg);
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#wrapper {
	margin-left: 200px;
	height: 100%;
	padding: 10px;
	}

table {
	background-color:#FFFFFF;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
#navigation a {
	font:11px georgia;
	color: #961406;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0d0302;
	border-right-color: #0d0302;
	border-bottom-color: #0d0302;
	border-left-color: #0d0302;
	}
	
#navigation a:hover {
	color:#003;
	background-color:#c4d4d4;
	border: 1pt solid #2cfff8;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #0d0302;
	line-height:24px;
	letter-spacing:0.4em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c4d4d4;
	}

#tagline {
	font:12px georgia;
	color: #c4d4d4;
	line-height:18px;
	letter-spacing:0.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#00C;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	}
.preisText {
	color:#53d7fe;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
	
.pageName{
	color: #006;
	line-height:25px;
	letter-spacing:0.1em;
	font-family: georgia;
	font-size: 22px;
	}

.pageSubname {
	color: #00C;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: georgia;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	}
	
.subHeader {
	color: #003;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: georgia;
	font-size: 16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}

#fuss {
	background-color: #c4d4d4;
	text-align:center;
	color: #003;
	font:10px arial;
	line-height:16px;
	letter-spacing: 0.4em;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	}


	

