/* ----------------------------------------------------
author:   Ralph Scholze - http://www.webpixelkonsum.de
email:    info@webpixelkonsum.de
title:    Stylesheet Medium Sreen
version:  o3.o3.2oo8 Version 2oo8.3
website:  http://www.das-zenSuR.de

Inhaltsverzeichnis

o1. Allgemeiner Teil
o2. Layout
o3. Navigation
o4. Bildgalerie
------------------------------------------------------- */

/* o1. ________ Allgemeiner Teil ________ */

* { 
	border: 0;
	margin: 0;
	padding: 0;
}

#body { 
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	direction: ltr;
}

#background { 
	background: #fff url(../images/zenSuR_Hintergrund.jpg) repeat-x;
}

h1 { 
	font-size: 1.1em;
	font-weight: 100;
	margin: -.7em 0 0 0;
}

h2 { 
	background-color: #313131;
	color: #fff;
	font-size: 1.2em;
	font-weight: 100;
	padding: 0 .5em;
}
	
h3 { 
	background-color: transparent;
	color: #313131;
	font-size: 1.0em;
	font-weight: 100;
	padding-left: .5em;
}

h4 { 
	background-color: #313131;
	color: #fff;
	font-size: .9em;
	font-weight: 100;
	padding-left: .5em;
}

a:link, a:visited {
	background-color: transparent;
	color: #3A63FD;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #313131;
	color: #fff;
}

.clearone {
	clear: both;
	height: .6em;
}

/* o2. ________ Layout ________ */

#mainbody { 
	border: .5em solid transparent;
	position: relative; 
	top: .6em;
	width: 59.9em;
	left: 50%;
	margin-left: -29.8em;
	}
	
#head {
	height: 7.3em;
	margin: 0;
	padding: 0;
}
	
#logo { 
	float: left;
	padding: .5em 0 0 .5em;
	width: 12.65em; 
}

#logo a:link, #logo a:hover, #logo a:visited {
	background-color: transparent;
	color: #000;
	display: block;
	text-decoration: none;
}

.logo { 
	background-color: transparent;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: 100;
	letter-spacing: .1em;
}

#maincontent { 
	border-top: 1px solid #313131;
	padding-top: .3em;
}

#content {
	float: left;
	width: 33.1em;
}

#content img {
	background-color: #fff;
	float: left;
	width: 100%;
}
	
#content p {
	font-size: .9em;
	line-height: 1.1em;
	padding: .5em;
}

#content p.information {
	background: #e6f1fd url(../images/Website/WichtigeInformation.jpg) no-repeat .3em 50%;
	border: 1px solid #90b4ff;
	color: #ff3f2f;
	font-size: .8em;
	margin-top: .7em;
	margin-bottom: .7em;
	padding-left: 2.5em;	
}

#content p.link {
	padding-right: .5em;
	text-align: right;
}

#content ol {
	margin: 1.4em 2.0em;
}

#content ol li {
	font-size: .9em;
	line-height: 1.2em;
	margin: .3em;
}

#content ul {
	margin: .3em 2.0em;
}

#content ul li {
	font-size: .9em;
	line-height: 1.2em;
	margin: .3em;
}

#content ul li.karten {
	line-height: 1.2em;
	list-style-image: url(../images/zenSuR_Listenlink.gif);
	list-style-position: outside;
	margin: .3em;
}

#sidebar {
	float: right;
	width: 26.6em;
}
	
#sidebar img {
	float: right;
	margin-bottom: 1.0em;
	width: 100%;
}
	
#sidebar p {
	color: gray;
	font-size: .9em;
	padding: .5em;
}

#footer { 
	height: 7.1em;
	width: 100%;
}

#footer p {
	font-size: .8em;
	line-height: 1.1em;
	padding: .5em;
}

#footer p.time {
	font-size: .9em;
	padding: .2em 4.0em;
}
	
#footer #left {
	border: 1px solid #d0d0d0;
	float: left;
	height: 7.0em;
	width: 16.4em;
}

#footer #left img {
	width: 97%;
}

#footer #leftmiddle {
	border: 1px solid #d0d0d0;
	float: left;
	height: 7.0em;
	margin-left: .1em;
	width: 16.4em;
}
	
#footer #right { 	
	border: 1px solid #d0d0d0;
	float: right;
	height: 7.0em;
	margin-right: .1em;
	width: 13.2em;
}

#footer #rightmiddle {
	border: 1px solid #d0d0d0;
	float: right;
	height: 7.0em;
	width: 13.1em;
}
	
/* o3. ________ Navigation ________ */

#navigation {
	float: right;	
}

#navigation dl {
	border-top: .5em solid #313131;
	border-right: 1px solid #d8d8d8;
	display: inline;
	float: left;
	height: 6.8em;
	margin-bottom: .2em;
	width: 6.6em;
}

#navigation dl.first {
	border-top: .5em solid #313131;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	display: inline;
	float: left;
	height: 6.8em;
	margin-bottom: .2em;
	width: 6.6em;
}

#navigation dt {
	background-color: transparent;
	color: #000;
	font-size: 1.1em;
	padding: .3em .5em;
}

#navigation dd {
	background-color: transparent;
	color: #6780fd;
	display: block;
	font-size: .9em;
	text-decoration: none;
}

#navigation dd a:link, #head dd a:visited {
	background-color: transparent; 
	color: #313131; 
	display: block;
	font-size: .9em;
	padding: .1em .7em;
	text-decoration: none;
}

#navigation dd a:hover { 
	background-color: #313131;
	color: #fff;
	display: block;
}

#navigation #active  {
	background-color: red;
	color: #fff;
}

#catering {
	border-bottom: .1px solid #313131;
	border-top: .5em solid #313131;
	height: 6.8em;
	float: left;
	margin-bottom: .2em;
	width: 6.6em;
}
	
#special #active {
	background-color: #313131;
	color: #fff;
}
	
#special {
	background-color: red !important;
	border-bottom: .1px solid transparent;
	border-right: 1px solid transparent;
	height: 6.8em;
	float: left;
	margin-bottom: .2em;
	width: 6.5em;
}
	
#special dt {
	background-color: red !important;
	color: #fff;
	font-size: 1.1em;
	padding: .3em .5em;
}
	
#special dd {
	background-color: red !important;
	color: #6780fd;
	display: block;
	font-size: .9em;
	text-decoration: none;
}

#special dd a:link, #special dd a:visited { 
	background-color: red;
	color: #fff;
	display: block;
	padding: .1em .7em;
	text-decoration: none;
}
	
#special dd a:hover, #special dd a:active {
	background-color: #daedff; 
	color: red;
	display: block;
}
	
/* o4. ________ Bildgalerie ________ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sidebar #bildgalerie { 
	clear: both;
	padding: 0;
	margin: 0;
}

#sidebar #bildgalerie ul { 
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
}

#sidebar #bildgalerie li { 
	display: inline;
	list-style-type: none;
	padding: 0;
}

#sidebar #bildgalerie a:link, #sidebar #bildgalerie a:visited {
	background-color: transparent;
	border-top: .2em solid #313131;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
	color: #313131;
	font-size: 1.2em;
	padding: .5em .5em .2em .5em;
	text-decoration: none; 
}

#sidebar #bildgalerie a:hover, #sidebar #bildgalerie a:active {
	background-color: #313131;
	border: 1px solid transparent;
	color: #fff;
}
