html,body,code,pre,div,p,h1,h2,h3,h4,h5,h6,a,img,table,tr,td
{
 margin: 0;
 padding: 0;
 line-height:inherit;
 font-family:inherit;
 font-size:inherit;
 font-style:normal;
 font-weight:normal;
 font-variant:normal;
 text-align:inherit;
 text-decoration:none;
 float:none;
 border:0px solid #000;
 border-spacing:0;
}

html {
 height:100%;
 font-size: 100.01%;
}
body {
 height:100%;
 font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 line-height: 1.5;
 background-color:#f0e0c0;
 color:#000;
 text-align: left;
}
code, pre
{
 font-size:1.2em;
 color:#9cc;
}
pre { border:1px dashed #9cc; padding:10px; }

h1 {
	font-size: 2.0em;
	color: #68262A;
	margin-bottom: 1.0em;
	font-weight: normal;
	font-style: italic;
	font-family: Copperplate Gothic Bold, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.4em;
	color: #995500;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h3 {
	font-size:1.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
}
h4 {
	font-size:1.8em;
	color: #68262A;
	margin-bottom: 1.0em;
	font-weight: bold;
	font-family: Copperplate Gothic Bold, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
h5 {
	font-size:1.8em;
	margin-bottom: 1.0em;
	font-weight: bold;
	font-family: Copperplate Gothic Bold, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

hr {
	margin: 15px 0px;
	padding: 0px;
	height: 1px;
}

/* Die Hyperlinks im Text */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#f80;
}
a:active, a:hover{ 
  color:#68262A;
}

a.small:link, a.small:visited, a.small:active, a.small:hover
{
	font-size:0.8em;
  text-decoration:none;
  font-weight:bold;
  color:#f80;
}
a.small:active, a.small:hover{ 
  color:#68262A;
}

a.hidden:link, a.hidden:visited, a.hidden:active, a.hidden:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:#ddd;
}
a.hidden:active, a.hidden:hover{ 
  color:#68262A;
}

/* Main Design */
div.global {
 margin:10px auto;
 border:1px solid #333;
 min-height:97%;
 min-width:750px;
 max-width:1000px;
 background-image:url(../images/framing/bg-x.png);
}
div.topleft {
 width:171px;
 height:58px;
 float:left;
 background-image:url(../images/framing/cornerframe.png);
 background-repeat:no-repeat;
}
div.topcenter {
 width:399px;
 height:58px;
 float:left;
 background-image:url(../images/framing/topframe.png);
 background-repeat:no-repeat;
 margin-right: 10px;
}
div.topright {
 height:58px;
}
div.leftframe {
 width:171px;
 float:left;
}
div.leftmiddle {
 height:510px;
 text-align: top;
 background-image:url(../images/framing/leftframe.png);
 background-repeat:no-repeat;
 padding: 0px;
}
div.leftbottom {
}
div.mainframe {
 padding:20px 20px 10px 191px;
}
div.emptyrow {
 clear:both;
 height:30px;
}
div.footer {
 margin:-31px auto;
 padding:3px 0px 3px 0px;
 height:14px;
 text-align:center;
 font-size:10px;
 min-width:750px;
 max-width:1000px;
 border:1px solid #333;
 background-color:#fd8;
}


/* Das Menü */
#menu {
	margin: 100px 0px 0px 20px;
	width: 150px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li a {
  display: block;
	width: 100%;
	height: 27px;
	padding: 3px 0px 0px 15px;
	_padding: 3px -30px 0px 15px;
	background-image: url(../images/button_set.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover, #menu li #current {
	background-position: -150px 0px;
	color: #f8f8f8;
}
#menu li a:active {
	background-position: -300px 0px;
	color: #f8f8f8;
}

/* Allgemeines */
p { text-align: inherit; margin-bottom: 1em; }
p.b {
	font-weight: bold;
}
p.small {
	font-size: 0.8em;
}
p.error {
	color: #f44;
	font-weight: bold;
	padding-top: 1em;
}
p.smallhead {
	font-size: 10px;
	padding-top: 2px;
}
p.insertinfo {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 1.0em;
}

rot {
	color: #f00;
}
gross {
	font-size: 1.5em;
}


div.center {
	margin:0px auto;
	text-align: center;
}

table.center {
	margin:0px auto;
}

label {
	font-weight: bold;
}

img.logo {
	width: 100%;
	height: 100%;
}
img.rahmen {
	border: 2px solid #000;
}
