/***** GLOBAL SETTINGS *****/
* { margin: 0; padding: 0; }

body {
	font: 90% Georgia,"Times New Roman",Times,serif;
	color: #000;
  background: url(/img/body_bg.jpg) repeat-x;
}

a {  text-decoration: none; }
#navigation a { color: #666666; display: block; }
#content a { color: #07A7F5; }

a img {	border: 0 none; }

ul { list-style-type: none; }

h1, h2, h3, h4, h5, p { font-weight: normal; }


/***** Struktur und Ausrichtung *****/

div#container {
  background: transparent url(/img/container_bg.jpg) repeat-y;
  height: 100%;
  margin: 0 auto;
  width: 716px;
}

div#border_left { background: transparent url(/img/container_bg_l.jpg) top left no-repeat; }
div#border_right { background: transparent url(/img/container_bg_r.jpg) top right no-repeat; }

div#header {
  background: url(/img/header_bg.gif) 0 0 no-repeat;
  height: 240px;
  margin-left: 8px;
}

div#navigation {
  display: inline;
  float: left;
  padding: 10px 0 0 28px;
  width: 150px;
}

div#content {
  border-left: 1px dashed #07A7F5;
  margin-left: 188px;
  padding: 20px 0 16px 0;
  width: 520px;
  min-height: 200px;
}

div#content ul { padding-left: 16px; }
div#content ul li { padding-left: 32px; }
div#content img { margin: 8px 0 -3px 0; }

div#footer { 
  border-top: 1px solid #07A7F5;
  color: #07A7F5;
  line-height: 1.5em;
  margin: 0 auto;
  text-align: center;
  width: 702px;
}

p, form#kontakt span { padding: 6px 16px; }

h1, h2 {
  color: #07A7F5;
  font-size: 1.1em;
  font-weight: bold;
  padding: 16px 16px 0 16px;
}

h1 { background: url(/img/ae.gif) top left no-repeat; height: 30px; padding-top: 45px; }

h3 {
  background: #07A7F5;
  color: #ffffff;
  font-size: 80%;
  font-style: italic;
  line-height: 2.0em;
  margin: 0 0 10px 0;
  padding-left: 16px;
}

input#form_name, input#form_email, input#form_msg { width: 300px; }
input#form_submit { width: 130px; }
input#form_msg { height: 160px; }

ul.menu li a {
  font-weight: bold;
  margin-top: 5px;
}

ul.menu li ul li a {
  font-weight: normal;
  margin-top: 2px;
  padding-left: 15px;
}

a#current { color: #07A7F5; }
a:hover {	color: #000000; }

/* Hide from IE5-mac. Only IE-win sees this. \*/
*html #content * { margin-right: 3px; }
*html #content img { width: 516px; }
/* End hide from IE5/mac */