/* Global Styles */
body{
	background: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: normal small "Courier New", Courier, sans-serif;
}

p{
}

img{
	border: 0px;
	vertical-align: middle;
}

a,
a:link,
a:visited{
	text-decoration: none;
	color: #515151;
}

#content-middle a,
#content-middle a:link,
#content-middle a:visited{
	text-decoration: underline;
	color: #2288EE;
}

a:hover,
#content-middle a:hover
{
	text-decoration: underline;
}

h1{
	font-size: large;
	color: #777777;
	font-weight: bold;
}

h1.index{
	font: normal small "Courier New", Courier, sans-serif;
	margin: 0px;
}

h2{
	font-size: small;
	color: #777777;
	font-weight: bold;
}

small{
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
}

li{
	margin-bottom: 10px;
}

/*****************/
/* Content Teile */

#container{
	width: 900px;
	height: auto;
	margin: 10px auto;
}

#header{
	height: 140px;
	margin-bottom: 20px;
	background: url(/images/titelschnuerle.gif) no-repeat bottom;
}

#content-left{
	float: left;
	width: 180px;
	height: auto;
	padding: 5px;
	margin-top: 10px;
}

#content-middle{
	float: left;
	width: 440px;
	height: auto;
	padding: 5px 15px 5px 5px;
	margin-top: 10px;
}

#content-right{
	float: left;
	width: 230px;
	height: auto;
	padding: 5px;
}

#title{
	position: absolute;
	margin: 55px 0px 0px 220px;
	font-size: x-large;
	color: #3399FF;
	font-variant: small-caps;
	font-weight: bolder;
}

#mainmenu a{
	padding: 2px;
	margin-bottom: 8px;
	font-size: small;
	color: #777777;
	text-decoration: none;
	display: block;
}

#mainmenu a:hover{
	font-weight: bold;
}

#mainmenu .menuactive a{
	font-weight: bold;
	color: #2288EE;
}

#mainmenu .menuinactive a{
	font-weight: normal;
}

#submenu{
	width: 900px;
	position: absolute;
	font-family: monospace;
}

#submenu a{
	color: #777777;
	text-decoration: none;
}

#submenu a:hover{
	text-decoration: underline;
}

#submenu .menuactive a{
	color: #3399FF;
}

#submenu .menuinactive a{
	color: #777777;
}

/**********************/
/* Search Engine Teil */

#se h1{
	color: ButtonFace;
	font-size: medium;
}
#se{
	position: absolute;
	margin-top: 180px;
	margin-left: 100px;
	width: 150px;
	color: ButtonFace;
	font-size: small;
	
	visibility: hidden;
}

/*********************/
/* Float Gegenstände */

#float-krone-index{
	position: absolute;
	padding: 100px 0px 0px 300px;
}

#float-error{
	position: absolute;
	padding: 170px 0px 0px 200px;
	width: 400px;
}

#float-krone{
	position: absolute;
	padding: 55px 0px 0px 10px;
}

#float-flasche{
	position: absolute;
	padding: 70px 0px 0px 75px;
}

#float-stiefel{
	position: absolute;
	padding: 55px 0px 0px 10px;
}

#float-ding{
	position: absolute;
	padding: 55px 0px 0px 10px;
}

#float-hemd{
	position: absolute;
	padding: 60px 0px 0px 30px;
}