/* @group General Styles */

body {
	/*color: #333366;*/
	color: #333333;
	/*font: 11px "lucida grande", verdana, tahoma, sans-serif;*/
	font: 12px "lucida grande", verdana, tahoma, sans-serif;
	text-align: justify;
	
	line-height: 1.8em;
	margin: 0 5px 0 5px;
	/*background: #fff url(images/background.png) left bottom repeat-x fixed;*/
	/*background: #E1EBF7;*/
	background: #FFFFFF;
}

#contentContainer #content p {
	/*
	padding-left: 25px;
	padding-right: 275px;
	*/
}

b, strong {

}

hr {
	color: #D4D8F7;
}

a:link, a:visited {
}

a:hover, a:active {
}

.startSeite {
	/*color: #555;*/
	color: #333333;
}

li a.startpage:link, li a.startpage:visited {
	background: url(images/lightbulb_off.png) 204px 50% no-repeat;
	padding-right: 32px;
}

li a.startpage:hover, li a.startpage:active {
	background: url(images/lightbulb.png) 204px 50% no-repeat;
	padding-right: 32px;
}

a img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 13px 3px 25px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 13px;
}

#container{
	background: #E1EBF7;
}

#container #contentContainer #textsize a.font-increase, #container #contentContainer #textsize a.font-decrease {
	text-decoration: none;
	/*background: none;*/
	padding-left: 0px;
}
	
/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	width: 1000px;
	border-left: 1px solid #D4D8F7;
	border-right: 1px solid #D4D8F7;
	/*background-color: #fff;*/
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	top: 0;
	left: 0;
	/*
	height: 150px;
	background: no-repeat center top url(images/header_bg.jpg);
	*/
	/*height: 245px;*/
	height: 230px;
	background: no-repeat center top url(images/header_bg_oben.jpg);
}

#pageHeader img {
	border:0px;
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#contentContainer {
	background: transparent;
}

#contentContainer #content {
	position: relative;
	top: 0px;
	width:500px;
	margin-left: 50px;
	margin-right: 50px;
	
	min-height: 350px;
	/*background: transparent;*/
	
	
}
#contentContainer #content p{
	/*
	background-color:#ffcc33;
	padding-right:0px;
	margin-right:0px;
	*/
}

#contentContainer #content #legal {
	position: absolute;
	top: 50px; 
	left: 520px; 
	width: 190px;
	padding:  0;
	border: 1px solid #D4D8F7;
}

#contentContainer #content #legal #current {
	color: #990000;
}

#contentContainer #content #legal span.impressum {
	display: block;
	border-bottom: 3px double #D4D8F7;
	text-align: center;
	font-weight: bold;
	background: #f4f5fd;
	color: #000b52;
}

#sidebarContainer {
	height: 100%;
	width: 230px;
	float: left;
	margin: 15px 0 15px;
	margin-top:5px;
	
	/*border-top: 1px solid #D4D8F7;*/
	/*border-bottom: 1px solid #D4D8F7;*/
	/*border-bottom: 1px solid #FFFFFF;*/
}

#sidebarContainer #sidebar {
	padding: 0 15px;
	/*border-right: 1px solid #D4D8F7;*/
	/*border-right: 1px solid #FFFFFF;*/
}



#sidebarContainer #sidebar ul {
	margin-top: 0px;
	padding-top:  10px;
}

#sidebarContainer .sideHeader {
	/*color: #000b52;*/
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	/*background: #f4f5fd;*/
	
	/*
	border-top: 1px solid #D4D8F7;
	border-right: 1px solid #D4D8F7;
	border-bottom: 1px dotted #D4D8F7;
	*/
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#footer { 
	text-align: right;
	padding: 10px 15px 3px 15px;
	/*padding: 10px 15px 10px 15px;*/
	/*border-top: 1px solid #D4D8F7;*/
	/*border-top: 1px solid #ffffff;*/
}

#footer #impressum-footer {
	position: absolute;
	left: 225px;
	letter-spacing: 1.8em;
}

#footer #impressum-footer a:link, #footer #impressum-footer a:visited {
	text-decoration: none;
	padding-left: 34px;
	background: left bottom url(images/impressum.png) no-repeat;
}

#footer #impressum-footer a:hover, #footer #impressum-footer a:active {
	color: #990000;
}
	
/* @end */

#footer2{
	height:1px;
	/*
	height:131px;
	background: left top url(images/footer_bg.jpg) no-repeat;
	*/
}
#footer3{
	height:15px;
	text-align:right;
	padding-right:15px;
}
#footer3 a{
	text-decoration: none;
	color:#939090;
	font-size:9px;
	line-height:12px;
}
#footer3 a:visited {
	text-decoration: none;
}
#footer3 a:hover {
	text-decoration: underline;
}
#footer3 a:active {
	text-decoration: none;
}
/* @group Navbar Styles */

