@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	background-color: #FFF;
	color: #333;
	line-height: 130%;
}

#pagecontent {
	font-size: 10pt;
	line-height: 1.6;
	}

/* hier sind stylesheets auf Basis von san-tribe */
a:link {
	color : #990000;
	text-decoration : none;
}

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

.leftFlow {
	display: none;
}

/*  Begin Control of included footer  */

footer {
	padding: 10px;
	font-size: 8pt;
	line-height: 1.6;
	text-align: center;
}

/*  End Control of included footer  */


/* Formulare */

.label {
	font-size : 13px;
	font-weight : 600;
}

.drop-down {
	border:1px solid #808080;
	width: 144px;
	font-size : 12px;
}

.drop-down2 {
	border:1px solid #808080;
	width: 246px;
	font-size : 12px;
}

.submit {
	display: none;
}

.gray {
	color: #333;
}
