body {
color: black;
background-color: #F8E2C4;
margin: 0px;
padding: 0px;
}
h1, h2, h3, p, td {
color: black;
font-family: verdana;
}

/****************
popups
****************/
.popupFg {}
.popupBg {
background-color: #F8E2C4;
border: 1px solid #846C52;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
font-size: 10px;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
padding: 5px;
text-align: left;
}
td.popupClose {
padding-top: 5px;
padding-right: 5px;
text-align: right;
vertical-align: top;
}


/****************
content
****************/
#startFooter {
	color: #E4A95F;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}
#startFooter a:link, #startFooter a:visited  {
	color: #E4A95F;
	text-decoration: none;
}

#footer {
	border: 1px solid #dddddd;
	padding: 10px;
	font-family: arial;
	font-size: 12px;
}

#content {
	margin-top: 8px;
	margin-left: 65px;
	width: 579px;
	font-family: arial;
	font-size: 12px;
}
#contentNL {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 540px;
	font-family: arial;
	font-size: 12px;
}
#contentNL td {
	font-family: arial;
	font-size: 12px;
}


#content p {
	font-family: arial;
	font-size: 12px;
}

#content td {
	font-family: arial;
	font-size: 12px;
}

#content h1, #content h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#content a, a.black {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#content a:hover, a.black:hover {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#content a:active, a.black:active {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#content a:visited, a.black:visited {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#disclaimer {
	margin-top: 10px;
}
#disclaimer p {
	color: white;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 10px;
}
#disclaimer a:link,
#disclaimer a:visited  {
	color: white;
	font-size: 10px;
	font-weight: bold;
}
#topbar a:link,
#topbar a:visited  {
	color: #B70A10;
	font-size: 10px;
	font-weight: bold;
}
/****************
teaser
****************/
table.teaser {
	border: 1px solid #CE7E5E;
	width: 160px;
}
table.teaser th {
	color: #E4A95F;
	text-align: left;
	font-size: 11px;
	background-color: #BA4336;
	padding: 2px;
}
table.teaser td {
	color: #E4A95F;
	font-size: 11px;
	padding: 2px;
}

table.teaser td p{
	color: #E4A95F;
	font-size: 11px;
	padding: 2px;
}

table.teaser a:link, table.teaser a:visited  {
	display: block;
	text-align: right;
	color: #E4A95F;
	text-decoration: none;
}

/****************
kasten
****************/

table.kasten {
}
table.kasten td.img {
	vertical-align: top;
	width: 144px;
}
table.kasten img {
	margin: 0px;
	margin-right: 20px;
}
table.kasten td.kasten {
	font-family: arial;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}
table.kasten td.kasten h2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
table.kasten td.kasten a:link,
table.kasten td.kasten a:visited {
	display: block;
	margin-top: 10px;
	color: #B70A10;
}


img.kasten {

}
/****************
FORMULAR
****************/

input.F, textarea.F {
	width: 500px;
	border: 1px solid black;
}
input.Fk {
	border: 1px solid black;
	margin-top: 2px;
	margin-bottom: 2px;

}
input.S, textarea.S {
	border: 1px solid black;
	width: 240px;
}

/****************
FB
****************/

#fb {
	text-decoration: none;
	width: 41px;
	height: 41px;
	background: transparent url('/assets/layout/fb.png');
	display: block;
	margin: 10px 0 0 0;
}

#fb:hover {
	background: transparent url('/assets/layout/fb_over.png');
}

