/*<group=General Styles>*/

body
{
	font: 12px/2px Tahoma, Verdana, Helvetica, Arial;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 30px;
	text-align: center;
	color: #333333;
	background-color: #E2E2E2;
	background-image: url(/mischabel/graphics/layout/main_bg.png);
	background-repeat: repeat;
}

p {}

b, strong { font-weight: bold; }

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

img { border: none; }

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container
{
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding: 10px 0 5px 0;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.5em;
	border: 2px solid #adadad;
	border: 2px solid #cb8061;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	background: #f2f2f2;
}

#container img#logo { padding: 0 12px 0 0; }

#pageHeader
{
	width: 784px;
	height: 50px;
	text-align: left;
	padding: 3px 0 0 16px;
}


#pageHeader h1 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
}

#pageHeader h2
{
	color: #cc0000;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 4px;
}

#contentContainer {
	text-align: center;
	width: 784px;
	margin: 0px;
}

#contentContainer img { padding: 0 20px; }

#contentContainer #content
{
	line-height: 2em;
	padding: 0 20px 5px 20px;
}

#footer
{
	clear: both;
	text-align: left;
	padding: 10px 0px 5px 24px;
	border-top: 1px solid #adadad;
	font-size: 11px;
	margin: 15px 4px 4px 4px;
}

#footer a {
	color: #cc0000;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}

/*</group>*/

/*<group=Toolbar>*/

/* Parent - Level 0 */

#navcontainer {
	position: relative;
	height: 33px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	margin: 0px 4px 40px 4px;
	background: url(/mischabel/graphics/layout/navcontainer_bg.png) repeat-x;
}

#navcontainer #c1 {
	font-weight: bold;
	color: #cc0000;
	background: no-repeat url(/mischabel/graphics/layout/button_over.png);
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0px;
	z-index: 2;
	margin: 0px 0px 0px 10px;
}

#navcontainer li {
	float: left;
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0px;
}

#navcontainer li.lang {
	float: right;
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0px;
}

#navcontainer img
{
	-moz-box-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
	padding-top: 2px;
}

#navcontainer a {
	position: relative;
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #7f7f7f;
	background: no-repeat url(/mischabel/graphics/layout/button_normal.png);
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer li.lang a {
	position: relative;
	width: 44px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #7f7f7f;
	background: no-repeat url(/mischabel/graphics/layout/langbtn_off.jpg);
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer a:hover {
	text-decoration: none;
	background: no-repeat url(/mischabel/graphics/layout/button_over.png);
	text-shadow: none;
	color: #cc0000;
	font-weight: bold;
}

#navcontainer li.lang a:hover {
	text-decoration: none;
	background: no-repeat url(/mischabel/graphics/layout/langbtn_on.jpg);
	text-shadow: none;
	color: #cc0000;
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 678px;
	left: 0;
	top: 33px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 1px;
	text-align: left;
}

#navcontainer ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	background: transparent none;
	margin: 0px;
	width: 9em;
	height: 15px;
	padding: 2px 0px 0px 25px;
	font-style: normal;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: left;
}

#navcontainer ul ul li a:hover {
	text-decoration: none;

	background: none;
/*	background: url(/mischabel/graphics/layout/submenu_over.png) repeat-x;*/
	text-shadow:  none;
	clear: both;
}

#navcontainer ul ul #c2 {
	font-weight: bold;
	color: #cc0000;
	background: none;
}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	color: #cc0000;
	letter-spacing: 0px;
	border: 1px solid #adadad;
	padding: 10px;
}

h1 {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #cc0000;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

h4 {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h5 {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle { }
	
/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/

table.avail, table.preis { border-collapse: collapse; width: 100%; background-color: #fff; }

table.avail tr.h td, table.avail tr.h td.f { background-color: #d4d4d4; border: 1px solid #c3c3c3; }
table.avail tr.o td, table.avail tr.e td { border: 1px solid #d4d4d4; }
table.avail tr td { text-align: center; }
table.avail tr.o td.f { background-color: #e5e5e5; }
table.avail tr.o td.x, table.avail tr.e td.x, table.avail tr.o td.n { background-color: #f2f2f2; }
table.avail tr.o td { background-color: #8f8; }
table.avail tr.e td { background-color: #afa; }
table.avail tr.o td.r { background-color: #f88; }
table.avail tr.e td.r { background-color: #faa; }
table.avail tr.e td.f { background-color: #fff; }

table.preis tbody th, table.preis tbody td { text-align: center; border: 1px solid #d4d4d4; }
table.preis tbody tr:nth-child(even) { background-color: #e5e5e5; }     /* CSS3 */
table.preis tbody tr { background-color: #fff; }
table.preis thead th { background-color: #d4d4d4; border: 1px solid #c3c3c3; }
table.preis th { font-weight: normal; }

