/* 1. ALLGEMEINE FORMATIERUNGEN */

html, body {
	width:100%;
	margin:0;
	padding:0;
	font: 8pt Arial,Helvetica,Verdana,sans-serif;
	color: #333333;
	background: #ffffff;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#top {
	float: left;
	width: 720px;
}

#col1 {
	float: left;
	width: 350px;
	margin-right: 20px; 
}

#col2 {
	float: left;
	width: 350px;
}

.container {
	margin: 0 auto 0 auto;
	width: 720px;
	padding: 0 0 15px 0;
	text-align: left;
}

.blickfang {
	background-color: #CCCCCC;
	height: 300px;
}


/* Ueberschriften,Fliesstext */

div.hr {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 1em;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0 10px 0;
	color: #CC0000;
}

.head {
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.textintro {
	font-size: 9pt; !important;
}

p {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}
em {
	font-style: italic;
}

.allignRight {
	float: right;
}




/* Formulare */

form {
	margin:0;
	padding:0;
}

fieldset {
	border: 1px solid #CC0000;
	padding: 20px 20px 20px 20px !important;
	padding: 20px 20px 20px 20px;
	background: #EAEAEA;
}

.fieldsetContent {
	margin: 0 0 0 2px !important;
	margin: 20px 7px 0 7px;
}

.fieldsetHead {
	width: 210px;
	padding: 2px 20px 2px 20px;
	background: #cc0000;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.fieldsetHeadGrey {
	width: 210px;
	padding: 2px 20px 2px 20px;
	background: #999999;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

input, select {
	font-size: 11px;
	margin:0;
	border:1px solid #cccccc;
}

.inputNoBorder {
	margin:0;
	border:none;
}

input.button {
	font-size: 8pt;
	color:#ffffff;
	background:#999999;
	font-weight: bold;
	border:none;
}
legend {
	color: #333;
	font-weight: bold;
}
select {
	margin:0;
	width:220px;
	font-size: 8pt;
	border:1px solid #dfdfdf;
}
textarea {
	font: 8pt Arial,Helvetica,Verdana,sans-serif;
	margin:0;
	width:220px;
	height:100px;
	font-size: 8pt;
	border:1px solid #dfdfdf;
}

.standardText {
	width: 220px;
}
.mediumText {
	width: 173px;
}
.smallText {
	width: 40px;
}
.gapRight {
	margin-right:5px;
}
.checkbox {
	display: block;
	float: left;
	margin: 0;
}
.checkboxText {
	display: block;
	float: left;
	vertical-align:text-bottom;
	margin-left:0;
	padding-left:2px;
}

*html .checkboxText {
	vertical-align:middle;
	margin-top:2px;
}

.checkradio {
	margin: 0 5px 0 0;
	border:0;
	vertical-align:text-bottom;
}

*html .checkradio {
	margin: 0 3px 0 0;
	vertical-align:middle;
}

.formHint {
	clear: both;
	height: 20px;
	margin: 20px 0 10px 160px;
}

.formRow {
	clear: both;
	padding: 0 0 10px 0;
}

.formCheckbox {
	padding: 10px;
	background-color: #cccccc;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.formError {
	float: right;
	text-align: right;
	margin: 0 0 0 0;
	color: #cc0000;
	font-weight: bold;
}


.label {
	line-height:110%;
	width: 160px;
	margin-right: 5px;
	float: left;
	background: url("../images/form_optional.gif") 0 2px no-repeat;
	padding-left:10px;
	padding-bottom:10px;
}

.labelRequired {
	line-height:110%;
	width: 160px;
	margin-right: 5px;
	float: left;
	background: url("../images/form_required.gif") 0 2px no-repeat;
	padding-left:10px;
	padding-bottom:10px;
	font-weight: bold;
}

.linkAdd {
	line-height:110%;
	margin-right: 5px;
	float: left;
	background: url("../images/link_add.gif") 0 2px no-repeat;
	padding-left:10px;
}

