/*
	===================================================
	[ M. Schlage ]
	===================================================
	$ver:		1.0 initial release
	$date:	17-06-2009
	===================================================
	Copyright (c) flatbooster - All rights reserved.
	http://www.flatbooster.com/ - suppot@flatbooster.de
	===================================================
	
	CSS MAP
	===================================================
	1. GLOBAL
	2. HEADER
	3. MAIN
	4. FOOTER
	5. FORMS
	6. MODULE
	7. MAINMENU
	8. JOOMLA CONTENT

1. GLOBAL
========================================================= */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	width:100%;
	}

body {
	padding: 0;
	color : #000;
	font: 11px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	line-height:160%;
	background:#fff;
	
	}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	line-height: 1.3em;
	color: #000;
	font: 11px/150% Arial, Helvetica, sans-serif;
	}

/*
body.left div#header,
body.left div#main,
body.left div#footer {
	margin: 0;
	}

body.right div#header,
body.right div#main,
body.right div#footer {
	float: right;
	margin: 0;
	}
*/

body.center div#header,
body.center div#main,
body.center div#footer {
	margin: 0 auto;}

body.center div#footer {
	border-bottom:1px solid #999;
	background:url(../images/cont_bg.jpg) repeat-y;}

body.center div#main{
	background:url(../images/cont_bg.jpg) repeat-y top center;
}

b, strong {
	font-weight: bold;
	}

ul, li, ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	}

fieldset, img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	color: #000;
	background:url(../images/h1_bg.jpg) no-repeat 0px 25px;
	margin: 15px 0;
	padding: 5px 0px;
	line-height:20px;
}
h2 { font-size: 190%; }
h3 { font-size: 180%; }
h4 { font-size: 170%; }
h5 { font-size: 160%; }
h6 { font-size: 150%; }

div#layout_con {
	margin: 0;
	text-align: left;
	height:100%;
	}
	
/*2. HEADER
========================================================= */
div#header_con {
	float: left;
	width: 100%;
	/*background:url(../images/tile_header.jpg) center top repeat-x;*/
	z-index: 2;
	}

div#header {
	position: relative;
	height: 210px;
	background:url(../images/header_bg.jpg) no-repeat;
	z-index: 3;
	/*border-top:1px solid #000;*/
	}

/* logo link */
a#start:link,
a#start:visited,
a#start:hover {
	position: absolute;
	top: 30px;
	left: 50px;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 36px;
	color: #2b0115;
	font-size: 32px;
	font-weight: normal;
	font-family:verdana, Helvetica, sans-serif;
	text-decoration: none;
	background: none;
	z-index: 4;
	}

a#start span {
	color: #2b0115;
	font-size: 20px;
	font-weight: normal;
	text-indent: 12px;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	}

/* inset */
div#inset {
	position: absolute;
	top: 22px;
	left: 214px;
	width: 750px;
	height: 64px;
	display: block;
	background: none;
	z-index: 4;
	}

/* header image */
div#image {
	position: absolute;
	top: 5px;
	left: 650px;
	width: 211px;
	height: 122px;
	display: block;
	background:url(../images/head2.jpg) no-repeat;
	z-index: 4;
	border: 3px solid #7d2948;
	}

/* top link */
a#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	visibility: hidden;
	}
div.mod1 {
	background:none;
	}

	div.mod1 div {
		float: left;
		/*background:#000;*/
		}

	div.mod1 div div {
		float: left;
		}

	div.mod1 div div div {
	float: left;
	background: none;
	padding-right:10px;
		}

	div.mod1 div div div div {
		padding: 0;
		margin: 0;
		}

	/* mod1 headings */
	div.mod1 div div div h1{
	position: relative;
	float: left;
	margin: 0;
	padding-bottom: 5px;
	line-height: 20px;
	width: 220px;
	display: block;
		}

	div.mod1 div div div h1.menu {
	padding: 5px;
	margin-top:10px;
	line-height: 15px;
	height: 20px;
		}
/* col menu */
div#rmenu {
	margin-bottom: 0px!important;
	text-align: left;
}
div.col_menu {
	float: left;
	margin: 0;
	padding: 0;
	}
	
	div.col_menu ul li {
		float: left;
		position: relative;
		}

	/* Level1 rechts */
	div.col_menu ul li a:link,
	div.col_menu ul li a:visited {
	float: left;
	padding: 0;
	margin: 0;
	width: 201px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
	background:url(../images/button.png) top center no-repeat;
		}

	div.col_menu ul li a:hover {
		text-decoration: none;
		background:url(../images/button.png) bottom center no-repeat;
		}

