/* @override 
	http://typo3.p117939.mittwaldserver.info/fileadmin/templates/layout.css
*/

/* @group Reset CSS */


/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */
#wrapper {
	display: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}
a img {
	border: none;
}
body { color: #000; background: white;
	font: 14px/16px Corbel,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
br.antifloat {
	clear: both;	
	height: 1%;
	line-height: 1%;
	font-size: 1%;
}
p.antifloat {
	clear: both;	
}
.invisible {
    display:block; position:absolute; left: -2000px; height: 0px; width: 0px;
}
/* -------------------------------------------------------------- */
/* @end */

/* @group structure */


body {
	background: #201413 url(pics/body-bg.jpg) repeat-x;
}
a:link {
	color: #bf5a75;
	text-decoration: none;	
}
a:visited {
	color: #464648;
}
a:hover {
	color: #bf5a75;
	text-decoration: underline;	
}
#all {
	text-align: left;
	width: 900px;
	position: absolute;
	margin-left: -450px;
	left: 50%;
	background: url(pics/all-bg-standard.gif) repeat-y;
}
#standardmenu {
	background-color: #201413;
}
#header {
	height: 175px;
	border-bottom: 5px solid #4f0018;
	background-color: #ffffff;
}
#logo {
	background: white url(pics/logo.gif) no-repeat 40px 33px;
	width: 215px;
	height: 175px;
	position: absolute;
	z-index: 1000;
}
#logo h1 {
	display: none;
}
#headercontent {
	position: absolute;
	z-index: 100;
}
#headercontent img {
	margin-left: 215px;
	}
#menu {
	width: 215px;
	float: left;
}
#content {
	width: 430px;
	margin-left: 10px;
	float: left;
	padding-bottom: 50px;
}
#basewrapper div.leftwraper{
	margin-left: 0px;
	width: 670px;
	float: left;
	}

#extra {
	margin-left: 685px;
	width: 205px;
	padding-top: 10px;
	overflow: hidden;
}
#searchbox {
	margin-left: 675px;
	width: 225px;
	background-color: #201413;
}
#wherebox {
	display: none;
}
#basewrapper {
	clear: both;
}
#footer {
	background: #fff url(pics/footer-bg.gif);
	margin-left: 0px;
} 

.startpage #header {
	height: 330px;
	border-bottom: 0;
	background-color: white;
	}
.startpage #logo {
	background: url(pics/logo.gif) no-repeat 40px 100px;
	width: 450px;
	height: 330px;
	position: absolute;
	z-index: 1000;
}
.startpage #headercontent {
	height: 330px;
	position: relative;
	overflow: hidden;
}
.startpage #headercontent img {
	margin-left: 0px;
	}
.startpage #content {
	width: 430px;
	margin-left: 10px;
	float: left;
}
.startpage #banner {
	margin-left: 460px;
	width: 205px;
}
.startpage .column-wraper {
	width: 680px;
	float: left;
	overflow: hidden;
}
.startpage #searchbox {
	margin-left: 450px;
	width: 225px;
	background-color: #201413;
}
.startpage #extra {
	margin-left: 685px;
	width: 205px;
	overflow: hidden;
}
.startpage #footer {
	margin-left: 0px;
	background: #201413 ;
} 
#all.startpage {
	background: url(pics/all-bg-startpage.gif) repeat-y;
}
/* @end */

/* @group horizmenu */
#hmenu {
	text-align: left;
	width: 900px;
	height: 56px;
	background: #bf5a75 url(pics/horizmenu-bg.gif) repeat-x 0 top;
	}
#hmenu li {
	display: inline;
	list-style-type: none;
}
#hmenu li a:link, #hmenu li a:visited {
	background: url(pics/horizmenu-a-divider.gif) no-repeat right 10px;
	text-decoration: none;	
	padding: 16px 19px 18px 19px;
	font: bold 16px/50px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}
#hmenu li a:hover, #hmenu li a:visited:hover {
	color: #4f0018;
}
#hmenu li.usr span {
	display: none;
} 
#hmenu li.usr a:link,
#hmenu li.usr a:visited {
	background: url(pics/horizmenu-lock-open.gif) no-repeat;
	padding: 16px 30px 18px 30px;
}
#hmenu li.usr a:hover,
#hmenu li.usr a:visited:hover {
	background: url(pics/horizmenu-lock-open-ro.gif) no-repeat;
	padding: 16px 30px 18px 30px;
}
/* @end */

