/* @group RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	background: url(../layout/layout/background.gif) repeat-x;
	font-size: 13px;
}

a {
	color: #fff;
}

a:hover {
	color: #FFFF99;
}

#centerbox {
	width: 100%;
	height: 100%;
	text-align: center;
}

#mainbox {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}

/* @group header */

#headerbox {
	position: relative;
	height: 80px;
	width: 100%;
	background-color: #4c89c1;
}

#headerbox a.logo {
	position: relative;
	width: 450px;
	height: 80px;
	background-image: url(../layout/layout/mariasteiner_logo.gif);
	float: right;
}

#headerbox a.logo:hover {
	background-image: url(../layout/layout/mariasteiner_logo_l.gif);
}



/* @end */

/* @group menubox */

#menubox {
	background-color: #ffffff;
	height: 70px;
}

#menubox ul {
	float: right;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 30px;
	text-transform: uppercase;
}

#menubox ul li {
	float: left;
	margin-left: 88px;
}

#menubox ul li a {
	color: #000;
	text-decoration: none;
}

#menubox ul li a:hover {
	color: #4c89c1;
}

#menubox ul li a.select {
	color: #4c89c1;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group submenubox */

#containerbox {
	position: relative;
	float: left;
	width: 900px;
	background-color: #4c89c1;
}

#containerbox #submenubox {
	width: 240px;
	float: left;
}

 #containerbox #submenubox ul li {
	margin-left: 20px;
	font-size: 13px;
	text-align: left;
	margin-top: 15px;
	
}

 #containerbox #submenubox ul li a {
	color: #fff;
	text-decoration: none;	
}

 #containerbox #submenubox ul li a:hover {
	color: #FFFF99;
}

 #containerbox #submenubox ul li a.select {
	color: #FFFF99;
	font-weight: bold;
}

 #containerbox #contentbox {
	position: relative;
	background-color:#4c89c1;
	width: 598px;
	float: right;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 60px;
}

.willkommen {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

a.willkommen {
	color: #fff;
}

a.willkommen:hover {
	color: #FFFF99;
}

.table_bg_index {
	background-color: #26435d;
}

#ortsplan {
	position: absolute;
	margin-left: 200px;
	margin-top: 80px;
	z-index: 10;
}


/* @end */

/* @group Content */

table tr td	{
	vertical-align: top;
}

textarea {
	height: 100px;
}

textarea,
input {
	width: 400px;
}

.formulartext	{
	width: 30px;
}

table tr td.knopf input	{
	width: 150px;
}




/* @end */
