/**
* template_name Yeminy-STD-Template
* copyright (C) 2007 by Ole Hoppe and Ulf Gebahrdt
* This template is inspired by and based on the template on www.jomomla.org (2007)
*/
/*
Farben:
Links: 1b57b1
Text: 000000
Außen: cf4c36
MenüBG: f7f7f7
Button: e5e5e5
*/
/*
Außenrum
*/
body {
margin: 0px 0px 0px 0px;
background: #FFF;
color: #000000;
font: 10pt 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/*
MainBox
*/
#main {
/* margin-left: 30px;
margin-top: 10px;
margin-right: 30px;
margin-bottom: 10px; */
background: url(../images/yem_mitte_rechts.png)right repeat-y white;
height: 100%;
}
/*-----------------style_aussen--------------*/
#leftbox {
display: inline;
float: left;
width: 150px;
margin-left: 15px;
margin-top: 5px;
}
#midbox {
padding-left: 10px;
float: left;
width: 68%;
align: center;
margin-left: 8px;
}
#rightbox {
float: right;
width: 150px;
margin-top: 5px;
}
#clear {
clear: both;
}
/*
----------------------------Header-Bereich--------------------------------
*/
#maintop {
height: 200px;
width: 100%;
background: url(../images/yem_header_links.png) top left no-repeat;
}
#maintop_a {
height: 200px;
width: 100%;
background: url(../images/yem_header_mitte.png) repeat-x;
}
#maintop_b {
height: 200px;
width: 100%;
background: url(../images/yem_header_rechts.png) top right no-repeat;
}
#maintop_c {
height: 200px;
width: 100%;
background: url(../images/yem_mitte_links.png) repeat-y;
}
#maintop_ca {
height: 200px;
width: 100%;
background: url(../images/yem_mitte_rechts.png)right repeat-y;
}
/*
--------------------------------------Text-Bereich ----------------------------------
*/
#mainmiddle {
height:100%;
width: 100%;
background: url(../images/yem_mitte_links.png) repeat-y;
}
#mainmiddle_a {
height:100%;
width: 100%;
background: url(../images/yem_mitte_rechts.png)right repeat-y;
}
/*
---------------------------------------Footer-Bereich---------------------------------------
*/
#mainbottom {
height:50px;
width: 100%;
color: #000;
background: url(../images/yem_footer_mitte.png)repeat-x;
}
#mainbottom_a {
height:50px;
width: 100%;
color: #000;
background: url(../images/yem_footer_rechts.png)right no-repeat;
}
#mainbottom_b {
height:50px;
width: 100%;
color: #000;
background: url(../images/yem_footer_links.png)left no-repeat;
}
td {
padding: 0;
}
table.moduletable {
/* styling the module table */
margin: 0px 0px 0px 0px;
width: 95%;
}
/*Mainmenu usw -> Überschrift */
table.moduletable th {
/* styling the module header, and the module titles */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
/*text-align: center;*/
/*text-transform: uppercase;*/
letter-spacing: 1px;
color: #000000;
background: #f7f7f7;
border-bottom: 1px solid #000000;
padding: 1px;
}
table.moduletable td {
/* well.. for formatting the table cells of the module table */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}
.button {
/* this style applies to most form buttons generated by
Mambo and its components. Change its format here*/
color: #000000;
font-family: Arial, Verdana, Helvetica, sans-serif;
margin-top: 4px;
font-weight: normal;
text-align: center;
font-size: 12px;
background: #e5e5e5;
border: 1px solid #a0a0a0;
height: 20px;
}
ul#mainlevel {
margin: 0px;
padding: 0px;
list-style: none;
padding-top: 3px;
margin-left: -8px;
}
ul#mainlevel li {
margin: 0px;
padding: 0px;
font-weight: normal;
color: #333333;
line-height: 25px;
margin-bottom: 3px;
list-style: none;
}
a:link, a:visited {
font-size: 12px;
color: #1b57b1;
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* Modules */
#rightcol div.module {
float: right;
margin-right: 20px;
}
#leftcol div.module {
margin-left: 7px;
}
#leftcol div.module, #rightcol div.module {
width: 152px;
background: transparent url(../images/yem_menu_mitte.png) left repeat-y;
margin-bottom: 10px;
margin-top: 10px;
}
#leftcol div.module div, #rightcol div.module div {
width: 152px;
background: transparent url(../images/yem_menu_oben.png) top left no-repeat;
}
#leftcol div.module div div, #rightcol div.module div div {
width: 152px;
background: transparent url(../images/yem_menu_unten.png) bottom left no-repeat;
}
#leftcol div.module div div div,#rightcol div.module div div div{
width: 137px;
padding-left: 5px;
padding-right: 10px;
/*padding-top: 1px;*/
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}
#leftcol div.module div div div div, #rightcol div.module div div div div{
padding: 0px;
margin: 0px;
}