/* CSS Document */
body {
padding:5px;
margin:0px;
font-size:12px;
font-family:verdana, tahoma, sans-serif;
}
* html .all {
width:650px;
margin-left:10%;
}


* html body {
padding:0px;
margin:0px;
}

.all {
width:700px;
margin:auto;
}

/* general configuration */

fieldset {
border:none;
}

a:link {
color:#999999;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:visited:hover {
text-decoration:underline;
}


#header {
position:absolute;
visibility:hidden;
background:url(arena_frei_logo.gif) top left no-repeat;
height:150px;
width:150px;
margin-left: -170px;
}

/* Defining Menu-bar on top of Page*/

#menu {
margin-top:10px;
border-bottom:1px solid black;
}
#menu a:link{
color:silver;
text-decoration:none;
}
#menu a:hover {
text-decoration:underline;
}
#menu a:visited{
color:silver;
text-decoration:none;
}

#menu a:visited:hover{
color:silver;
text-decoration:underline;
}
#menu ul {
list-style: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
#menu li{
display:inline;
white-space:nowrap;
margin:0px;
padding:0px 13px;
position: relative;
border-right:1px solid silver;

}
#menu li:first-child {
padding-left:0px;
}
#menu li:last-child {
border:none;
}
#menu ul ul li {
/*background-color:#4E4D3E;*/
background-color:#0095A3;
}
#menu ul ul {
visibility:hidden;
position:absolute;
top:14px;
left:-15px;
}

#menu li:hover ul {
visibility:visible;
}

/* Define Header of Main Area*/

#main_body_header img {
float:left;
border:none;
}


#header_body_textelement {
height:120px;
background:url(rc_up_right_new.gif) top right no-repeat;
/*background-color:#4E4D3E;*/
background-color:#0095A3;

}

#main_body_header {
margin-top:20px;
height:120px;
}
#main_body_header h1 {
color:white;
font-size:170%;
text-align:right;
padding-right:40px;
padding-top:50px;
}



/* Define the Main Area */

#main_area{
padding:20px;
/*background-color:#F1F1E3;*/
background-color:#FAB527;
margin:20px 0px;
}

#main_area_right{
/*color:#4E4D3E;*/
color:white;
float:right;
width:220px;
}
#main_area_right h1 {
font-size:150%;
}

#main_area p {
color:#4E4D3E;
font-size:100%;
width:350px;
}

#main_area_left h1 {
/*color:#53607A;*/
color:#0095A3;
font-size:140%;
padding:0px;
margin:0px;
}

/* Defining main_area columns in
the lower area */

.main_area_bottom_right {
color:#4E4D3E;
float:right;
width:300px;
padding:20px;
min-height:200px;
/*background-color:#F1F1E3;*/
border: 1px dashed silver;
}

.main_area_bottom_left {
color:#4E4D3E;
/*width:300px;*/
padding:20px;
min-height:200px;
/*background-color:#F1F1E3;*/
border: 1px dashed silver;
}
.main_area_bottom_left h1,
.main_area_bottom_right h1 {
/*color:#53607A;*/
color:#0095A3;
font-size:140%;
}

.main_area_bottom_left h3,
.main_area_bottom_right h3 {
/*color:#53607A;*/
color:#0095A3;
font-size:120%;
}

h4  {
color:grey;
font-size:14px;
padding: 10px 0px 10px 0px;
}
/*defining the footer */

#footer {
margin-top: 20px;
background:url(rc_bottom_left_new.gif) bottom left no-repeat;
height:120px;
/*background-color:#4E4D3E;*/
background-color:#0095A3;
}

#footer_content {
position:absolute;
background-color:white;
height:85px;
width:900px;
margin-top: 15px;
padding-top:8px;
padding-left:10px;
text-align:left;
}
#page_end {
border-top:1px solid #4E4D3E;
font-size:80%;
text-align:center;
margin-top:40px;
}

label {
width:130px;
text-align:left;
padding-right:10px;
float:left;
}

input {
width:181px;
}
input.csc-mailform-submit {
margin-left:140px;
width:184px;
border:none;
}

#footer_content img {
padding-right:13px;
border:none;
}

#af_form label, input, select {
margin:3px 0px;
width:212px;
}
#af_form textarea {
	width:202px;
	height:70px;
	margin:10px 0px;
}
#plz {
	width:42px;
}
#ort {
	width:166px;
}
#submit {
	width:85px;
	margin:40px 0px 0px 0px;
}
fieldset #schulform, #art_teilnehmer  {
	width:330px;
	line-height:160%;
}

#schulform input, #art_teilnehmer input {
	width:auto;
	float:left;
}
.standard_input {
width:auto;
}

.error {
color:red;
}
label+.error {
list-style:none;
}
