/* [C]ascading[S]tyle[S]heet */
/* G R U N D E L E M E N T E */
* {
	border:0px;
	padding:0px;
}
html {
	height:100%;
	width:100%;
}
body {
	background:url(http://www500.ws17.inname.net/img/bequemer-bauen.de/img/bg.jpg) top left repeat-x #ccc;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
	cursor:default;
	border:0px;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
p { size:14px; }
br { size:12px; }
/* H E A D L I N E S */
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:10px; }
/* A N K E R */
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#09F;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:none;
}
a:focus {
	color:#09F;
	text-decoration:none;
}
/* H E A D E R */
.content {
	background-color:#f0f0f0;
	border:1px groove #fff;
}
.navi {
	background-color:#C2C2C2;
}
.entry {
	background-color:#e6e6e6;
}
.navigation a {
	display:block;
	width:120px;
	height:14px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
	text-decoration:none;
}
.navigation a:link {
	background-color:#0CC;
	color:#333;
	text-align:left;
}
.navigation a:visited {
	background-color:#0CC;
	color:#333;
	text-align:left;
}
.navigation a:hover {
	background-color:#f2f2f2;
	color:#333;
	text-align:right;
}
.navigation a:active {
	background-color:#0CC;
	color:#333;
	text-align:left;
}
.navigation a:focus {
	background-color:#f2f2f2;
	color:#333;
	text-align:right;
}

