﻿* {
  margin:  0px;
  padding: 0px;
}

body {
     font-family: "Verdana", "Bitstream Vera Sans", "Helvetica", sans-serif;
     font-size: 12pt;
     background-color: #3b3b3b;
     background-image: url("images/bg_main_1.png");
     background-repeat: repeat-y;
     background-position: top center;
}

a {
  color: #095bb2;
}

a:hover {
        color:#ff1300;
}

em {
font-weight: bold;
}

#main {
      width: 960px;
      margin: 10px auto 5px auto;
      
}

#menu {
	  font-size: 10pt;
      font-weight: bold;
      border: 1px solid #aaaaaa;
      margin: 20px 0px 2px 0px;
      padding: 3px 10px 2px 0px;
      background: url("images/bg_menu_0.png") bottom left repeat-x;
}

#menu a {
        padding: 4px 10px 2px 0px;
        color: black;
        text-decoration: none;
}

#menu a:hover {
              background: url("images/bg_menu_1.png") bottom left repeat-x;
}

#menu ul li {
            display: inline;
}

h2 {
	font-size: 12pt;
	text-align: center;
}

h3 {
   color: #000000;
   border-bottom: 1px dotted #6A00B2;
   margin: 5px 0px 10px 0px;
   font-family: "Constantia", "Palatino", "URW Palladio L", serif;
}

h4 {
	color: #000000;
	border-bottom: 1px dotted #6A00B2;
	margin: 5px 0px 10px 0px;
	font-family: "Constantia", "Palatino", "URW Palladio L", serif;
}

p {
	margin: 10px 0px;
}

#textlinks p.ueber_mich_absatz1 {
	margin: 70px 0px 0px 0px;
}

#textlinks {
	width: 639px;
	float: left;
}

#bild_rechts img {
	margin: 0px 0px 0px 5px;
}

#partner {
	width: 640px;
	padding: 0px 35px 0px 0px;
	float: left;
	border-right: 1px dotted #6A00B2;
}

#untermenu {
	width: 260px;
	float: right;
}

#untermenu ul li {
	list-style-type: none;
	font-size: 10pt;
}


/* Top-/Linkliste */

#partner .topliste_fremd {
	float: left;
	margin: 5px;
	padding: 5px;
}

/* Fotoalben */

#partner .album {
	height: 100px;
	width: 100px;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #6A00B2;
	background: yellow;
	text-align: center;
}

#partner .album img {
	border: 1px solid #6A00B2;
	
}

#partner .album a:hover img {
	border: 1px solid white;
}


#kontaktformular {
	
	padding-right: 15px;
	
}

#kontaktformular table th, #kontaktformular table td {
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0px 0px;
}

#kontaktformular input, #kontaktformular textarea {
	padding: 2px 2px 0px 2px;
	margin: 0px 3px 0px 0px;
	background: #e3e3e3;
	border: 1px solid #aaaaaa;
}


/* Impressum */

#impressum p {
	text-align: center;
}

#footer {
		clear: both;
        border-top: 1px solid black;
        padding: 0px 0px 0px 0px;
        font-size: 8pt;
}


#footer p.links{
				text-align: left;
}





#footer p.rechts {
               text-align: right;
               float: right;
