/*======================
        Resets
=======================*/

html, body, div, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.karte td
{
  vertical-align: top;
}

html, body {
	height: 100%;
	background-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}

html {
	min-height: 600px;
}

body {
	text-align: center;
}

div {
	position: relative;
}

/*======================
        Layout
=======================*/

#box {
	width: 830px;
	height: 480px;
	border: 1px inset grey;
	margin: auto;
	top:50%;
	margin-top: -245px;
	text-align: left;
	padding-top: 30px;

}

#navi {
	height: 15px;
	padding-bottom: 16px;
	padding-left: 30px;
	clear: both;
	overflow: visible;
	width: 100%;
}

#content{
	padding-left: 30px;
	height: 460px;
	min-height: 460px;
}

#footer{
	position: absolute;
	bottom: 7px;
	color: white;
	background-image: url(logo.jpg);
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 30px;
	font-size: 13px;
	height: 30px;
}

#footer div
{
  position: absolute; bottom: 0px; width: 710px; text-align: right;
}

#image_right {
	float: left;
}

#cont_right{
	height: 380px;
	overflow: scroll;
	position: absolute;
	top: 0px;
	width: 466px;
	right: 22px;
	background-image: url(framebg.jpg);
	border: 2px inset #424242;
	padding: 3px 7px;
	line-height: 140%;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.special {
	background-color: #FDF9E6;
	background-image: none !important;
}

h1 {
	font-size: 130%;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #B2B2B2;
	margin-bottom: 7px;
	color: Black;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}

label {
	display: block;
	float: left;
	width: 100px;
}


p
{
padding-top: 1em;
}




/*======================
        Navigation
=======================*/


#navi a, #navi a:link, #navi a:visited {
	padding-bottom: 17px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(line.jpg);
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 19px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 110%;
}

#navi a:active, #navi a:focus, #navi a:hover, #navi a.act, #navi a.act:link, #navi a.act:visited {
	background-repeat: repeat-x;
	color: #999999;
}




