/*
	===================================================
	[ my-media / Istvan Kovacs <info@my-media.eu> ]
	===================================================
	$ver:	1.0 initial release
	$date:	2007/05/09
	===================================================
	Copyright (c) my-media - All rights reserved.
	http://www.my-media.eu/ - info@my-media.eu
	===================================================

	CSS MAP
	===================================================
	1. GLOBAL
	2. HEADER
	3. MAIN
	4. FOOTER
	5. FORMS
	6. MODULE
	7. MAINMENU
	8. JOOMLA CONTENT

1. GLOBAL
========================================================= */
*{
	margin: 0;
	padding: 0;
	font: 11px/150% Arial, Helvetica, sans-serif;
	}

body {  
	padding: 0;
	color : #000;
	background: #e3e2e0 url(../images/tile_body.png) 0 0 repeat-x;
	}

body#left div#header,
body#left div#main,
body#left div#footer {
	margin: 0;
	}

body#center div#header,
body#center div#main,
body#center div#footer {
	margin: 0 auto;
	}

body#right div#header,
body#right div#main,
body#right div#footer {
	float: right;
	margin: 0;
	}

h1 { font-weight: bold; font-size: 150%; }
h2 { font-weight: bold; font-size: 140%; }
h3 { font-weight: bold; font-size: 130%; }
h4 { font-weight: bold; font-size: 120%; }
h5 { font-weight: bold; font-size: 110%; }
h6 { font-weight: bold; font-size: 100%; }

div#layout_con {
	margin: 0;
	text-align: left;
	}
	
/*2. HEADER
========================================================= */
div#header_con {
	float: left;
	width: 100%;
	padding: 0px;
	}

div#header {
	position: relative;
	height: 228px;
	background: none;
	}

/* logo link */
a#start {
	position: absolute;
	top: 0px;
	left: 16px;
	width: 180px;
	height: 175px;
	display: block;
	background: none;
	}

/* inset */
div#inset {
	position: absolute;
	top: 15px;
	left: 200px;
	width: 750px;
	height: 55px;
	display: block;
	background: none;
	}

/* header image */
div#image {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 100%;
	height: 169px;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #FEE69C;
	}

div#image img{
	display: block;
	}

/* top link */
a#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	visibility: hidden;
	}

/* topmenu */
div#menu {
	position: absolute;
	top: 6px;
	left: 0px;
	width: auto;
	height: 40px;
	background: none;
	}

div#menu ul#mainlevel {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

div#menu ul#mainlevel li {
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: none;
	}

div#menu ul#mainlevel li a:link,
div#menu ul#mainlevel li a:visited {
	float: left;
	margin: 0px;
	padding: 0px 20px;
	width: auto;
	line-height: 40px;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

div#menu ul#mainlevel li a:hover,
div#menu ul#mainlevel li a#active_menu  {
	background: url(../images/tile_tm.png) 0 0 repeat-x;
	}

/* 3. MAIN
========================================================= */
div#main_con {
	float: left;
	width: 100%;
	padding: 0px;
	}

div#main {
	border-right: 1px solid #E51419;
	}

div#col_left {
	float: left;
	}

div#col_right {
	float: right;
	}

div#col_middle {
	float: left;
	background: #fff url(../images/bg_round.png) left top no-repeat;
	}

/* 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;
	}

/* 4. FOOTER
========================================================= */
div#footer_con {
	float: left;
	width: 100%;
	padding: 0px;
	}

div#footer {
	position: relative;
	}

/* top link */
a.slink:link,
a.slink:visited,
a.slink:hover {
	position: absolute;
	top: 20px;
	left: 980px;
	padding-right: 26px;
	height: 17px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/top.png) 100% 50% no-repeat;
	}

/* bottommenu */
div#bottom {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 100%;
	}

div#bottom a.mainlevel:link,
div#bottom a.mainlevel:visited,
div#bottom a.mainlevel:hover {
	float: left;
	width: auto;
	line-height: auto;
	height: auto;
	display: block;
	color: #0a3a62;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	text-decoration: none;
	border: 0px;
	background: none;
	}

div#bottom a.mainlevel:hover {
	color: #000;
	}

div#bottom span {
	float: left;
	color: #fff;
	padding: 4px 10px 0 10px;
	}

/* 5. FORMS
========================================================= */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

li {
	line-height: 16px;
	padding: 0 0 0 16px;
	background: url(../images/arrow.png) left center no-repeat;
	}

ol li {
	padding: 0;
	background: none;
	}

fieldset, img { border: 0; }
option { padding: 0 0 0 0.4em; }

.inputbox {
	padding: 4px 4px;
	color: #000;
	border: 0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #f9f9f9;
	}

html* .inputbox {
	padding: 0px 4px;
	line-height: 21px;
	height: 21px;
	}

textarea {
	padding: 4px!important;
	width: 350px;
	line-height: 13px!important;
	height: 200px!important;
	display: block;
	}

