/*
form{
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	scrollbar-3dlight-color: #D9E1EE;
	scrollbar-arrow-color: #1D386D;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #011345;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #D9E1EE;
	scrollbar-shadow-color: #8799BC;
	scrollbar-track-color: #FFFFFF;
	text-align: center;
}
.formbutton{
	background-color: B7C5DA;
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	text-align: center;
}
.formfeld{
	background-color: #D9E1EE;
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	text-align: left;
}
.formfeld-user{
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	text-align: left;
}
*/
a{
	color: #C9D4E6;
	text-decoration: none;
}

a:link{
	color: #8799BC;
	text-decoration: none;
}

a:visited{
	color: #625F56;
	text-decoration: none;
}

a:hover{
	color: #7491B9;
	text-decoration: none;
}

a:active{
	color: #7491B9;
	text-decoration: none;
}

body{
	background-attachment: fixed; /*cursor: crosshair;*/
	background-color: #FFFFFF;
	background-repeat: repeat;
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	list-style-type: circle;
	scrollbar-3dlight-color: #D9E1EE;
	scrollbar-arrow-color: #1D386D;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #011345;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #D9E1EE;
	scrollbar-shadow-color: #8799BC;
	scrollbar-track-color: #FFFFFF;
	text-align: center;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Courier New",Courier,monospace;
}

html{
	scrollbar-3dlight-color: #D9E1EE; /*cursor: crosshair;*/
	scrollbar-arrow-color: #1D386D;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #011345;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #D9E1EE;
	scrollbar-shadow-color: #8799BC;
	scrollbar-track-color: #FFFFFF;
}

table,td,tr{
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	font-size: x-small;
	list-style-type: circle;
	text-align: center;
}

th{
	font-family: "Courier New",Courier,monospace;
	font-weight: bold;
}

ul,ol{
	color: #354A6B;
	font-family: "Courier New",Courier,monospace;
	list-style-type: circle;
}

.center{
	text-align: center;
}

.copyright{
	color: #8799BC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: xx-small;
	text-align: left;
}

.groesser{
	font-size: small;
}

.gross{
	font-size: medium;
}

.intend10em{
	text-indent: 10em;
}

.intend5em{
	text-indent: 5em;
}

.justify{
	text-align: justify;
}

.kleiner{
	font-size: xx-small;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.titel{
	font-family: "Courier New",Courier,monospace;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.untertitel{
	font-family: Arial,Helvetica,sans-serif;
	font-size: xx-small;
	text-align: center;
}

.vamiddle{
	vertical-align: middle;
}

