/*
CSS-Design ohne Tabellen
*/

* { 
  margin: 0;
  padding: 0;
}

body {
     text-align:center;
     padding: 5px 0px 5px 0px;
     font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, sans-serif;
}

.wrapper {
     	 margin: 0px auto;
	 width: 980px;
         text-align:left;
}

.header {
        height: 95px;
        margin: 0px;
        padding: 0px;
}

.header_left {
              height: 95px;
              width: 280px;
              float: left;
              background-image: url(/fileadmin/mikefrey/img/bg_header_left.png);
              background-repeat: no-repeat;
}

.header_middle{
               height: 95px;
               width: 682px;
               float: left;
               background-image: url(/fileadmin/mikefrey/img/bg_header_mitte.png);
               background-repeat: repeat-x;
}

.header_right{
               height: 95px;
               width: 18px;
               float: left; 
               background-image: url(/fileadmin/mikefrey/img/bg_header_right.png);
}

.container{
		background-image: url(/fileadmin/mikefrey/img/container_left_middle.png);
		background-repeat: repeat-y;
		float: left;
		background-position: left top;
		clear: both;
}

.container_left {
                 width: 280px;
                 float: left;
}

.container_left_top {
                 width: 280px;
                 height: 12px;
                 background-image: url(/fileadmin/mikefrey/img/container_left_top.png);
                 background-repeat: no-repeat;
		 overflow: hidden;
}

.container_left_middle {
                 width: 280px;
}

.container_middle { 
                   width: 690px;
                   float: left;
                   padding-top: 10px;
}

.footer {
        clear: both;
        text-align: right;
        height: 40px;
        padding-right: 5px;
}

.footer_left{
            float: left;
            width: 280px;
            height: 40px;
            background-image: url(/fileadmin/mikefrey/img/container_left_bottom.png);
            background-repeat: no-repeat;
            line-height: 2em;
            text-align: center;
}

.footer_middle{
              float: left;
}
.footer_middle A {
               text-decoration: none;
               color: #669933;
               line-height: 2em;
}

.footer_right{
             float: right;
             line-height: 2em;
}

/*
Definitionen für das Aussehen der Webseite
*/

html {
     font-familiy: verdana;
     font-size: 1.0em;
     font-weight: normal;
     line-height: 1.3em;
}

ul {
   list-style-image: url(/fileadmin/mikefrey/img/green_bullet.png);
   padding-left: 2em;
}

/*
Menue
*/

/*
Header Menu
*/

.top_menu_item{
             float: left;
}

.top_menu_item_left{
                   float: left;
                   background-image: url(/fileadmin/mikefrey/img/top_menu_item_left.png);
                   margin-left: 15px;
                   width: 9px;
                   height: 41px;
                   margin-top: 26px;
}

.top_menu_item_middle{
                   float: left;
                   background-image: url(/fileadmin/mikefrey/img/top_menu_item_middle.png);
                   background-repeat: repeat-x;
                   margin-top: 26px;
                   line-height: 2.5em;
                   height: 41px;
}

.top_menu_item_middle A{
                       font-weight: bold;
                       text-decoration: none;
                       color: black;
                       text-transform: uppercase;
}

.top_menu_item_middle A:hover{
                       color: #669933;
}

.top_menu_item_right{
                   float: left;
                   background-image: url(/fileadmin/mikefrey/img/top_menu_item_right.png);
                   width: 9px;
                   margin-top: 26px;
                   height: 41px;
}

.bottom_menu A {
               font-weight: bold;
               text-decoration: none;
               color: #669933;
}

.left_menu {
	display: block;
	text-align: right;
	padding-right: 35px;
}

.left_menu A{
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

.left_menu A:hover{
	color: white;
}


/*
Inhaltselemente
*/

p {
	padding-top: 0.5em;
}
.container .csc-default{
                        background-color: #D1E6A6;
                        padding: 1em;
                        text-align: justify;
}

.container H1{
              line-height: 1.4em;
              font-size: 1.2em;
}

.container_left_middle .csc-default{
                        padding: 1em;
                        background-color: transparent;
}

/*
Formulare
*/

.csc-mailform-field {
	overflow: hidden;
	margin-bottom: 5px;
} 

span.csc-mailform-radio {
	width: auto;
	float: left;
}

span.csc-mailform-radio input{
	width: 20px;
}


label, input, select{
	float: left;
	width: 100px;
}

input#submit {
	float:none;
	width: auto;
}