/* www.landlebenkunstwerk.de */
/* Antje Scharf, www.as2web.de */

html,body{
	margin:0;
	padding:0;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body.termine{
	background: #E9F1EC;
}
/* layer */

div.all{
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-400px;
	z-index:1;
	background: #E9F1EC;
	width:803px;
	height:570px;
	border:1px solid #58866D;
}

div.montage{
	position:absolute;
	top:1px;
	left:1px;
	z-index:2;
	width:799px;
	height:156px;
}
div.navi{
	position:absolute;
	top:110px;
	left:184px;
	z-index:3;
	width:582px;
	height:30px;
}

div.content{
	position:absolute;
	top:144px;
	left:1px;
	z-index:2;
	width:799px;
	height:423px;
}

div.txtnavi{
	position:absolute;
	top:553px;
	left:200px;
	z-index:3;
	width:570px;
	height:12px;
	font-size: 70%;
	color: #336633;
	text-align: right;
}

/* Text */

.gelb{
	color: #FFCC00;
	font-weight:bold;
}
.gruen{
	color: #336633;
}

td,p,ul{
	font-size: 80%;
	color: #333366;
	vertical-align:top;
}
td.sechs{
	font-size: 60%;
}
td.imp{
	font-size: 70%;
	padding-left:150px;
}
td.foto{
	vertical-align:middle;
	text-align:center;
	width:100;
}
td.fototxt{
	vertical-align:middle;
	width:460;
}
td.sechscenter{
	font-size: 60%;
	text-align:center;
}
td.rechts{
	text-align:right;
}
td.gross{
	font-size: 100%;
	text-align:center;
}
td.grosslinks{
	font-size: 100%;
}
p.pcenter{
	text-align:center;
}
p.gross{
	font-size:100%;
}
p.pcentergross{
	text-align:center;
	font-size:100%;
}
p.sechs{
	font-size:60%;
}
p.sechscenter{
	font-size:60%;
	text-align:center;
}
p.imp{
	font-size: 70%;
	padding-left:50px;
}

/* links */

a:link {
   color: #336633;
   text-decoration: none;
}

a:visited {
   color: #336633;
   text-decoration: none;
}

a:hover {
   color: #336633;
   text-decoration: underline;
}

a:active {
   color: #336633;
   text-decoration: none;
}

a.akt:link {
   color: #CC3333;
   text-decoration: underline;
}

a.akt:visited {
   color: #CC3333;
   text-decoration: underline;
}

a.akt:hover {
   color: #CC3333;
   text-decoration: underline;
}
a.akt:active {
   color: #CC3333;
   text-decoration: underline;
}

a.proj:link {
	color: #333366;
	text-decoration: none;
}
a.proj:visited {
	color: #333366;
	text-decoration: none;
}
a.proj:hover {
	color: #CC3333;
	text-decoration: underline;
}
a.proj:active {
	color: #CC3333;
	text-decoration: underline;
}

a.inlinetxt:link {
   color: #333366;
   text-decoration: underline;
}
a.inlinetxt:visited {
   color: #333366;
   text-decoration: underline;
}
a.inlinetxt:hover {
   color: #CC3333;
   text-decoration: underline;
}
a.inlinetxt:active {
   color: #333366;
   text-decoration: underline;
}

/* Formulare */

input,textarea,select {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333366;
	text-align:left;
	background: #E9F1EC;
	border:1px solid #333366;
	vertical-align:top;
}
input.submit {
	background: #EFD773;
	color: #333366;
	text-align:center;
}
legend{
	color: #333366;
}
fieldset{
	background:url('../img/kont-form-hg.gif') 0px 0px;
	border:1px solid #333366;
}

/* sonstiges */

img {
   border: 0;
}

