/* CSS Document */

/*******************
		LAYOUT
*******************/

body {
	background-color: #5a5a5a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#layout {
	top:0px;
	width: 770px;
	margin: 0px auto;
	background-image:url("media/design.bg.png");
	background-repeat:repeat-y;
}

#layTop {
	position: relative;
	top: 0px;
	left: 0px;
	background-image:url('media/design.top.png');
	background-repeat:no-repeat;
	width: 770px;
	height: 256px;
}

#layMenu {
	position: relative;
	top: 0px;
	left: 25px;
	width: 93px;
	padding:5px;
	float: left;
	
	background-color: #AAC7FF;
}

#layKopfzeile {
	position: relative;
	top: 0px;
	left: 0px;
	width: 587px;
	padding: 3px 10px;
	height: 17px;
	float: left;
	background-image: url("media/design.headline.png");
	font-size: 14px;
	font-weight: bold;	
}
#layOuterContent {
	position: relative;
	left: 47px;
	width: 607px;
	top: 0px;
	background-image: url("media/design.content.png");
	background-repeat: repeat-y;
	float: left;
	
}
#layContent {
	position: relative;
	padding: 50px;
	top:0px;
	float: left;
	width: 530px;
	background-position: bottom left;
	background-image: url("media/design.content.fade.png");
	background-repeat: no-repeat;

}

#layWave {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background-image: url("media/design.bottom.png");
	background-repeat: no-repeat;
	width: 607px;
	height: 127px;
}	

#layBottom {
	position: relative;
	top: 0px;
	width: 770px;
	height: 17px;
	background-image: url("media/design.downUnder.png");
	background-repeat:no-repeat;
	background-color: #5a5a5a;
	text-align: center;
}

br.clear {
	clear: both;
}


/* end lay*/

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #669AFF;
	font-size: 32px;
	font-weight: normal;
}

#menu{
	width: 85px;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: #000;
	line-height: 120%;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: -1px;
}
#menu a.menu:link, #menu a.menu:visited, #menu a.menu:hover, #menu a.menu:active {
	font-size: 10px;
	font-variant:normal;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: normal;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #669AFF;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#beitrag tr {
	background-color: #D4E2FF;
}