/* GENERELLE EINSTELLUNGEN */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(pics/bg.gif);
	background-repeat:repeat-x;
}

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

a:hover {
	color: #c72ec7;
  text-decoration: underline;
}

a.menue:link, a.menue:visited {
	color: #006ab3;
  text-decoration: none;
}

a.menue:hover {
	color: #c72ec7;
  text-decoration: none;
	font-size: 11pt;
}

a.umenue:link, a.umenue:visited {
	color: #006ab3;
  text-decoration: none;
}

a.umenue:hover {
	color: #c72ec7;
  text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #99c3e1;
  text-decoration: none;
}

a.footer:hover {
	color: #99c3e1;
  text-decoration: underline;
}

/* DIV EINSTELLUNGEN */
#container{
	width: 1000px;
	margin:0px auto; /* margin-top+bottom=0px, right+left=auto */
}

#header{
	width: 1000px;
 	height: 219px;
	margin-top: 12px;
}

#ornament-links{
	width: 81px;
 	height: 204px;
	margin: 0px;
	float: left;
}

#ornament-rechts{
	width: 55px;
 	height: 95px;
	margin: 0px;
	float: right;
}

#ornament-unten{
	width: 153px;
 	height: 45px;
	margin-top: 0px;
	margin-left: 207px;
	float: left;
}

#fuergleichehoehe{
	min-height:350px;
  float: left;
	background-image: url(/pics/bg_menu.gif);
}

#menu {
	width: 200px;
	height: 100%;
	margin-right: 5px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #006ab3;
	padding-top: 30px;
	padding-bottom: 30px;
}

#umenu {
	margin-left: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #006ab3;
	padding-bottom: 10px;
}

#content{
	width: 619px;
	min-height:350px;
  float: left;
	background-color: #99c3e1;
	text-align: left;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#sidestep{
	width:210px;
 	height: 45px;
	margin-top: 0px;
	margin-right: 55px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	text-align: right;
}

/* SCHRIFT EINSTELLUNGEN */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #c72ec7;
	padding-bottom: 23px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: small-caps;
	color: #006ab3;
}

ul {
	margin-left : 17px;
	margin-top : 0px;
	margin-bottom : 0px;
	list-style-type: square;
}

/* SONSTIGE EINSTELLUNGEN */
.img-rand-l {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #006ab3 solid;
}
