/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html 	{ text-align : center;  }

body { 
text-align : left; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }


a { color: blue; text-decoration: none; }

#bodyOuter {
	width : 80em; 
	margin : 50px auto 0;

}

#bodyInner {
	padding: 3em 1em 1em;
	font-size: 110%;
	position: relative;
	zoom: 100%;
}

#wrapper1 {
	position: relative;
}

#menus {
	width: 20%;
	display: inline;
	float: left;
	position: relative;
}

#mainMenu {
	padding: 1em 1em 2.5em;
}

#mainMenu ul {
	margin-bottom: 0.6em;
}

#mainMenu ul li {
	padding-bottom: .5em;
}

#secondaryMenu {
}

#onlyWhenSub {
	padding: 0.5em 1em 1em;
}

#secondaryMenu li {
	padding-top: .5em;
}

#impressMenu {
	clear: both;
}

#impressMenu ul {
	position: absolute;
	left: 80%;
	bottom: 0;
	padding: 1em;
}

#impressMenu ul li {
	padding-top: .5em;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 110%;
	margin-top: .5em;
	margin-bottom: 1em;
}

#footer li {
	display: inline;
}

#branding {
	z-index: 100;
	height: 50px;
	top: -25px;
	position: absolute;
	text-align: center;
	width: 200px;
	margin-left: 50%;
	left: -100px;
}

#content {
	width: 79%;
	position: relative;
	left: 0;
	float: left;
}

#mainContent {
	float: left;
	width: 76%;
	position: relative;
}

#secondaryContent {
	width: 24%;
	float: left;
	position: relative;
	margin-bottom: 5em;
}

#secondaryContentInner {
	padding: 1em .3em 1em 1em;
}

#mainContentInner {
	padding: 1em 2em;
}
.csc-textpic-imagerow { margin-bottom: 1em; }

table.speisekarte td.td-last, table.aktuellekarte td.td-last {
	text-align:right;
	width:4.5em;
	white-space:nowrap;
}

table.speisekarte, table.aktuellekarte {
	width: 100%;
}

/* @group Startpage */

#start {
width : 61em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#startpage2 { margin-top: 60px; }
.maindivstart2 { width: 59em;
	position: relative;
}


/* @end */