/* Layout infos

  xml notation in index.php vermeiden, da IE in der ersten zeile den doctype erwaret und sonst in quirksmodus schaltet
  (im quirksmodus wird das boxmodell nicht korrekt ausgegeben.)
*/


/* CSS Document */
body {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	color: #000000;
  text-align: center;
  font-family: verdana, arial, sans-serif;
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
}
img {
  border:0;
}
hr {
background-color:#F7931D;
color:#F7931D;
border: #F7931D;
height: 1px;
}

/******** WYSIWYG EDITOR STYLES *************/
h1 {
color: #000000;
font-size: 14px;
font-weight: bold;
}
h2 {
color: #000000;
font-size: 14px;
font-weight: bold;
}
h3 {
color: #000000;
font-size: 14px;
font-weight: bold;
}
h4 {
color: #000000;
font-size: 13px;
font-weight: bold;
}
h5 {
color: #000000;
font-size: 13px;
font-weight: bold;
}

.daily_red {
color: #AA0000;
font-size: 12px;
font-weight: bold;
}

.daily_green {
color: #8CC63F;
font-size: 12px;
font-weight: bold;
}

.daily_grey {
color: #444444;
font-size: 12px;
font-weight: bold;
}

.daily_orange {
color: #F7931D;
font-size: 12px;
font-weight: bold;
}

.hl_page {
color: #000000;
font-size: 14px;
font-weight: bold;
}
.hl_arrow {
color: #000000;
font-size: 12px;
font-weight: bold;
padding-left: 12px;
margin-bottom: 10px;
}
.hl_dark {
color: #000000;
font-size: 14px;
font-weight: bold;
}
.text_black {
color: #000000;
font-size: 11px;
font-weight: normal;
}


/******** WYSIWYG EDITOR STYLES *************/



#pagecenter {
	text-align: center;
}

#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 952px;
	height: 100%;
	text-align: left;
	font-size:90%;
	background: #FFF;
  border: 0px solid #000000;
}


#topnav	{
	color: #000000;
	margin:0;
	padding:0;
	border: 0;
  height:20px;
  font: verdana, arial, helvetica, sans-serif;
	font-size:14px;
}


#content	{
	padding: 0px;
	text-align: left;
  border: 0px solid #000000;
  height:100%;
  background: transparent url(../images/main_bg.jpg) top left repeat-y;
}
	
#main	{
	width: 510px;
	float: left;
  border: 0px solid blue;
	text-align: left;
	padding: 10px 25px;
	padding-top: 20px;
  background: transparent;
}


#sidebar	{
	padding-top: 20px;
	width: 196px;
  float: left;
  position: relative;
	background: transparent;
}

#sidebar2	{
	width: 190px;
  float: right;
  position: relative;
	background: transparent;
  margin-right: 6px;
}

.module, .module_navi {
width:184px;
margin:3px;
}



.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 20px;
	padding-left: 4px;
	border: 1px solid #666666;
	margin-bottom: 2px;
  width:250px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #666666;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header	{
	color: #000;
	background: #FFF;
	margin:0px;
	padding:0;
	border: 0;
  height:132px;
	}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 528px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  margin-top: 10px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 0px;
  font-size: 10px;
  border: 0px solid red;
  height:132px;
  background: transparent url(../images/footer.jpg) bottom left repeat-y;
}
#footer2 {
	text-align: center;
	padding: 3px;
  font-size: 10px;
}

ul
{
margin-left: 15px;
padding: 0;
}
ul_bacukp
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
}
li_backup {
line-height: 15px;
padding-left: 8px;
padding-top: 0px;
}

td {
	text-align: left;
	font-size: 11px;
}


/* Joomla core stuff */
a:link, a:visited {
	color: #AA0000; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #AA0000;	text-decoration: none;
	font-weight: bold;
}

.blog {
width:100%;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 4px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #666666;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
  background: url(../images/bg_contentheading_02.gif) no-repeat;
  background: transparent;
	color: #AA0000;
	text-align: left;
	padding-top: 3px;
	padding-left: 0px;
	margin-bottom: 15px;
	height: 21px;
	font-weight: bold;
	font-size: 16px;
  border-bottom:0px solid #AAAAAA;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #AA0000;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
  border: 0px solid green;
}

table.moduletable th, div.moduletable h3 {
	color: #000000;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
  white-space: nowrap;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-size: 10px;
  text-align:right;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg9.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
	height: 20px !important;
	height: 22px;
	width: 100%;
	text-decoration: none;
  text-indent:15px;
  text-transform:uppercase;
}

a.mainlevel:hover {
	width: 100%;
	background-position: 0px -26px;
	text-decoration: none;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
  text-indent:17px;
  text-transform:uppercase;
}

a.mainlevel#active_menu {
	width: 100%;
	background-position: 0px -25px;
	color:#222222;
	font-weight: bold;
  text-transform:uppercase;
}

a.mainlevel#active_menu:hover {
	width: 100%;
	color: #222222;
  text-transform:uppercase;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
  border-top: 0px solid #cccccc;
  
}

#mod_search_searchword {
margin-left:4px;
}
/**********************************************/


/* Modules */

#sidebar div.module_navi {
width: 184px;
margin-top: 0px;
margin-bottom: 3px;
}

#sidebar div.module_navi div {
}

#sidebar div.module_navi div div {
}