/* @group standardmenu  */
#standardmenu {
	height: 40px;
	overflow: auto;
}
#standardmenu .left {
	float: left;
}
#standardmenu .right {
	float: right;
}
#standardmenu .right img.where {
	cursor: pointer;
	}
/* @end */

/* @group menu (main) */
#menu li {
	list-style-type: none;
	border-bottom: 1px solid white;
	background-color: #201413;
}
#menu li:hover {
	background-color: #4f0018;
}
#menu li li {
	border-top: 1px solid white;
	border-bottom: 0px;
	}
	/* = act  */
#menu li.act {
	background-color: #bf5a75;
	}
	/* = cur  */
#menu li.cur {
	background: #bf5a75 url(pics/menu-1lv-cur.gif) no-repeat 10px 9px;
	}
#menu li.usr {
	background: #000000 url(pics/menu-1lv-usr.gif) no-repeat 200px 9px;
	}
#menu li.cur li, #menu li.act li {
	background-color: #eddfcc;
	}
#menu li.cur a:link, #menu li.cur a:visited  {
	color: white;
	padding-left: 30px;
	}
#menu li.act li a:link, #menu li.act li a:visited,
#menu li.cur li a:link, #menu li.cur li a:visited {
	color: #bf5a75;
	padding-left: 10px;
	}
#menu li.cur li a:hover, 
#menu li.cur li a:visited:hover,
#menu li.act li a:hover, 
#menu li.act li a:visited:hover {
	color: #4f0018;
	}	
#menu li.act li.cur, 
#menu li.act li.cur {
	background: #eddfcc url(pics/menu-2lv-cur.gif) no-repeat 10px 9px;
}		
#menu li.act li.cur a:link, 
#menu li.act li.cur a:visited {
	color: black;
	padding-left: 30px;
	}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 6px 10px 5px 10px ;
	font: 15px/18px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	display: block;
}
#menu li li li {
	background: #white !important;	
	border-bottom: 1px solid #bf5a75;
}
#menu li li li.cur a:link, #menu li li li.cur a:visited {
background: #white url(pics/menu-3lv-cur.gif) no-repeat 10px 9px !important;		
}
#menu li li li a:link, #menu li li li a:visited {
	color: #464648 !important;
	}
/* @end */

/* @group footer menu */
#footer {
	overflow: auto;
}
#footer li {
	list-style-type: none;
	float: left;
	margin: 10px 10px 6px 225px;
}
.startpage #footer li {
	margin: 10px 10px 6px 10px;
	}
#footer li a:link, #footer li a:visited {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	font-size: 11px;
}
#footer li a:hover, #footer li a:visited:hover {
	text-decoration: underline;
	}

/* @end */

/* @group breadcrumb-menu */
#breadcrumb {
	padding: 3px 0 15px 0;
}
#breadcrumb span {
	color: #d9dadb;
	font: 10px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 3px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #bf5a75;
	font: 10px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding-right: 3px;
}
#breadcrumb a:hover, #breadcrumb a:visited:hover {
	text-decoration: underline;
	}

/* @end */

/* @group searchbox */
#searchbox form {
	padding: 30px 13px 30px 13px;
}
#searchbox a {
	display: none;
}
#searchbox input.sword {
	width: 140px;
	height: 18px;
	margin: 3px 0 0 0;
	border: 0;
	vertical-align: top;
	-webkit-border-radius: 13px;
	-moz-border-radius: 10px;
	padding: 8px 5px 2px 5px;
	line-height: 20px;
	outline: none;
}

#searchbox a:link, #searchbox a:visited {
	color: white;
	text-decoration: none;
	font: 10px/24px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(pics/searchbox-more-link.gif) no-repeat 2px 4px ;
	padding: 3px 0 0 18px ;
}
#searchbox a:hover, #searchbox a:visited:hover {
	color: #bf5a75;
	}
#searchbox button {
	border: 0;
	vertical-align: top;
	background-color: transparent;
	cursor: pointer;
}
#searchbox form div {
	height: 34px;
	background: url(pics/searchbox-no.gif) no-repeat right top;
}
#searchbox form div:hover {
	background: url(pics/searchbox-ro.gif) no-repeat right top;
}
/* @end */

/* @group Wherebox */
#wherebox {
	height: 220px;
	background-color: #170e0d;
}
#wherebox .csc-ce p {
	color: white;
	font: 14px/16px Corbel, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
#wherebox p.close {
	text-align: right;
	cursor: pointer;
}
/* @end */

/* @group Slideshow startpage */
.startpage .slideshow .imagewrap {
	height: 330px;
	width: 675px;
	position: absolute;
	margin-left: 225px;
}
/* @end */




