*{margin:0; padding:0;}

html, body { /* body for delivering a document as text/html */
	background-color:#EEEEEE;
	font:8pt Verdana,Tahoma,Arial,sans-serif; line-height:1.4em;
	text-align:center; /* IE */
}

#mainframe {
	width:80%; margin:20px auto;
	padding:1px 0; border:2px solid #a0a0a0;
	text-align:left; background:#ffffff; color:#303030;
	min-width:780px;
}

a img { border:none; }
#content a { color:#991900; }

/**************** Header and navigation styles ****************/

#header{
	height:100px; margin:0 1px 1px 1px;
	background:#a74646; color:#ffffff; background:#a73030;
}

#header h1{
	padding:30px 0 0 20px;
	font-size:2.4em; background-color:inherit; color:#ffffff;
	letter-spacing:-1px; font-weight:normal;
}

#header h2{
	margin:10px 0 0 40px;
	font-size:1.4em; background-color:inherit; color:#F4EFEF;
	letter-spacing:-1px; font-weight:normal; text-transform:uppercase;
}

#navigation{
	height:2.2em; line-height:2.2em;
	margin:0 1px;
	color:#ffffff; background:#b84b35;
}

#navigation li{
	float:left; list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a{
	display:block; padding:0 10px;
	font-size:0.8em; font-weight:normal; text-transform:uppercase;
	text-decoration:none; background-color:inherit; color: #ffffff;
}

#navigation .selected,#navigation a:hover{
	background:#d9723f;
	color:#ffffff;
	text-decoration:none;
}

/**************** Content styles ****************/

#content{
	font-size:1.2em; padding:20px 20px 20px 20px;
	text-align:justify; min-height:350px;
}

#content h2{
	display:block; margin:3em 0 16px 0;
	font-size:1.5em; font-weight:normal; letter-spacing:-1px;
	color:#505050; background-color:inherit;
}

#content h3{
	margin:1em 0 5px 0; line-height:125%;
	font-size:125%; background-color:inherit; color:#505050;
	letter-spacing:-1px; font-weight:normal;
}

#content li { margin-bottom:5px; }

#content h2 a{font-weight:normal; margin-top:10px; }
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0px 0px 16px 30px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#content p { margin-bottom:5px; margin-left:5px; }
/*#content .cap p:first-letter { font-weight:bold; font-size:1.1em; }*/
#content .chap { margin-bottom:1.8em; }
#content .indent { margin-left:35px; }

table {	margin-left:20px; border-collapse:collapse; }
td, th { padding: 2px 10px; border:1px #c0c0c0 solid; }
td div { font-weight: bold; }

/**************** Footer styles ****************/

#footer{
	clear:both;
	padding:5px 0; margin:0 1px;
	font-size:0.9em; color:#f0f0f0; background:#a74646; background:#a73030;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Spcial styles ****************/

.box{
	padding:10px;
	border:1px solid #c0c0c0; background-color:#fafbfc;
	color:#202020; line-height:1.5em;
	text-align:center; width:52%;
}

/**************** Content-Table ****************/

#CT {
	float:right; margin:10px; padding:4px;
	border: 1px solid #c0c0c0; background-color:#fafbfc;
} .title {
	color:#505050; font-weight:bold; letter-spacing:-1px;
}

/*********** Gallerie **************************/

#qdig td {
	border:none; padding:3px;
}
#qdig {
	margin:auto;
}

/*********** Kontaktformular *******************/

div.Label {
	font-weight:bold;
}
input.text, textarea {
	width:350px; background-color:#FFFFFF; border:1px #AAAAAA solid;
	margin-bottom:10px; font-size:100%;
}
textarea { font-weight:bold; height:200px; }
input.button {
	border:1px #AAAAAA solid; background-color:#EEEEEE; font-weight:bold;
}

textarea.small {
	width:200px; height:80px;
}

/*********** IE Hacks **************************/

* html #navigation a {width:1%;}

* html .box { width:90%; }

* html #content { height:350px; }
