@media print {
	#navi {display:none;}
	#navi_bottom {display:none;}
	#navi_top {display:none;}
	#inhalt {width:100%; margin:0;}
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
 	margin: 0;
	padding: 0;
	background-image: url(../common/images/seitenbalken1.gif);
	background-repeat: repeat-y;
	background-position: left;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	background-color: #426BBD;
	text-align: center;
}

h1.start {
	font-size: 1.1em;
	background-color: #9999FF;
	text-align: left;
}

h2 {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	color: black;
	font-weight: bold;
	font-size: 1em;
}

a {
	color: #000080;
	text-decoration: none;
}

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

a:visited {
	color: purple;
}

a:active {
	color: red
}

p, li, td {
	vertical-align: top;
}

hr {
	width: 100%;
	height: 1px;
	color: black;
	border: none;
	border-top: 1px solid black;
}

ul {
	text-align: left;
}

table {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	font-size: 1em;
}

select {
	font-size: 1em;
}

#navi {
	position:relative;
	float:left;
	width: 202px;
	height: 100%;
	margin:0;
	padding: 10px;
	font-size:10pt;
}

#navi a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 27px;
	width: auto;
	background-image: url(../menu/buttons/normal.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 5px;
	padding: 0;
	border: 0;
}

#navi a.plain {
	display:inline;
	background-image: none;
}

#navi a.plain:hover {
	background-image: none;
}

#navi a#top {
	background-image: url(../menu/buttons/normal_top.gif);
}

#navi a#top:hover {
	background-image: url(../menu/buttons/active_top.gif);
}

#navi a#bottom {
	background-image: url(../menu/buttons/normal_bottom.gif);
}

#navi a#bottom:hover {
	background-image: url(../menu/buttons/active_bottom.gif);
}

#navi a:hover {
	background-image: url(../menu/buttons/active.gif);
}

#menutext {
	line-height: 27px;
	vertical-align: middle;
	margin-left: 25px;
}

#menutext.hi {
	line-height: 18px;
	padding:6px 0;
}

#nav_bottom {
	margin-top: 20px;
	margin-bottom: 20px;
}

#nav_bottom a {
	background-image: none;
	height:1.5em;
}

#nav_bottom a:hover {
	background-image: none;
	text-decoration: underline;
	color: #CC3300;
}

#nav_bottom a:active {
	font-weight: bold;
}

#navi a.hi {
	background-image: url(../menu/buttons/normal_hi.gif);
	height: 48px;
}

#navi a.hi:hover {
	background-image: url(../menu/buttons/active_hi.gif);
}

#sub a {
	background-image: url(../menu/buttons/unterbutton/normal.gif);
	height: 15px;
}

#sub a:hover {
	background-image: url(../menu/buttons/unterbutton/active.gif);
}

#sub a#bottom {
	background-image: url(../menu/buttons/unterbutton/normal_bottom.gif);
}

#sub a#bottom:hover {
	background-image: url(../menu/buttons/unterbutton/active_bottom.gif);
}

#submenutext {
	font-size: 0.9em;
	line-height: 15px;
	vertical-align: middle;
	margin-left: 35px;
}

#sub span.spacer {
	display: block;
	height: 7px;
	background-image: url(../menu/buttons/spacer.gif);
	background-repeat: repeat-y;
	line-height: 0;					/* removes gap between navi-images in konqueror */
	font-size: 0;					/* same for IE */
	margin: 0 5px;
	padding: 0;
}

#sub a.subhi {
	background-image: url(../menu/buttons/unterbutton/normal_hi.gif);

}

#sub a.subhi:hover {
	background-image: url(../menu/buttons/unterbutton/active_hi.gif);
}

#inhalt {
	position:relative;
	width: auto;
	margin:0 0 0 222px;
	height:100%;
	overflow: visible;
	padding: 10px;
	text-align:left;
}

#inhalt p {
	margin: 5px 10px;
}

#navi_top {
	position:relative;
	min-height:60px;
	margin:0 0 10px 0;
	padding: 0 10px;
	text-align: left;
	border-bottom: 1px solid black;
}

.bottom {
	position: relative;
	height:100%;
	margin:1% 222px 1% 0;
}

.second_top {
	border-top:1px solid black;
	padding-top:3px;
	margin-top:3px;
	margin-right:222px;
	font-size: 0.9em;
}

#left_column {
	display:block;
	position:relative;
	width:48%;
	padding:0;
	float:left;
	margin:0 auto;
}

#right_column {
	display:block;
	position:relative;
	width:48%;
	padding:0;
	float:right;
	margin:0 auto;
}

#left_column_small {
	display:block;
	position:relative;
	width:30%;
	margin:0 10px;
	padding:0;
	float:left;
}

#right_column_small {
	display:block;
	position:relative;
	width:30%;
	margin:0 10px;
	padding:0;
	float:right;
}

.current  { font-weight: bold }

.right {
	width:auto;
	text-align:right;
	margin:0;
	padding:0;
}

.center {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}

.small {
	font-size: smaller;
}

.bluebox {
	border:1px solid #426BBD;
	background-color:#ACC7FF;
	padding:1%;
	width:auto;
	margin:10px 0;
}

.pinkbox {
	border:1px solid #ff0066;
	background-color:#ff88ff;
	padding:1%;
	width:auto;
	margin:10px 0;
}

.yellowbox {
	border:1px solid #b3b300;
	background-color:#FFff80;
	padding:1%;
	width:auto;
	margin:10px 0;
}

.greybox {
	border:1px solid #AFAFBF;
	background-color:#f4f4ff;
	padding:1%;
	width:auto;
	margin:10px 0;
}

/* Clearen per Overflow */
.floatbox {
	overflow:hidden;
}

/* .floatbox-Anpassung für IE #/
/* Hides from IE-mac \*/
* html .floatbox {width:97%;}
* html #navi_top {height:60px;}
/* End hide from IE-mac */

.blind {		/* Eingeschobener Blindtext als Spamschutz */
	display: none;
}