.button {
	margin: 2px;
	padding: 2px 20px 2px 10px;
	color: #000;
	font-size: 100%;
	border: 1px solid #bbb;
	background: #fff url(../images/arrow1.png) right center no-repeat;
	overflow: visible;
	}

html* .button {
	padding: 0px 20px 0px 10px;
	}


select {
	height: 21px;
	padding: 2px 4px!important;
	border: 1px solid #bbb!important;
	background: #fff!important;
	overflow: hidden;
	}

option { padding: 4px; }

/* 6. MODULE
========================================================= */
div.mod1 div.moduletable {
	position: relative;
	padding: 48px 20px 10px 20px;
	margin: 0px;
	width: auto;
	display: block;
	background: #EFEDEE;
	}

div.mod1 div.moduletable h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	line-height: 38px;
	height: 38px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-indent: 20px;
	background: url(../images/title_modh3.png) 0 0 repeat-x;
	}

/* SHOWCASE */
div.showcase,
div.showcase2 {
	float: left;
	display: block;
	background: #efedee;
	}

div.mod2 { float:left; }

div.mod2 div.moduletable,
div.mod2.bfix div.moduletable {
	width: auto;
	margin: 14px 0px 20px 0px;
	padding: 0 18px;
	color: #000;
	}

div.mod2.bfix div.moduletable {
	border: 0;
	}

div.mod2 div.moduletable h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	width: auto;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	text-indent: 0px;
	}

/* JOOMFISH */
div.rawimages {
	position: absolute;
	top: 17px;
	right: 40px;
	}

div.rawimages img {
	margin: 0px 2px;
	padding: 0px;
	border: 1px solid #fff;
	}

/* SEARCH */
div.search {
	position: absolute;
         bottom: 15;
	top: 0px;
	right: 100px;
	}

#mod_search_searchword {
	float: left;
	width: 110px;
	}

div.search .button {
	margin: 5px 5px 0px 5px;
	padding: 0px;
	width: 12px;
	height: 12ppx;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	border: 0;
	background: url(../images/bg_search.png) 0 0 no-repeat;
	}

html* div.search .button {
	padding: 0px 15px 0px 5px;
	}

/* 7. MAINMENU
========================================================= */
a:link, a:visited {
	color: #0a3a62;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

/* MAINMENU */
a.mainlevel:link,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:visited {
	width: auto;
	line-height: 26px;
	height: 26px;
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: normal;
	text-indent: 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: url(../images/hellblau/menu_mod.png) 0 -26px no-repeat;
	}

a.mainlevel:hover,
a.sublevel:hover,
div.mod1 #active_menu {
	color: #000;
	text-decoration: none;
	background-position: 0 0px;
	}

div.mod1 div.moduletable-menu table div {
	padding: 0px!important;
	}

div.mod1 div.moduletable-menu table img {
	display: none!important;
	}

/* 8. JOOMLA CONTENT
========================================================= */
.contentheading,
.componentheading,
.contentheading a:link,
.contentheading a:visited,
.componentheading a:link,
.componentheading a:visited {
	padding: 0px;
	margin: 0px;
	color: #0a3b66;
	font-size: 170%;
	font-weight: normal;
	text-align: left;
	text-indent: 20px;
	background: url(../images/arrow1.png) left center no-repeat;
	}

.contentheading a:hover,
.componentheading a:hover {
	color: #000;
	}

/* poll */
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	}

/* section listing */
.sectiontableheader {
	width: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #949494;
	}

.sectiontableheader a:link,
.sectiontableheader a:visited {
	color: #fff;
	text-decoration: none;
	}

.sectiontableheader a:hover {
	color: #333;
	text-decoration: none;
	}

.sectiontableentry1,
.sectiontableentry2 {
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	background: #fefefe;
	}

.sectiontableentry2 {
	background: #f5f5f5;
	}

td.sectiontableheader,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
	}

/* page navi */
.pagenavbar {
	float: left;
	padding: 2px;
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	}

/* link container */
.contenttoc {
	float: right;
	width: 180px;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin-bottom: 10px;
	}

.contenttoc th {
	background: #eee;
	padding: 3px 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #333;
	}

.contenttoc td {
	padding: 2px 5px;
	}

.toclink {
	line-height: 14px;
	padding-left: 8px;
	background: url(../images/arrow.png) left center no-repeat;
	}

/* small font */
.small,
.smalldark,
.createdate,
.modifydate  {
	font-size: 10px;
	color: #666;
	}

/* rating */
.content_rating {
	font-size: 10px;
	color: #555;
	}

.content_vote {
	font-size: 10px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
	border: 1px solid #e0e0e0;
	}

/* content page */
.contentpane {
	padding: 0px;
	}

.contentpaneopen {
	padding: 0px;
	width: 100%;
	text-align: left;
	background: none;
	}

.contentpagetitle {
	color: #000;
	font-weight: bold;
	}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
	text-decoration: none;
	}

/* fixes - dont chage */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
