/*
---------------------------------------------------------
Ama Walton Webpage
Start:  15.01.2008
Letzte Änderung:  24.01.2008
Autor: Ralph Löffler
Medium Screen
---------------------------------------------------------
*/

/* Wireframing */ 
/* div {
	margin:0;
	padding:0;
	border:1px solid #F00
} */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ol, ul, h1, h2, h3, h4, h5, h5, h6 {
	margin:0 0 0 0;
	text-indent: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #BBBBBB;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #AAAAAA;
}

#Container {
	width: 806px;
	margin: 0 auto;
	text-align: left;
	text-indent: 0;
	padding-top: 20px;
}

#Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
/*	background-image:url(../images/Logo.png);
	background-repeat: no-repeat;
	background-position: right; */
	height: 37px;
	width: 806px;
	margin-bottom: 10px;
}

#Header h1 {
	height: 47px;
	line-height: 500px;
	overflow: hidden;
}

#MainRight {
	float: left;
	height: 400px;
	width: 160px;
	padding-left: 0px;
}

#Vita{
	float: left;
	width: 430px;
}
#Navigation {
	height: 16px;
}

#Navigation ul {
	list-style-type: none;
}

#Navigation li {
	display: inline;
	width: 88px;
	height: 16px;
	display: block;
	float:left;
	background-repeat: no-repeat;
}

#Navigation a {
	display: block;
	font-size: 0.8em;
	text-indent: -9000%;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 2px;
	text-transform: uppercase;
}

#NaviAnw {
	padding-top: 10px;
}

.NaviAnwAma {
	width: 130px;
	height: 25px;
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style-type: none;
	clip: rect(auto,20px,auto,auto);
	padding-left: 20px;
}

.NaviAnwAma a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.NaviAnwAma a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.NaviAnwAma a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.NaviAnwAma a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#ContainerLeiMenu {
	padding-top: 0px;
}

.NaviLei {
	width: 170px;
	display: block;
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	list-style-type: none;
	padding-left: 20px;
	height: 1.5em;
}

.NaviLei a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.NaviLei a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.NaviLei a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.NaviLei a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.Home {
	background-image: url(../images/HomeTab-unselected.gif);
	background-repeat: no-repeat;
}

.Home:hover {
	background-image: url(../images/HomeTab-unselectedHover.gif);
	background-repeat: no-repeat;
}

.HomeSelected {
	background-image: url(../images/HomeTab-selected.gif);
	background-repeat: no-repeat;
}

.Leistungen {
	background-image: url(../images/LeistungenTab-unselected.gif);
	background-repeat: no-repeat;
}

.Leistungen:hover {
	background-image: url(../images/LeistungenTab-unselectedHover.gif);
	background-repeat: no-repeat;
}

.LeistungenSelected {
	background-image: url(../images/LeistungenTab-selected.gif);
	background-repeat: no-repeat;
}

.Seminare {
	background-image: url(../images/SeminareTab-unselected.gif);
	background-repeat: no-repeat;
}

.Seminare:hover {
	background-image: url(../images/SeminareTab-unselectedHover.gif);
	background-repeat: no-repeat;
}

.SeminareSelected {
	background-image: url(../images/SeminareTab-selected.gif);
	background-repeat: no-repeat;
}

.Anwaelte {
	background-image: url(../images/AnwaelteTab-unselected.gif);
	background-repeat: no-repeat;
}

.Anwaelte:hover {
	background-image: url(../images/AnwaelteTab-unselectedHover.gif);
	background-repeat: no-repeat;
}

.AnwaelteSelected {
	background-image: url(../images/AnwaelteTab-selected.gif);
	background-repeat: no-repeat;
}

.Kontakt {
	background-image: url(../images/KontaktTab-unselected.gif);
	background-repeat: no-repeat;
}

.Kontakt:hover {
	background-image: url(../images/KontaktTab-unselectedHover.gif);
	background-repeat: no-repeat;
}

.KontaktSelected {
	background-image: url(../images/KontaktTab-selected.gif);
	background-repeat: no-repeat;
}

#MainTop {
	background-image: url(../images/Header-Home.gif);
	height: 19px;
}

#MainTopOther {
	background-image: url(../images/Header-Other.gif);
	height: 19px;
}

#MainContent {
	background-image: url(../images/Main.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-indent: 0px;
	min-height: 400px;
	padding-bottom: 5px;
	overflow: auto;
}

#MainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-variant: normal;
	margin-left: 20px;
	margin-bottom: 1em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#MainContent p {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 50px;
	margin-bottom: 0.7em;
	line-height: 140%;
	color: #FFFFFF;
}

#MainContent table {
	margin-left: 20px;
}


#MainLeft {
	float: left;
	width: 150px;
	height: 400px;
	text-indent: 0px;
}

#MainLeftLeistungen {
	clear: left;
	float: left;
	width: 150px;
	height: 400px;
	text-indent: 0px;
	padding-right: 100px;
}

.LeistungenList {
	line-height: 150%;
}

.LeistungenList2 {
	line-height: 140%;
}
.KontaktTable {
}

.KontaktTableCell1 {
	text-align: left;
	font-weight: normal;
	text-indent: 20px;
	text-transform: uppercase;
}

.KontaktTableCell2 {
	text-align: left;
}

.KontaktTableCell3 {
	text-align: left;
}

.KontaktTableBottom {
	text-align: left;
	text-indent: 20px;
}

#footer {
	background-image: url(../images/Footer.gif);
	height: 29px;
	background-repeat: no-repeat;
	font-size: 0.6em;
	color: #FFFFFF;
	padding-right: 30px;
	clear: both;
}

