/* Tag-Grundformatierungen */
body, #content, #header, #header-title,
p, div, li, td, h1, h2, h3, dd, dt, blockquote, .title, .text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: medium !important;
	font-weight: normal;
	font-stretch: normal;
	text-transform: none;
	text-decoration: none;
}


/* background for real content-type: application/xhtml+xml */
html {
	background: #ddd url('/bilder/background.jpg') scroll repeat;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: transparent;
}


p    { text-align: left; }
p.notice {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: #d00;
	border: 2px solid #a70;
	background-color: #ddd;
	font-size: medium !important;
	font-weight: 900;
	text-align: center;
}

li { border: 0; }

img  { border: 0; }
code { font-family: "Courier New",monospace; color: #000; }

h1, h2, h3, h4, h5, h6 {
	font-size: x-large !important;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
h2 { font-size: large !important; }
h3, h4, h5, h6
	{ font-size: medium !important; }


h3 + p { margin-top: 0.25em; }
h3 + ul.pics { margin-top: 1em; }


strong { font-weight: 900; }
u      { text-decoration: underline; }
i      { font-style: italic; }
code   { font-family:"Courier New",monospace; }
abbr   { border-bottom: 1px dotted #000; }






#header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #ffa;
	text-align: center;
	border-bottom: 1px solid #000;
}


#header-title {
	margin: 0 2em 0 16em;
	padding: 5px;
	text-align: center;
	border: 0;
}

.header-title {
	font-size: xx-large;
	font-weight: 600;
	color: #777;
}

.header-title:before,
.header-title:after {
	content: '"';
}

#logo {
	float: left;
	width: 140px;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 5px;
}


#menu {
	position: absolute;
	top: 8em;
	left: 1em;
	width: 14em;
	text-align: left;
	background-color: transparent;
	padding: 0;
}

#content {
	margin: 8em 2em 1em 16em;
	padding: 5px;
	text-align: left;
	background-color: transparent;
}

#content-max {
	max-width: 800px;
}



#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	border-bottom: 1px solid #ed9f9f;
}

#menu li a:link,
#menu li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #b51032;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}

#menu ul a:hover {
	background: #711515;
	color: #fff;
}

#menu ul ul {
	margin-left: 12px;
}

#menu ul ul li {
	border-bottom: 1px solid #711515;
	margin: 0;
}

#menu ul ul a:link,
#menu ul ul a:visited {
	background-color: #ed9f9f;
	color: #711515;
}

#menu ul ul a:hover {
	background: #711515;
	color: #fff;
}


.clear { clear:both; }



.mainbutton, .litebutton{
	background-color:#036; color:#fff; border: 2px outset #ffd700; border-style: ridge; border-color:#c90; font-weight: normal; font-family: Arial,sans-serif;
}
.mainbutton { font-weight: bold; border: 2px outset #ffd700; }


/* Links */
a:link, a:active, a:visited, a:hover {
	color: #00d;
	font-stretch: normal;
	text-transform: none;
	text-decoration: underline;
}

a:visited { color: #909; }
a:hover   { text-decoration: none; }



/* Formularfelder */
.input {
	background: #fff;
	border: 1px solid #666;
	color: #000;
}
textarea {
	background: #fff;
	border: 1px solid #666;
	color: #000;
}
/*
select { background-color:#25517e; color:#fff; }
*/


/* Links bei Bildern */
a img.linked         { border: 2px dashed #00d; }
a:visited img.linked { border: 2px dashed #909; }
a:hover img.linked   { border: 2px dashed #0af; }





/* Linkliste */
ul.links li {
	margin-bottom: 1em;
	list-style: disc;
}

ul.links li ul li {
	margin-bottom: 0;
	list-style: circle;
}


ul.pics, ul.pics-list, ul.nav-list {
	margin: 0;
/*	text-align: center;*/
	padding: 0;
}
ul.pics-list {
	margin-bottom: 2em;
}
ul.nav-list {
	text-align: center;
}


ul.pics li, ul.pics-list li {
	display: inline;
	list-style: inside;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	padding: 0;
}

ul.pics-list img {
	vertical-align: middle;
}

ul.pics-list li img {
	margin-top: 2px;
	margin-bottom: 2px;
}


ul.nav-list li {
	display: inline;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
	margin: 0;
}
ul.nav-list li + li {
	border-left: 1px solid #000;
}

ul.nav-list:after {
	content: ']';
}
ul.nav-list:before {
	content: '[';
}


p.twocols_r {
	position: static;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
	margin-bottom: 1em;
}

p.twocols_l {
	position: static;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 48%;
	margin-bottom: 1em;
}


/* vorrangige Formatierungen */
.small    { font-size: x-small !important; }
.msg,.cat { font-size: medium !important; font-weight: 900; }
.center   { text-align: center; margin-left: auto; margin-right: auto; }

/* Trennlinien */
div.hr {
	margin: 2.5em 1.5em 2.5em 1.5em;
	padding: 0;
	border-color: #888;
	border-style: solid;
	border-width: 2px 0 0 0;
}
hr {
	color: #888;
	width: 95%;
}

div.visualClear {
	clear: both;
	padding: 0;
	margin: 0;
}



/* gaestebuch */
p.guestbook_head {
	background: #711515;
	border: 2px solid #000;
	color: #fff;
	margin: 0;
	padding: 3px;
}
p.guestbook_body {
	border: 2px dashed #000;
	border-top: 0;
	margin: 0;
	margin-bottom: 2em;
	padding: 3px;
}
p.guestbook_body span.comment {
	border: 1px solid #000;
	display: block;
	font-size: 90%;
	margin: 1em;
	padding: 3px;
}
table.guestbook_table2 {
	border: 0;
	border-collapse: collapse;
	margin: auto;
}
table.guestbook_table2 td {
	border: 0;
	padding: 3px;
}


#captcha {
	border: 2px solid #000;
}
