/* styles for body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

/* styles for positioning of table */
.rahmen {
	border: 1px solid #996600;
	background-color: #ccff66;
	width: 759px;
	float: none;
	position: relative;
	margin: auto;
	background-position: center center;
	top: 18px;
}

/* styles for positioning of impressum link */
.position {
	background-color: #FFFFFF;
	position: relative;
	top: 18px;
}

/* styles for table */
table.padding {
	padding: 20px;
	margin: 0px;
}

/* styles for navigation */
a.nav {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0099ff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099ff;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

a.nav:visited {
	color: #0099ff;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #0099ff;
}

a.nav:active {
	color: #000000;
	background-color: #0099ff;
}

a.blau {
	display: block;
	color: #FFFFFF;
	background-color: #0099ff;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099ff;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

/* styles for impressum link */
.impressum {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0099ff;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	width: 118px;
}

/* styles for home link */
a.home {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0099ff;
}

a.home:visited {
	color: #0099ff;
}

a.home:hover {
	color: #FFFFFF;
	background-color: #0099ff;
	width: 118px;
	float: right;
}

a.home:active {
	color: #000000;
	background-color: #0099ff;
	width: 118px;
}

/* styles for intro link (deutsch|english) */
a.intro {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0099ff;
}

a.intro:visited {
	color: #0099ff;
}

a.intro:hover {
	color: #FFFFFF;
	background-color: #0099ff;
}

a.intro:active {
	color: #FFFFFF;
	background-color: #0099ff;
}

/* styles for | (deutsch|english) */
span.blau {
	color: #0099ff;
}

/* styles for linklist */
a.linkliste {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #996600;
	background-color: #ccff66;
	left: 59px;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	height: 16px;
	text-decoration: none;
}

a.linkliste:visited {
	color: #996600;
}

a.linkliste:hover {
	font-weight: bold;
}

a.linkliste:active {
	color: #996600;
}

/* styles for fliesstext */
.fliesstext {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #996600;
	background-color: #ccff66;
	left: 59px;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	height: 16px;
	text-decoration: none;
}

/* styles for bold fliesstext */
.bold {
	font-weight: bold;
}

/* styles for form*/
/* css created by miss monorom 2004 http://www.intensivstation.ch */
#formular {
	font-size: 10px;
	color: #996600;
	line-height: 12px;
	padding: 2px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ccff66;
}

form {
	margin:0px;
	padding: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	background-color: #ccff66;
	border: 1px solid #996600;
	color: #996600;
	font-size: 10px;
	padding: 2px 2px 2px;
	overflow: hidden;
	font-weight: normal;
	margin: 4px;
}

.labelling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	background-color: #ccff66;
	font-size: 10px;
	font-weight: bold;
	float: left;
	clear: left;
	color: #996600;
	padding-top: 8px;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	background-color: transparent;
	border: 1px solid #996600;
	color: #996600;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	padding: 2px;
}

