/* ====================
	Blau Baby
    ====================*/

body /*Seitenhintergrund ist blauer Verlauf*/
{
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #ccc; /* Textfarbe ist hellgrau*/
	font-family: sans-serif;
}

img /*Bilder ohne Rahmen!!*/
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	color: #69f;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #666;
}

a:active
{
	color: #666;
}

a:focus
{
	color: #666;
}

/* ====================
	Div-Positionierung
    ====================*/
#main
{
}
#head
{
	z-index: 3;
	position: relative;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 120px;
	background-image: url(../img/content-header.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
html>body #head
{
position: fixed;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 100px;
	/*background-color: #333;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;*/
}

#menu
{
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
}
html>body #menu
{
position: fixed;
}

#content
{
	z-index: 1;
	position: relative;
	left: 0px;
	width: 600px;
	margin: 120px 0px 0px 0px;
	padding-left: 150px;
	padding-top: 10px;
	background-image: url(../img/content-back.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#foot
{
	position: relative;
	width: 750px;
	height: 20px;
	background-image: url(../img/content-footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* ====================
	Menu-Links
    ====================*/
a.menu
{
	position: absolute;
	width: 135px;
	height: 22px;
	padding-left: 5px;
	padding-top: 3px;
	border-top: 2px solid #fff;
	color: #666;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #9cf;
	overflow: hidden;
}