/* GLOBAL RESET */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img { 
	border: 0;
	}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
abbr,acronym {
	border: 0;
	}

/* LAYOUT */

html, body {
	height: 100%;
	font: 76% Verdana, Helvetica, Arial, sans-serif;
	}
body {
	color: #565753;
	background-color: #d4d4d4;
	text-align: left;
	font: .9em/1.4em Verdana, Helvetica, Arial, sans-serif;
	}
br {
	clear: both;
	}
h1 {
	}
h2 {
	font: 1.4em/1.4em Arial, sans-serif;
	margin-bottom: 1.8em;
	}
p {
	margin-bottom: 1.4em;
	}
a {
	color: #0063a1;
	text-decoration: none;
	}
a:hover {
	color: #c41e51;
	text-decoration: none;
	}
#container-page {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background: url(lay/shadow-tile.png) repeat-y;
	}
#page {
	margin: 0 auto;
	width: 860px;
	background: #fff;
	}
#container-head {
	height: 400px;
	background: url(lay/header-tile.png) repeat-x;
	}
#container-head h1 a {
	float: right;
	margin-top: 74px;
	width: 331px;
	height: 55px;
	background: url(lay/logo-burggymnasium.png) no-repeat;
	}
#headergrafik {
	position: absolute;
	top: 238px;
	width: 860px;
	height: 162px;
	}
#container-content {
	padding: 30px;
	background: url(lay/content-tile.png) repeat-x;
	}
div.content-modul {
	padding: 0 0 1.8em 0;
	}
div.info-modul {
	margin-left: 1px;
	margin-bottom: 2em;
	padding: 4px 11px;
	border-top: 11px solid #123a6a;
	background: url(lay/info.png) no-repeat bottom right #d0d8e1;
	}
body.popup {
	border-top: 11px solid #123a6a;
	background: #d0d8e1;
	}
body.popup a {
	float: right;
	}
div.img-popup {
	width: 600px;
	margin: 0 auto;
	}
div.info-modul h2 {
	font: 1.4em/1.4em Arial, sans-serif;
	margin-bottom: 1em;
	}
div.galerie-modul {
	width: 411px;
	height: 122px;
	margin-bottom: 2em;
	}
div.galerie-modul img {
	cursor:pointer;
	}
div.galerie-modul div.container-image {
	float: left;
	width: 81px;
	height: 61px;
	margin: 1px 0 0 1px;
	background: #d4d4d4;
	overflow: hidden;
	}
div#container-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.4em 0;
	}
div#container-content ul li {
	padding-left: 10px;
	background: url(lay/bullet-subnavi.gif) no-repeat 0 6px;
	}
div#container-content ol {
	list-style-type: decimal outside;
	margin-left: 18px;
	padding: 0 0 1.4em 0;
	}
div#container-content ol li {
	padding-left: 0;
	}
#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
#content-sec {
	width: 410px;
	float: right;
	padding-bottom: 140px;
	}
#content-pri {
	width: 320px;
	float: left;
	padding-bottom: 140px;
	}
#container-footer {
	width: 940px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For certain IE widths */
	height: 100px;
	background: url(lay/shadow-footer.png) no-repeat bottom;
	}
#footer {
	margin: 22px 70px 0 70px;
	}
#footer address span {
	margin: 0 .3em;
	}
	
/* NAVIGATION */

#navigation {
	position: absolute;
	top: 180px;
	width: 940px;
	}
div#navigation ul {
	text-align: right;
	margin: 0;
	padding: 0 60px 0 0;
	white-space: nowrap;
	}
div#navigation ul li {
	display: inline;
	padding-left: 10px;
	margin-right: 1em;
	background: url(lay/bullet-topnavi.gif) no-repeat 0 6px;
	}
div#navigation ul li a,
div#navigation ul li a:link {
	color: #565753;
	text-decoration: none;
	}
div#navigation ul li a:hover,
div#navigation ul li a:focus,
div#navigation ul li.current a,
div#navigation ul li.current a:link {
	color: #c41e51;
	text-decoration: none;
	}
div#navigation ul li ul {
	display: none;
	clear: both;
	position: absolute;
	top: 2em;
	right: 0;
	}
div#navigation ul li.current ul {
	display: block;
	clear: both;
	position: absolute;
	right: 0;
	}
div#navigation ul li.current ul li {
	margin-right: 1em;
	background: url(lay/bullet-subnavi.gif) no-repeat 0 6px;
	}
div#navigation ul li.current ul li a,
div#navigation ul li.current ul li a:link {
	color: #0063a1;
	text-decoration: none;
	}
div#navigation ul li.current ul li a:hover,
div#navigation ul li.current ul li a:focus,
div#navigation ul li ul li.current a,
div#navigation ul li ul li.current a:link {
	color: #c41e51;
	text-decoration: none;
	}

/* FORMULARE */

legend {
	display: none;
	}
label {
	display: block;
	float: left;
	width: 80px;
	line-height: 25px;
	}
textarea {
	width: 226px;
	}
input[type=text] {
	display: block;
	float: left;
	width: 216px;
	height: 11px;
	margin-bottom: 6px;
	padding: 5px;
	font-size: 1em;
	line-height: 1em;
	color: #565753;
	}
input[type=submit],
input[type=reset] {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	}
input[type=submit]#bestellen,
input[type=submit]#absenden {
	float: right;
	}
fieldset#absenden {
	width: 230px;
	padding: 14px 0 14px 80px;
	}



/* MALARKEY IMAGE REPLACEMENT */

.mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */