/* ----------------------------------------------------------------------------
		file		: style.css
		site		: www.andreahille.de
		author	: Tobias Baur, www.tobiasbaur.de
		date		: 2008-04-11
		function	: style-definition for all browsers
---------------------------------------------------------------------------- */

* {
padding: 0;
margin: 0;
outline: none;
}

html {
height: 101%;
width: 100%;
}

body {
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
background-color: #fcfcfa;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #4e4e4e;
line-height: 14px;
height: 100%;
width: 100%;
}

h1, h2, h3, h4, h5, h6 {
color: #2e9cc0;
font-size: 19px;
font-weight: normal;
padding-bottom: 15px;
}

h2 {
font-size: 15px;
font-weight: bold;
padding-bottom: 8px;
}

h3 {
font-size: 13px;
font-weight: bold;
padding-bottom: 4px;
}

p {
padding-bottom: 7px;
}

a {
color: #96bd0d;
text-decoration: none;
}

a:hover, a:focus {
color: #2e9cc0;
text-decoration: none;
}

a img {
border: 0;
}

table.main {
width: 100%;
height: 100%;
border: 0;
border-spacing: 0;
border-collapse: collapse;
}

.left {
background-position: right top;
background-repeat: no-repeat;
width: 50%;
}

.middle {
margin: 0px auto;
width: 925px;
}

.right {
height: 100%;
width: 50%;
}

#container {
margin-top: 33px;
width: 925px;
}

#head {
font-size: 11px;
height: 320px;
}

#head .box, .boxcolumn1 {
background-image: url(../images/boxbg.jpg);
background-repeat: repeat-x;
height: 320px;
float: left;
}

.boxcolumn1 {
margin: 0px 1px 0px 1px;
}

.ro {
background:url(../images/ro.jpg) top right no-repeat;
}

.lo {
background:url(../images/lo.jpg) top left no-repeat;
}

.ru {
background:url(../images/ru.jpg) bottom right no-repeat;
}

.lu {
background:url(../images/lu.jpg) bottom left no-repeat;
}

#box0 {
height: 320px;
width: 181px;
}

#head ul {
list-style: none;
margin-left: 12px;
}

#head li {
padding-bottom: 12px;
}

#mainmenu {
position: relative;  
height: 314px;
}

#submenu {
position: relative;    
height: 217px;
}

#submenu ul, #mainmenu ul {
position: absolute;
bottom: 0px;
}

#mainmenu a, #submenu a {
color: #01632f;
text-decoration: none;
padding-left: 8px;
}

#mainmenu a:hover, #submenu a:hover, #mainmenu a:focus, #submenu a:focus, #mainmenu a.active, #submenu a.active  {
background-image: url(../images/a.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
color: #2e9cc0;
text-decoration: none;
}

#box1 {
height: 320px;
width: 221px;
}

#box2 {
height: 320px;
width: 521px;
}

#box2 img {
float: left;
}

/* unterer Bereich */

#main {
margin-top: 1px;
background-image: url(../images/boxbg.jpg);
background-position: 0px -321px;
background-repeat: repeat-x;
min-height: 243px;
/*height: 243px;*/
}

#main .box {
float: left;
}

.rob {
background:url(../images/rob.jpg) top right no-repeat;
}

.lob {
background:url(../images/lob.jpg) top left no-repeat;
}

.lobs {
background:url(../images/lobs.jpg) top left no-repeat;
}

#box3 { 
width: 403px;
}

#green {
background-repeat: no-repeat;
height: 254px;
width: 403px;
}

#box4 {
width: 522px;
}

#text {
background-image: url(../images/textbottom.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 50px 20px 32px 30px;
}

#footer {
color: #96bd0d;
font-size: 9px;
padding: 10px 20px 32px 30px;
}

#footer a {
color: #96bd0d;
text-decoration: none;
}

#footer a:hover, #footer a:focus {
text-decoration: underline;
}

#footer a.top {
margin-left: 200px;
}

.error {
	color: #FF0000;
}

textarea {
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #4e4e4e;
}

.blue {
color: #2e9cc0;
}
