
body {
	background-color: #AAAAAA;
	color: #000000;
}


/*------------ FONTS --------------------------------------- */
/* font-family */
* { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-stretch : narrower; }

/*------------- Listen und Tabellen ------------------------ */
li, dl, dt, dd { font-size:x-small; }

tr { vertical-align:top; }
th { text-align:center; font-weight:bold; }

.listview {
	border: 1px solid #0000FF;
	background-color: #4DB0FF;
       vertical-align:top;
	cellspacing:10px;
	padding:20px;
	margin:20px;
	overflow : scroll;
	max-width : 400px;
	min-width : 200px;
}

/*------------- Überschriften ------------------------ */
h1 {	font-size : large; font-weight: bold;	color : #6666FF;	margin-bottom : 0px;		margin-top : 8px;}
h2 {	font-size : large; font-weight: normal;	color : #6666FF;	margin-bottom : 0px;		margin-top : 8px;}
h3 {	font-size : medium; font-weight: normal;	color : #6666FF;	margin-bottom : 0px;		margin-top : 8px;}
h4 {	font-size : small; font-weight: bold;	color : #6666FF;  margin-bottom : 0px;    margin-top : 8px;}

/*------------- Einzelne Elemente ------------------------ */
p {
	line-height : 150%;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

hr { 	color: #6666FF; margin:0}

.docview {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	padding:14;
	margin:14;
	overflow : scroll;
	max-width : 700px;
	min-width : 200px;
}


/*-------------- Links ------------------------------------- */
A:link    { background-color : transparent;	color : #FF0000; font-weight : bold;  text-decoration : none;	}
A:visited {	background-color : transparent;	color : #FF0000; font-weight : bold;	text-decoration : none; }
A:hover   {	background-color : transparent;	color : #0000FF; font-weight : bold;	text-decoration : none; }
A:active  {	background-color : transparent;	color : #0000FF; font-weight : bold;	text-decoration : none; }


/*------------- input ---------------*/
input {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	font-stretch: narrower;
	font-size: xx-small;
}

textarea {	
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	font-stretch : narrower;
	font-size: x-small;
}

select {	
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	font-stretch : narrower;
	font-size: x-small;
}

.inputButton {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	width: 70px;
	height : 18px;
	font-size: xx-small;
}
.inputButtonLong {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	width: 120px;
	height : 18px;
	font-size: xx-small;
	font-size: 9px;
	padding-bottom : 4px;
}
.inputFieldShort {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	width: 90px;
	height : 18px;
	font-size: xx-small;
}
.inputFieldMedium {
	border: 1px solid #0000FF;
	background-color: #597AFF;
	color: #FFFF00;
	width: 180px;
	height : 18px;
	font-size: xx-small;
}







