* { margin:0; padding:0; font-size:100.1%; border:0; }
  * html body a, * html body a:hover { background-color: transparent; }
  * html ul, * html ol, * html dl { position: relative; }

body
{
	font-family:Arial, sans-serif;
	color:#000;
	background:#fff;
}
#outer
{
 text-align:center;
}
#inner
{
	text-align:left;
	background:#fff;  
}
#header
{
	height:120px;
}
#header h1
{
	display:none;
}
#topbar 
{
	display:none;
}


#footertop
{
 display:none;
}
#footer
{
 display:none;
}
#footer div
{
 display:none;
}
#footerend
{
	margin:1em;
	padding:0.5em;
	border-top:1px dotted #000;
	background:#fff;
	color:#000;
	font-size:0.7em;
	font-weight:bold;
	font-family:Georgia,Times,serif;
	text-align:center;
}

/* #### INHALT ### */
#container
{
	position:relative;
	background:#fff;
	font-weight:normal;	
}
#sidebar
{
	display:none;
}
#mainpage
{
	padding:0 1em;
	position:relative;
	background:#fff;
}

#main_content
{
	padding:0 1em;
	font-family:verdana,arial,sans-serif;
}

#main_content  p
{
	line-height:1.5em;
	font-size:0.9em;
}
#main_content strong
{
	line-height:1.6em;
	font-size:1em;
}
/* ### Lonks ### */
 a.lext
{
	padding-left:20px;
	background:url(../img/dsk_linkext.gif) no-repeat;
	color:#000;
}


a.lint
{
	padding-left:20px;
	background:url(../img/dsk_linkint.gif) no-repeat;
	color:#000;
}


/* ### Menü ### */
#sidebar ul
{
	display:none;
}

/* Navigation überspringen */
.skip
{
	display:none;
}


/* ### Überschriften ### */
#main_content h3
{
	font-size:1.4em;
	font-family:Georgia,Times,serif;
	color:#000;
	padding:0.2em;
	border-bottom:1px solid #000;
}

/* ### Formulare ### */
table.kontaktfrm
{
 width:90%;
 border:0;
}
table.kontaktfrm td
{
	padding:0.2em;
}
.txt
{
	background:#fff;
	border:1px solid #000;
	padding:2px 0;
	margin:1em 0;
	width:80%;
}
.txttel
{
	visibility:hidden;
}
.bbutton
{
	background:#fff;
	border:2px outset #000;
}

#fehler
{
	border:1px solid #333;
	color:#000;
	background:#ffffff;
	margin:0.5em 0;
	padding:1em;
	width:60%;
}


/* ### Galerie ### */
p#galerieback a
{
	color:#333;
	text-decoration:none;
	padding-left:20px;
	background:url(../img/dsk_goback.gif) no-repeat;
}
p#galerieback a:hover
{
	color:#555;
	background:url(../img/dsk_gobackh.gif) no-repeat;
}
div.galerie
{
	position:relative;
	border:1px solid #333;
	background:#fff;
	padding:2px;
	width:120px;
	float:left;
	margin:1em;
	text-align:center;
}
div.galerie p
{
	background:#ccc;
}
div.galeriebild 
{
	position:relative;
	width:200px;
	float:left;
	margin:0.5em;
}
div.galeriebild a img
{
	background:#fff;
	padding:4px;
	border:1px solid #333;
	margin:6px;
}

/* ### Bilder ### */
.bildnorm
{
	background:#fff;
	border:1px solid #333;
	padding:4px;
}
.bildfloat
{
	background:#fff;
	border:1px solid #333;
	padding:4px;
	float:left;
}
