/* CSS originally by mejobloggs */
/* Design by puntoyaparte.de adapted from Aran@stuio7designs.com  */
/* Please email me if you use this, as I would love to see how it is being used, */
/* also you can join my linkshare to help you with your google ranking */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 100%;
	color: #00000;
	background-color: white;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
  	cursor: default;
}

#container {
/* oberste DIV-Einheit in der alle anderen DIV-Einheiten verwendet werden */
    margin: 0px auto 5px auto;
    background-color: white; 
/* Definition zur Breite und Höhe möglich */
    width: 800px;
    z-index: 1;
/* Achtung hier keine Schriften (Fonts) definieren !*/   
}


/* Set the page width */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span { background-position:100% -42px; }

#header {
	height: 102px;
/* Definition einer 1px breiten Umrandung in schwarz  */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header_left {
/* DIV-Einheit Kopf links = Bild */
/* Anordnung automatisch nach links */
	float: left;
/* Definition Breite */
	width: 553px;
}

#header_right {
/* DIV-Einheit Kopf rechts = Text */
/* Anordnung automatisch nach rechts */
	float: right; 
	padding-top: 30px;
	text-align: center;
/* Definition Breite */
	width: 241px;
}

#wrapper-content {
/* Definition einer 1px breiten Umrandung in schwarz  */
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

* html #wrapper-content { height: 1%; }

#content
{
	overflow: auto; 
	padding: 5px 45px 5px 40px;
/*	width: 536px; */
	height: 401px;
}

#wrapper-menu-page {
	float: right;
	width: 180px;
	margin: 20px 30px 0em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family: "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#image-page
{
	height: 10px;
}

#menu-page
{
	height: 225px;
	padding-top: 15px;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #5b8fbe; }
#menu-page a:hover { color: #888; }

#wrapper-footer {
	margin-top: 0.25em;
	text-align: center;
}

#footer {
	margin: 0px 0px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
/*	border-bottom: 0; */
	height: 35px;
	font-family: trebuchet ms, verdana, arial, tahoma;
        font-size: 80%;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

.logo {
/* SPAN-Einheit für das LOGO puntoyaparte */
	font-size: 35px;
	font-weight: bold;
	font-family: trebuchet ms, verdana, arial, tahoma;
}

.logountertitel {
/* SPAN-Einheit für das LOGO-Untertitel  */
	font-size: 15px; 
	font-weight: bold;
	font-family: trebuchet ms, verdana, arial, tahoma;
	line-height: 2.5; 
}

.red {
/* SPAN-Einheit für roten Buchstaben in puntoyaparte  */
    color: #CC0033;
}

/* für kontaktformular */
.eingabe {
    border: 0px;
    width: 200px;
    border-bottom: solid 1px #000000;
    background-color: transparent;
    font-family: Comic Sans MS,Verdana, Arial;
    font-size: 13px;
    color: #0000A0;
}
.eingabefeld {
    width: 200px;
    height: 110px;
    overflow: auto;
    border: solid 1px #000000;
    background-color: transparent;
    font-family: Comic Sans MS,Verdana, Arial;
    font-size: 12px;
    color: #0000A0;
}
.tabelle {
    background-image: url(papier.jpg);
    border: solid 1px #000000;
}
.format {
    font-family: Times New Roman;
    font-size: 16px;
    color: #000000;
}
.button {
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
    border: 0px;
}
.vertikale_linie {
    width: 1px;
    height: 300px;
    background-color: #797979;
}
.klein {
    font-family: Tahoma,Arial;
    font-size: 11px;
    color: #4D4D4D;
}

