

/* DATEI: style.css */


/*     Grund Einstellungen	*/
/* ============================ */

* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url(../layout/images/bg.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

img { 
	border: none;
}

a { 
	color: #669900;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
	color: #000;
}

/*-------------------*/

#main {
	margin: 0 auto;
	width: 800px;
}

/*-------------------*/

#headertop { 
	height: 40px;
	background: #fff;
	padding: 10px 10px 0px 10px;
	text-align: right;
}

/*-------------------*/

#header { 
	height: 60px;
	background: url(images/header.jpg) no-repeat;
}

#header h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 12px 0 5px 10px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#header h2 {
	color: #ccc;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 11px;
	line-height: 12px;
}

/*-------------------*/

#menu {
	background: url(images/menubox.jpg) no-repeat;
	height: 90px;
	padding: 30px 30px 30px 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu  {
	width: 205px;
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #bbb;
	font-size: 12px;
}

.menu ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
}

.menu strong {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.menu a { 
	text-decoration: underline;
}

.menu a:hover { 
	text-decoration: none;
	background-color: #669900;
	color: #fff;
}

/*-------------------*/

#content {
	padding: 10px 10px;
}

.left {
	width: 355px;
	float: left;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
}

.left h2 {
	color: #669900;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 15px 0;
}

.left h3 {
	color: #669900;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 15px 0;
}

.left ul {
	list-style-type: square;
	padding: 5px 10px 0px 30px;
	text-align: left;
}

.right {
	width: 355px;
	float: right;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	line-height: 22px;
}

.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
}

.right h4 {
	color: #669900;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
}

.right a { 
	text-decoration: none;
	color: #333333;
}

strong {
	font-weight: bold;
}

em	{
	font-style: italic;
}

.ads {
	border-top:1px dotted #D9D9D9;
	border-bottom:1px dotted #D9D9D9;
	margin:10px 0;
	padding:10px 0;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
}

.ads_top {
	padding:20px;
	text-align: center;
}

.vita {
	background-color : #f8f8f8;	
	padding: 20px 40px 20px 35px;
}

.vita h5 {	
	font-size: 11px;
	font-weight: bold;	
}

.content a { 
	text-decoration: none;
	color: #333333;
}

/*-------------------*/

#footer {
	border-top: 1px solid #000;
	text-align: right;
	color: #333;
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin-top: 20px;
}

.footer a { 
	text-decoration: underline;
	color: #000;
}

a:hover { 
	text-decoration: underline;
	color: #669900;
}

/*-------------------*/

.send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #f4f4f4;
	border: 0px solid #000;
	padding: 4px;
}

table.fon {
	background: url(../layout/images/fonbox.jpg) no-repeat;
	width: 342px;
	height: 80px;
	color: #f4f4f4;	
	padding: 5px;
}

td.fon {
	padding-left: 10px;
}

td.fon2 {
	padding-left: 0px;
}

.right_kontakt {
	width: 250px;
	float: right;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}