/* 3. MAIN
========================================================= */
div#main_con {
	float: left;
	width: 100%;
	padding: 0;
	/*background: #000 url(../images/cont_bg.jpg) repeat-x top center;*/
	}

div#col_left {
	float: left;
	}

div#col_right {
	float: right;
	margin: 20px 30px 0px 50px;
	}

div#col_middle {
	float: right;
	}

/* content padding */
div#mainbody {
	float: left;
	}

/* main background */
div#main_con .nocol,
div#main_con .onlyleft,
div#main_con .onlyright,
div#main_con .leftright {
	position: relative;
	background: none;
	}

/* SHOWCASE */
div#showcase1 {
	margin-bottom: 20px;
	}

div#showcase2 {
	margin-top: 20px;
	}

div.showcase {
	float: left;
	display: block;
	}

div.mod2 { float:left; width: 33%; }

div.mod2 div {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0 10px;
/*	border-right: 1px dotted #0277a0;
	border-left: 0px dotted #0277a0;*/
	}

div.mod2 div.last {
	border: 0;
	}

/* 4. FOOTER
========================================================= */
div#footer_con {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0px;
	/*background: #000 url(../images/tile_footer.png) left top repeat-x;*/
	}

div#footer {
	position: relative;
	background:#fff;
	height:100%;
	}

/* copyright link */
a.cr:link,
a.cr:visited {
	position: absolute;
	top: 7px;
	right:14px;
	width: 252px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

/* bottommenu */
div#bottom {
	position: absolute;
	top: 15px;
	width: auto;
	left: 20px;
	}

div#bottom ul li  {
	float: left;
	}

div#bottom ul li a:link,
div#bottom ul li a:visited {
	float: left;
	padding: 0 5px;
	margin: 0;
	line-height: 12px;
	height: 12px;
	display: inline;
	width: auto;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #000;
	}

div#bottom ul li a.last:link,
div#bottom ul li a.last:visited {
	border: 0;
	}

div#footer a.bottom:hover {
	color: #000;
	text-decoration: none;
	}

/* 6. CONTENT
========================================================= */
a:link,
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	background:#ff8f00;
	}

a.more:link,
a.more:visited {
	float: left;
	color: #000;
	font-weight: bold;
	text-indent: 12px;
	text-decoration: underline;
	background: url(../images/arrow.png) 0% 50% no-repeat;
	}

a.more:hover {
	color: #000;
	background:#ff8f00 url(../images/arrow.png) 0% 50% no-repeat;
	}

div.mod1 img,
div#mainbody img {
	margin: 4px;
	border: 1px solid #000;
	padding:1px;
	}

span.left {
	float: left;
	width: 100%;
	}

/* Check list (star) */
ul.list {
	list-style: none;
	margin: 10px 0px;
	}

ul.list li {
	margin-left: 15px;
	padding: 0 0 0 20px;
	color: #2b0115;
	background: url(../images/arrow.png) no-repeat 0 5px;
	}

/* 8. FIXES
========================================================= */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* 1. ENABLE / DISABLE
========================================================= */
div#showcase1 { display: none!important; }
div#showcase2 { display: none!important; }
div#col_left { display: none; }
div#col_right { /*display: none;*/ }
div#inset { display: none; }
div#image { display: none; }
div#hmenu { display: none; }
div#hmenu2 { display: none; }
div#bottom { /*display: none;*/ }
div#footer { /*display: none;*/ }
div#footer2 { display: none; }

div#hcontent_1 { display: none; }
div#lcontent_1 { display: none; }
div#lcontent_2 { display: none;}
div#lcontent_3 { display: none; }
div#rcontent_1 {/* display: none;*/padding-top:30px; }
div#rcontent_2 { display: none;}
div#rcontent_3 { display: none; }
div#mcontent_1 { /*display: none;*/ }
div#mcontent_2 { /*display: none;*/ padding-top:30px;  }
div#mcontent_3 { display: none; }
div#lmenu { display: none; }
div#rmenu { /*display: none;*/ }

#header, #footer, #main{width: 909px;} 
	
#col_left {
	width: 200px;
	padding-top: 50px;
	padding-left:20px;
}
#col_right {
	width: 240px;
}
#col_middle {}
#mainbody {
	width: 500px;
	padding:20px 10px;
}
div#showcase1, div#showcase2 {width: 418px; padding: 0 10px 0px 10px;}
