/*### Intermarco ###*/

* {
margin: 0;
padding: 0;
}

body {
font-size: 75%;
color: #000;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4;
}

/*################################## Layout ################*/

#wrapper {
position: relative;
margin: 25px auto 25px auto;
border: 2px solid #eee5da;
padding: 25px;
width: 905px;
}

/*### header ###*/

#head {
background-image: url(images/head_bg.gif);
background-repeat: repeat-x;
padding: 0 0 2em 0;
}

#logo {
float: right;
}

#head h1 {
padding: 0.5em 0.5em 0.2em 9.5em;
color: #2456a9;
border-bottom: 2px solid #c63;
}

/*############## Horizontales Menue ################ */

#mainmenu {
position: relative;
top: 13px;
padding: 4px 0;
text-align: center;
width: 685px;
}

#mainmenu ul {
list-style-type: none;
word-spacing: 0;		
}

#mainmenu ul li {
display: inline;
}

#mainmenu ul li a {
padding: 0 0.5em 0 0.5em;
margin: 0 1em;
color: #fff;				
text-decoration: none;
font-weight: bold;
background-color: #e69966;		/*### orange ###*/
font-size: 90%;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #c63;
border-bottom: 1px solid #000;
}

#mainmenu a:hover {
color: #000;
background-color: #eeddc9;		/*### etwas dunkler sand ###*/
border-top: 1px solid #000;
border-left: 1px solid #c63;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#mainmenu ul li a.on {
color: #000;
font-weight: normal;
background-color: #eeddc9;
border-top: 1px solid #000;
border-left: 1px solid #c63;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/*#################### Inhalte  #####################*/

#content {
position: relative;
background-color: #eee5da;		/*### sand ###*/
min-height: 30em;
width: 905px;
}

/*#################### nav_left #####################*/

#nav_left {
position: absolute;
width: 11.8em;
height: 100%;				/*### funktioniert ausser im IE6 ###*/
top: 0;
left: 0;
padding: 20px 2px 2px 7px;
color: #c63;
}

#nav_left ul li a {
display: block;
/*### text-decoration: none; ###*/
padding: 5px 0;
color: #000;
}

#nav_left ul li a:hover {
/*### background-color: #eeddc9; ###*/		/*### etwas dunkler sand ###*/
/*### border-right: 2px solid #c63; ###*/
color: #2456a9;
font-weight: bold;
}

#nav_left ul li a.on {
background-color: #fff;
/*### border-right: 2px solid #c63; ###*/
width: 12em;
text-decoration: none;
/*### padding-left: 0.5em; ###*/
text-align: center;
}

#nav_left ul li a.on:hover {
color: #000;
font-weight: normal;
}

/*#################### content_mid #####################*/

#content_mid {
margin: 0 11em 0 12.5em;
padding: 0 1em;
background-color: #fff;
min-height: 30em;
}

#produkte_rechts {
float: right;
margin: 0 0 0 3px;
text-align: center;
font-size: 90%;
line-height: 1.6;
}

#produkte_rechts a {
color: #2456a9;
}

.block {
display: block;
}

form table {
margin: auto;
}

#und {
font-size: 2.5em;
font-weight: bold;
}

/*#################### content_right #####################*/

#content_right {
position: absolute;
top: 0;
right: 0;
width: 11em;
text-align: center;
height: 100%;
}

#content_right p {
font-size: 85%;
padding: 20px 0 0 0;
}

#fuss {
position: absolute;
bottom: 10px;
right: 2em;
font-size: 80%;
color: #000;
}

/*##################### Formate #######################*/

h1 {
font-size: 140%;
}

h2 {
font-size: 130%;
}

h3 {
font-size: 120%;
}

h1, h2, h3, p {
padding: 0 0 1em 0;
}

ul {
list-style-type: none;
}

a {
color: #000;
}

a:hover {
color: #2456a9;
}

img {
border: none;
}