/* Toolbar Styles */

#navcontainer {
	font: 11px "lucida grande", verdana, tahoma, sans-serif;
	line-height: 1.8em;
	text-align: right;
	margin-left: 1px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: right;
	/*
	border-top: 1px solid #D4D8F7;	
	border-right: 1px solid #D4D8F7;
	*/
	/*border-bottom: 1px solid #D4D8F7;*/
	/*
	border-top: 1px solid #FFFFFF;	
	border-right: 1px solid #FFFFFF;
	*/
}

#navcontainer #current {
	text-decoration: none;
	/*
	border-top: 1px solid #D4D8F7;
	border-bottom: 1px solid #D4D8F7;
	*/
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	*/
	background: url(images/lightbulb.png) 204px 50% no-repeat/* #f4f5fd*/;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a b {
	letter-spacing: 2px;
}

#navcontainer a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 32px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000b52;
	/*border-top: solid 1px #ffffff;*/
	background: url(images/lightbulb_off.png) 204px 50% no-repeat;
}

#navcontainer a:hover {
	color: #000000;
	background: url(images/lightbulb.png) 204px 50% no-repeat;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-right: 47px;
	background-position: 16px 3px;
	/*background: url(images/lightbulb_off.png) 204px 50% no-repeat;*/
}

#navcontainer ul ul a:hover{
	background: url(images/lightbulb_off.png) 189px 50% no-repeat;
}

#navcontainer ul ul #current{
	color:  #848484;
	/*background: url(images/lightbulb.png) 189px 50% no-repeat #f4f5fd;*/
	background: url(images/lightbulb.png) 189px 50% no-repeat #ffffff;
}

#navcontainer ul ul .currentAncestor {
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1 {
	/*color: #000b52;*/
	color: #333333;
	line-height: 28px;
	font-size: 22px;
	text-align: left;
	font-weight:normal;
}

#contentContainer #content ul, 
#contentContainer #content ol, 
#contentContainer #content li {
	/*color: #666699;*/
	color: #333333;
}
 
#contentContainer #content ul {
	/*padding: 0 265px 0 45px;*/
	margin-left:0px;
	text-align:left;
}
 
#contentContainer #content ol {
	/*padding: 0 265px 0 65px;*/
	padding: 0 0px 0 25px;
	margin-left:0px;
	text-align:left;
	
}


li.logo {
	padding-left: 14px;
	background: no-repeat left center url(images/logo_neu.png);
}

li.logo-double {
	padding-left: 14px;
	background: no-repeat left 4px url(images/logo_neu.png);
}

caption {
	/*background: #D4D8F7;*/
	background: #ffffff;
}
	
/* @end */

/* @group Blog */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-entry-title {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 15px;
	padding-left: 16px;
	background: no-repeat 0px 3px  url(images/date.png);
}

.blog-entry-body {
	margin-top: 15px;
}

.blog-entry-comments {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-top: 10px;
}

.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(images/filed.png);
	margin-left: 8px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #b3b3b3;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
	margin-left: 25px;
	/*color: #000b52;*/
	color: #333333;
	font-weight: bold;
} 

.form-input-field {
	margin-left: 25px;
	/*
	border: 2px ridge #D4D8F7;
	background: #f4f5fd;
	*/
	border:1px ridge #D4D8F7;
	background: #ffffff;
	padding: 5px;
	color: #000b52;
} 

.form-input-field:focus {
	border: 2px ridge #000b52;
	background: #fff;
	padding: 5px;
	color: #000b52;
} 

.form-input-button { 
	color: #000b52;
} 
/* @end */
div.SchichtZurueckHome{
	position:absolute;
	/*top:170px;*/
	top:205px;
	right:20px;
}

a.LinkOhneStrich{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000b52;
}
a.LinkOhneStrich:link {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000b52;
}

a.LinkOhneStrich:visited {
	text-decoration: none;
}
a.LinkOhneStrich:hover {
	text-decoration: underline;
}
a.LinkOhneStrich:active {
	text-decoration:none;
}

div.StartseiteStandard{
	position:relative;
	line-height:16px;
}

div#content p{
	text-align:left;
}

td.ZelleTrennerOeffnungszeiten{
	border-right: 1px solid #FFFFFF;
}


div.SchichtNachOben{
	position:absolute;
	bottom:10px;
	right:-150px;
}
div.SchichtNachOben a:link, div.SchichtNachOben a:visited, div.SchichtNachOben a:hover, div.SchichtNachOben a:active{
	background: none !important;
	padding-left: 0px !important;
	/*color:#ffcc33;*/
}

img.LogoInNavi{
	 margin-top: -38px;
}

/*-----*/

div.SchichtMotivRechts{
	position:absolute;
	top:250px;
	right:20px;
}

