body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
	scrollbar-base-color: #333333;
	scrollbar-3d-light-color: white;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: white; /* oberer teil */
}

div
{
	position: relative;
	border-color: #FF7610;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

img
{
	border-width: 0px;
}


a
{
	/* color: black; */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: white;
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	margin-top: 15px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #777777;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #FFC107;
	margin-top: 25px;
}

td, p
{
	font-size: 12px;
}

p
{
	line-height: 18px;
}

#wrapper
{
	width: 700px;
	height: 95%;
	margin: 8px auto;
	padding: 0px;
	text-align: left;
}

#middle
{
	background-repeat: no-repeat;
	text-align: center;
	width: 699px;
	/* height: 442px; */
	/*	background-color: #333333; */
	background-color: white;
}

#menu
{
	text-align: right;
	clear: both;
	width: 699px; 
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #FFC107;
}

#menu a
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	color: black;
	text-decoration: none;
	border: 0px solid black;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
}

#yellowbar
{
	height: 7px;
	background-color: #FFC107;
	width: 699px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	overflow: hidden;
	clear: both;
}


#header img
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#header a
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}


#content
{
	position: relative;
	text-align: left;
	width: 460px;
/*
	geaendert auf 450px weil ie 6.0 probleme hat
	width: 425px;
*/

	/* height: 411px; */
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	float: left;
}

#content a
{
	text-decoration: underline;
	/* font-weight: bold;
	color: #FFC108; */

}

#right
{
	width: 100px;
	height: 411px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer
{
	clear: both;
	text-align: right;
	padding: 0px;
	background-color: white;
}

#leftmenu
{
	width: 149px;
	height: 411px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	color: black;
}

#leftmenu h3
{
	font-size: 12px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	text-transform: uppercase;
}
#leftmenu a
{
	color: black;
	font-weight: bold;
	border-bottom-color: #333333;
	line-height: 18px;
	text-decoration: none;
	font-size: 10px;
}

#leftmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}



#leftmenu li
{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	
}

#leftmenu li a
{
	text-decoration: none;
	border-bottom-width: 0px;
}

.sub_01
{
	background-color: white;
	width: 149px;
	/* position:absolute; */
	bottom: 0px;
}

.sub_01 li
{
	background-color: #FFC107;
	clear: both;
	
}


ul.sub_02
{
	width: 130px;
	float: right;
	border: 0px solid black;
	background-color: white;
	padding-letf: 10px;
}


.sub_02 li
{
	background-color: #FFD24D;
	margin-left: 10px;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	
}

li
{
	line-height: 18px;
}

input, textarea, select
{
	font-size: 12px;
	line-height: 17px;
	background-color: white;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


input, select
{
	height: 19px;
}