#sidebar div.module_navi div div div {
width: 190px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
border-bottom: 0px solid red;
background: transparent;
font-size: 10px;
}

#sidebar div.module_navi div div div div {
padding: 0px;
margin: 0px;
}

#sidebar div.module_navi div div div table tr td {
border-bottom: 0px solid #7F7F7F;
}



/* Modules */

div.module {
width: 190px;
margin-top: 0px;
margin-bottom:8px;
background: transparent url(../images/boxheadbg.jpg) top left no-repeat;
}

div.module div {
background: transparent;
}

div.module div div {
background: transparent;
}

div.module div div div {
background: transparent;
}


div.module div div div {
width: 184px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
margin-bottom: 8px;
background: transparent;
font-size: 10px;
}



div.module h3 {
vertical-align: middle;
font-size: 13px;
width: 184px;
font-weight: bold;
margin: 0px;
padding: 0px;
height: 24px;
color: #FFF;
border-bottom: 0px solid #AAAAAA;
background: transparent;
text-indent:15px;
}


/**********************************************/

/* hier beginnt das für die roundedbox relevante CSS  */

div {
	margin:0;
  padding:0;
}

.roundedbox_ro {
	margin:15px auto;
	padding:0;
	background:url(../images/roundedbox_ro.gif) top right no-repeat;
  width: 100%;
}

.roundedbox_lo {
	margin:0;
	padding:0;
	background:url(../images/roundedbox_lo.gif) top left no-repeat;
}

.roundedbox_ru {
	margin:0;
	padding:0;
	background:url(../images/roundedbox_ru.gif) bottom right no-repeat;
}

.roundedbox_lu {
	margin:0;
	padding:0;
	background:url(../images/roundedbox_lu.gif) bottom left no-repeat;
}

.roundedbox_inhalt {
	margin:0;
	padding:1.5em 1.5em;
}

.roundedbox_inhalt p {
	margin:0;
	padding:0;
	line-height:1.6;
}



.roundedbox_inhalt_backup {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em; 	/*padding:2.0em 1.7em 2.5em 1.2em;*/
}

.roundedbox_inhalt_backup p {
	margin:0;
	padding:0;
}


.roundedbox_inhaltsss {
	margin:0;
	padding:2.5em 3.5em;
}

.roundedbox_inhaltsss p {
	margin:0;
	padding:0;
	line-height:1.6;
}

.qfc_contact_box {
  margin-right:15px;
  width:300px;
  float:left;
  background: transparent;
  border: 0px solid #000000;
}

.smarty_data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	border-collapse:collapse;
}
.smarty_data th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #ECECEC;
	border-collapse:collapse;
	text-align:left;
	padding: 3px;
}
.smarty_data td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	border-collapse:collapse;
	padding: 3px;
	vertical-align: top;
}

.smarty_data2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 0px solid #A0A0A0;
	background-color: #E7EDED;
	border-collapse:collapse;
}
.smarty_data2 th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FAA107;
	border: 0px solid #A0A0A0;
	background-color: #ECECEC;
	border-collapse:collapse;
	text-align:left;
	padding: 3px;
  background: transparent url(../images/header_bg.jpg) top left no-repeat;
}
.smarty_data2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 0px solid #A0A0A0;
	background-color: #E7EDED;
	border-collapse:collapse;
	padding: 3px;
	vertical-align: top;
}

/************* smarty category listing **************/
.smarty_clisting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 0px solid #A0A0A0;
	background-color: #E7EDED;
	border-collapse:collapse;
}
.smarty_clisting td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border-bottom: 4px solid #FFFFFF;
	background-color: #E7EDED;
	border-collapse:collapse;
	padding: 3px;
	vertical-align: middle;
  height: 35px;
}

/************* smarty produkt listing **************/
.smarty_plisting {
  margin-right: 10px; 
  width: 135px; 
  border: 1px solid #CFDEDE; 
	background-color: #CFDEDE;
  float:left;
  text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.smarty_plisting a:link, .smarty_plisting a:visited, .smarty_plisting a:hover, .smarty_plisting a:active {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}




/************* quickform **************/
.quickform {

}
.cssgroup label {
  margin: 0px 0px;
}
.cssgroup input {
  margin: 1px 3px;
}

.quickform input, .quickform textarea {
  margin: 0px 0;
	padding: 1px 1px;
  font-size: 10px;
}  
.quickform input:active, .quickform input:focus, .quickform input:hover { background: #E8EBDF;}

.checkbox {
  border: 0px solid #999999 ! important;
}

.textbox {
	background: white;
  border: 1px solid #999999;
}

/*********** virtue mart styles *****************************/
.vm_prodtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #dddddd;
	border-collapse:collapse;
}
.vm_prodtable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #ECECEC;
	border-collapse:collapse;
	text-align:left;
	padding: 3px;
}
.vm_prodtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	border-collapse:collapse;
	padding: 3px;
	vertical-align: top;
}




#linkbg1 {
	background: url(../images/linkbg1.png) no-repeat;
  background-position:left;
	height: 29px;
	width: 100%;
}

#linkbg2 {
	background: url(../images/linkbg2.png) no-repeat;
  background-position:right top;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-left: 0px;
	height: 29px;
	width: 100%;
	text-decoration: none;
  text-indent:15px;
  text-transform:uppercase;
}


