* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #536482;
 background-color: #c8c7c6;
 font-size: 12px;
 background-image:url(images/bg-tile.gif);
 background-repeat: repeat-x
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 0px solid #bdab7f;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #FFFFFF;
 font-weight: bold;
 margin: 8px 0px 0px 6px;
 background-image: url(images/nav-bar.gif);
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}

img.float_right {
 float: right;
 margin: 0px 14px 10px 14px;
}

/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.sponsor {
 background-image:url(images/sponsor.gif);
 min-height: 80px;
 background-repeat: no-repeat;
 text-align: center;
 padding: 15px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px;
}
* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-image:url(images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 12px;
 color: #ffffff;
 min-height: 11px;
 font-weight: bold;

}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
}

h2 {
 font-size: 12px;
}

h3 {
 font-size: 10px;
}

/* ------------------------- End Headings ---------------------*/


/* --------------------- Start Form ------------------------*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 400px;
  width: 400px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* ---------------------------- End Form --------------------------------------------*/

#footer {
 color: #000000;
 font-size: 11px;
 clear: both;
 font-family: Trebuchet MS;
 margin-bottom: 5px;
}
#nav-bar li {
 list-style: none;
}

#list li {
 list-style: none;
}

ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}

#nav-bar a:link {
 color: #ffffff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #ffffff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #95aace;
 text-decoration: none;
}

a.kontakt:link {
color: #89836e;
font-weight: bold;
font-style:italic;
font-size: 12px;
}
a.kontakt:visited {
color: #89836e;
font-weight: bold;
font-style:italic;
font-size: 12px;
}
a.kontakt:hover {
color: #89836e;
font-weight: bold;
font-style:italic;
font-size: 12px;
}
a.kontakt:active {
color: #89836e;
font-weight: bold;
font-style:italic;
font-size: 12px;
}

a:link {
 color: #cb0065;
 text-decoration: none;
 font-style:italic;
}
a:visited {
 color: #cb0065;
 text-decoration: none;
 font-style:italic; 
}
a:visited {
 color: #cb0065;
 text-decoration: none;
 font-style:italic; 
 
 }
 
.valid {
 margin: 10px 0px 0px 10px;
}



