/*
** CSS by kammer andreas, 11.2004
** designed for hans-kammer.ch


*/
/* general settings */



body {
	background-color: #FFFFFF;
	color: #333333;
	font: 0.9em Arial, Helvetica, sans-serif;
}


A { text-decoration: none; font-weight: bold; }
A:link { color:#FF0000; }
A:active { color:#FF0000; }
A:visited { color:#FF0000; }
A:hover { color:#FF0000; text-decoration: underline; }

A.normal:link { color:#FF0000; font-weight: normal; }
A.normal:active { color:#FF0000; font-weight: normal; }
A.normal:visited { color:#FF0000; font-weight: normal; }
A.normal:hover { color:#FF0000; }

A.black:link { color:#000000; font-weight: normal; }
A.black:active { color:#000000; font-weight: normal; }
A.black:visited { color:#000000; font-weight: normal; }
A.black:hover { color:#000000; }


h1, h2, h3, h4, h5, h6 {
	margin: 0;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

h1 { font-size: 150%; color: #FF0000; }
h2 { font-size: 140%; color: #FF0000; }
h3 { font-size: 130%; color: #FF0000; }
h4 { font-size: 120%; color: #FF0000; }
h5 { font-size: 110%; color: #FF0000; }
h6 { font-size: 100%; color: #FF0000; }

ol {
	padding-left: 0em;
}
li {
	margin-bottom: 0.8em;
}
img{
	border: none;
}
td{
	vertical-align: top;
}

input, select{
	background-color: #FFDCC7;
	font-size: 96%;
	border-width: 1px;
	border-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDDD;
	border-top-color: #DDDDDD;
}

textarea{
	font: small Arial, Helvetica, sans-serif !important;    /* important */
	background-color: #FFDCC7;
	font-size : 93%;
	border-width: 1px;
	border-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDDD;
	border-top-color: #DDDDDD;
}

/* forms... */
input.checkbox{ /* for checkboxes, radiobuttons */
	border-width: 0px;
	cursor: pointer;
	background-color: #CCFFFF;
}
input.button{ /* for buttons */
	cursor: pointer;
	font-size: 98%;
	padding-left: 0.4em; padding-right: 0.4em;
}
input.buttonsmall{ /* for buttons */
	cursor: pointer;
	font-size: 12px;
	padding-left: 0.4em; padding-right: 0.4em;
}

input.news{
	width: 250px;
}
select.news{
	width: 80px;
}
input.plz{
	width: 50px;
}
input.ort{
	width: 192px;
}


/*
** CLASSES
*/

.fett {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.adress {
	font-size: 0.8em;
	text-align: left;
	line-height: 18px;
}
.content{
	text-align: left;
}
.footer {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.error{
	font-weight: bold;
	color: #FF0000;
	font-size: 90%;
	vertical-align: middle !important;
}
.info{
	font-size: 90%;
	color:#666666;
	text-align: left;
}
.standort{
	vertical-align: middle !important;
	font-size: 75%;
	text-align: left !important;
}
.smallline{
	line-height: 8px;
}
.imgborder{
	border: 1px solid black;
}
.zwzeile{
	font-size: 2px;
}
	
/**************************
table-scrolling / overtab
**************************/
#overtabnews { 
	height:145px; 
	width:530px; 
	overflow:auto; 
} 


.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-weight: bold; font-size: 8pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;}