a{
	text-decoration: none;
	color: #274897;
}
*{
	font-family: Arial;
	font-size: 13px;	
	color: #000000;
	margin: 0;
	padding: 0;
}

#frame{
	width: 841px;
	border: 1px solid #BC4E1A;
	margin: auto;
	margin-top: 10px;
}

#site{
	float: left;
	width: 841px;
	border: 1px solid #BC4E1A;
	margin: auto;
}

#menu {
	float: left;
	width: 841px;
	height: 30px;
	background-color: #BC4E1A;
}

#menu ul{
	padding-left: 19px;
	margin-top: 6px;
}

#menu ul, li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
	list-style-position: inside;
}

#menu ul, li a {
	color: #ffffff;
	text-decoration: none;
}

#menu ul, li a:hover,#menu ul, li a.active  {
	color: #274897;
}


#txt_left{
	float: left;
	width: 420px;
	height: 464px;
}

#txt_left p{
	margin-top: 40px;
	margin-left: 19px;
	margin-right: 19px;
	text-align: left;
}

#txt_right{
	float: right;
	width: 420px;
	height: 464px;
}

#txt_right p{
	margin-top: 40px;
	margin-left: 19px;
	margin-right: 19px;
	text-align: left;
}

#footer p{
	padding-left: 19px;
	color: #ffffff;
}

.blue_kursiv{
	color: #274897;
	font-style: italic;
	font-family: Verdana;
}

.bold{
	font-weight: bold;
}



form{
	padding-left: 19px;
}
table.FormularTable {
	padding:0px;
	width:300px;
}
table.FormularTable td {
	padding-right:3px;
	padding-top:5px;
}
table.FormularTable input {
	border:1px solid #CCCCCC;
	color:#000000;
	height:21px;
	width:100%;
}
table.FormularTable .button {
	height:21px;
	width:100px;
}
table.FormularTable textarea {
	border:1px solid #CCCCCC;
	color:#000000;
	width:100%;
}
table.FormularTable select {
	border:1px solid #CCCCCC;
	height:15px;
	width:100%;
}
table.FormularTable .DefaultText {
	color:#000000;
}
table.FormularTable .ErrorText, p.ErrorText {
	color:#FF0000;
}
table.FormularTable .ErrorInput {
	border:1px solid #FF0000;
	margin-bottom:0px;
	padding-bottom:0px;
	vertical-align:bottom;
	width:100%;
}
table.FormularTable .Button{
	width: 85px;
}
