/* CSS Document */

* {
padding:0;
margin:0;
}

body {
font:0.8em Verdana, Arial, Helvetica, sans-serif;
background:#FEF600;
}

a {
color:#039;
}

a:hover {
color:#06a;
}

h1 {
font-size:1em; 
color:#f00;
margin-bottom:20px;
}

ul {
list-style:none;
}

li {
background:url(../../img/main/li.jpg) 0 50% no-repeat;
padding:0 0 0 10px;
}

#container {
width:601px;
margin:0 auto;
}

#logo {
display:block;
margin:40px auto 25px auto;
width:452px;
height:74px;
background:url(../../img/main/logo.jpg) no-repeat;
}

#head {
width:601px;
height:200px;
margin:0 0 20px 0;
background:url(../../img/main/head.jpg) no-repeat;
}

#logo span, #head span {
display:none;
}

.box1, .box2 {
background:#FEFA6B;
margin-bottom:20px;
}

.box1_ol { background:url(../../img/main/box1_ol.jpg) top left no-repeat; }
.box1_or { background:url(../../img/main/box1_or.jpg) top right no-repeat; }
.box1_om { background:url(../../img/main/box1_om.jpg) repeat-x; }

.box2_ol { background:url(../../img/main/box2_ol.jpg) top left no-repeat; }
.box2_or { background:url(../../img/main/box2_or.jpg) top right no-repeat; }
.box2_om { background:url(../../img/main/box2_om.jpg) repeat-x; }


.box_ul { background:url(../../img/main/box_ul.jpg) bottom left no-repeat; }
.box_ur { background:url(../../img/main/box_ur.jpg) bottom right no-repeat; }

.box1 .box_ur {
padding:15px;
}

.box2 .box_ur {
padding:10px 15px 15px 15px;
}


.columns {
margin:20px 0;
width:601px;
}

.leftbox {
width:290px;
float:left;
}

.rightbox {
width:290px;
float:right;
}


label, input, select { 
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}

input, select, textarea {
border:2px #FEFA6B solid;
  background:#fff;
}

textarea {
height:80px;
width:350px;
}

form br { 
  clear: left; 
}

input#submit { 
  float: none;
  width: auto;
  margin:0 0 0 160px;
}

label {
 text-align: right; 
 padding-right: 1em; 
}

#foot {
clear:both;
font-size:10px;
text-align:right;
margin-bottom:10px;	
}