/* General */
* {
	margin: 0;
	padding: 0;
}

html, body {

	font-size: 13px;
	font-family:Times New Roman,Georgia,Times,serif;
         line-height: 18px;
}

p {line-height:125%;}


a {
	color: #D9681C;
         font-weight:bold;
         text-decoration:none;
}

a:hover {
	color: #72250a;
         text-decoration:underline;
}

a:active {color: #72250a;}

img {
	border: none;
}

.y {
	clear: both;
}

.x {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

ul, li, ol {
	list-style: none;
}
/*
div#wrap {
 width: 779px;
}
*/
/* Meta navigation */



div#meta p a {
	color: #ffffff;
        font-weight:bold;
        font-size:14px;
        padding-left:10px;
        font-underline:none;
}

div#meta.hover p a {color: #72250a;}

/* Meta navigation 2. Ebene */



div#meta2 p a {
	color: #D9681C;
        font-style:italic;
        font-weight:bold;
        font-size:14px;
        padding-left:20px;
}


/* Content */
h1 {
	font-size: 32px;
        font-weight:bold;
	color: #D9681C;
	/*padding: 0 10px 2px 10px;*/
}

/* div#col-body h2 {
	font-size: 18px;
	color: #D9681C;
	padding: 20px 10px 5px 10px;
}
*/
div#col-body p {
	font-size: 0.6875em;
	color: #3E4D74;
	/*padding: 10px 10px 0 10px;
	line-height: 1.5;*/
}



/* Image gallery */
table.gallery {
	margin: 20px 10px 0 10px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	font-size: 0.6875em;	
}

table.gallery tr.thumbnails td {
	padding: 0 0 30px 0;
}

table.gallery dd {
	font-size: 0.6875em;
}


/* Sitemap */
ul.sitemap {
	width: 400px;
	margin: 20px 0 0 0;
}

ul.sitemap li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
	padding: 3px 0 3px 20px;
	float: left;
	font-size: 0.6875em;
	width: 390px;
}

ul.sitemap li ul {
	width: 350px;
	margin: 5px 0 0 0;
}

ul.sitemap li ul li {
	float: left;
	width: 300px;
}

ul.sitemap li ul li {
	font-size: 1em;
}


