/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "default" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   (c) 2004-2007 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
body {
	background-color: #efefef;
	font-size: 10px; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* logostrip */
#mklogostrip {
	/* background-image: url(MKPORTALIMGDIR/sf_logo.jpg); */	
	background-color: #D8DDE2;
	text-align: left;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* main portal table */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* images */
img { 		
	border: 0px;
	vertical-align: middle; /* Meo: Added in C1.2 */
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.tabmain,
.tablemenu,
.taburlo {
	background-color: #ffffff;
	color: #666666;
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.tdblock,
.moduleborder {
	background-color: #dfe6ef;
	color: #496c9f;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo {
	/* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
	/*background-color:#8CB6E7;*/
	color: #666666;
}

/*=============================
M
K  border and divider styles
P
=============================*/
.tabmain,
.tablemenu, /* block wrapper, chat button strip */
.taburlo,
.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 1px solid #d7d8dc;	
}
	
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

.trattini3 {/* used only in blog, quotes, urlobox, calendar*/
	border-width: 0 0 1px 0;
	border-bottom-style: dashed;
}

/* deprecated - used only in tpl_main.php */
/* .vspacer
{
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link, 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none; 	
}

/* bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #496c9f; 
	font-weight: bold;
	text-decoration: none
}

a.uno:visited {	
	font-size: 10px; 
	color: #496c9f; 
	font-weight: bold;
	text-decoration: none
}


a.uno:hover {
	font-size: 10px; 
	color: #496c9f; 
	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
.tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
}

.tablemenu a:active { 
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
a.mktxtcontr2:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* remove margin after closing "form" tag in MSIE */
form {
	margin: 0;
	padding: 0
}

input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton /* global submit buttons */
{
	background-color: #ffffff;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #496c9f;
	vertical-align: middle;
}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	border: 2px #9cf outset;
}

.mkbutton { /* Global submit buttons */
	padding: 3px;
}

.mkbbbutton { /* MKP BBcode editor buttons */
	margin: 0;
	padding: 0;
}

/* radio/checkbox buttons - remove background color and border in IE */	
.mkradio {
	background-color: transparent;
	border: 0px;		
}

/* configure blog textarea */
textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/* block input */
.mkblkinput {
	background-color:#fff;
 	font-size: 9px;
	border: 1px dashed #808080;
	margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {	
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
}

/* top navstrip2 */
.navigatore2 {	
	background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/headerback.gif);
	vertical-align: bottom;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 300;
	font-size: 10px;
}

/* top navstrip3 */
.navigatore3 {	
	background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/bg_header.gif);
	background-color:#aa0000;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Veranda, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff; *
}
/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	background-color:#DFE6EF;
}

/* block td cell */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 2px;	
}

/* block title bar */
.sottotitolo {
	vertical-align: bottom;	
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #AA0000; */		 
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* module table headings */
.modulex {	
	background-color: #f1f5f8;
	height: 25px;
}

th.modulex {	 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #f1f5f8 !important;
	background-image: none !important;
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Reviews description text */
.modulelite {
	font-size: 8pt;
	color:#a6bbcd;
}

/* center block padding (news, admin) */
.contents {
	padding: 10px;
}
.contents h1 {
   font-size : 12px;
   color: #AA0000;
}

/* module pagination links */
.mkpagelink {
	background-color: #f0f5fa;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

.mkpagelinklast {
	background-color: #dfe6ef;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

.mkpagecurrent {
	background-color: #ffc9a5;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #496c9f;
	border-top: 1px dashed #5c88c8;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin:5px;
	padding:5px;
	border: 0;
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	/* color: #666666; */
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #5c88c8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #496c9f;
	font-size: 11px;
	font-weight: bold;
}

/* white shouter text */
.urlocontrast {	
	color: #ffffff;
}

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	border: 1px dashed #c6ddf3;
	margin:0px; 
	padding:0px;
	font-size: 10px;
	color: #666666;	
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #0000ff;	
}

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
	font-size: 9px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}
table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;
}

/* Added in C1.2 */
/* Table background highlight */
.bghighlight1 {
	background-color: #EAF8EB;
}
/* Table background highlight 2 */
.bghighlight2 {
	background-color: #EFCBCB;
}
/* mkportal footer copyright - Do not remove, modify or obscure the copyright text */
.mkcopyright {
	font-size: 10px;
}
.mkcopyright a {
	text-decoration: none;
}
/* Calendar block current day highlighting */
#mkcaltoday {
	border:1px;
	border-style:solid;
	background-color: #ffff00;
}

/* Table Cell Alignment ltr/rtl */

/* default is "left" */
.mkalign1 {
	text-align: left;
}

/* default is "right" */
.mkalign2 {
	text-align: right;
}

/*=============================
M
K  ergaenzte styles Oliver
P
=============================*/
/* bilderraetsel block*/
.bild {
	position: relative;
	float: left;
}

/* bilderraetsel block lupe*/
.lupe {
	background-image: url(http://www.danforum.de/bilder/portal/lupe.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 32px;
	width: 32px;
}

/* hintergrundrahmen thumbnails*/
.backthumb {
    background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/bg_thumb.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 0;
	left: 0;
	height: 90px;
	width: 130px;
}	

/* hintergrundrahmen thumbnails*/
.bg_thumb {
   background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/bg_thumb.gif);
   background-repeat: no-repeat;
	position: relative;
	bottom: 0;
	left: 0;
	line-height: 66px;
          width: 95px;
    margin:1em 20%;
    text-align:center;
}

/* Shoutbox Send Button */
input.btn5 {
    font: normal normal 85% Arial, sans-serif;
    padding: 0px;
    height: 15px;
    background: url(http://www.danforum.de/mkportal/templates/silverred/images/m_sf.gif) 0 50% repeat-x;
    border: 1px solid #7a8a99;
    cursor: pointer;
}

/* Shoutbox Send-Button */
input.btn5:hover {
    outline: 0px dashed #7a8a99;
}

/* Login-Box Send Button*/
input.btn4 {
    font: normal normal 85% Arial, sans-serif;
    padding: 0px;
    height: 15px;
    background: url(http://www.danforum.de/mkportal/templates/silverred/images/m_sf.gif) 0 50% repeat-x;
    border: 1px solid #7a8a99;
    cursor: pointer;
}

/* Login-Box Send Button*/
input.btn4:hover {
    outline: 0px dashed #7a8a99;
}

/* Inputfield */
.mkblkinput2 {
	background-color:#fff;
 	font: normal normal 85% Arial, sans-serif;
        line-height: 23px;
        height: 13px;
	border: 1px solid #808080;
	margin: 0px;
}

/* Backgroundimage Welcome Box*/
.bgpic {
background:url(http://www.danforum.de/mkportal/templates/silverred/images/bg_velkom.jpg) no-repeat;
background-color: #ffffff;
border: 0px solid #000000;
width:100%;height:100%;
padding:0px;
float:left;
}

/* Backgroundimage Webcam Seite*/
.bgwebcam{
background:url(http://www.danforum.de/mkportal/templates/silverred/images/bg_webcam.gif) no-repeat;
background-color: #ffffff;
border: 0px solid #000000;
width:100%;height:100%;
padding:0px;
float:left;

}
/* Backgroundimage Aktions Box*/
.bgpicaktion {
background:url(http://www.danforum.de/bilder/portal/bg_aktion.jpg) no-repeat;
background-color: #ffffff;
border: 0px solid #000000;
width:100%;height:100%;
padding:0px;
float:left;
}
/*=============================
M
K  dropdown
P
=============================*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
border-right:0 none;
color:#ffffff;
font-family:Arial,Veranda,sans-serif;
font-size:12px;
font-weight:bold;
margin:0;
padding:0px 0px;
text-align:center;
vertical-align:bottom;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-align:left;
background-color: #A50000;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #000000;
}

/* Classes for Hoover Menu */
a.mainnav  {
 margin : 0px;
 padding : 0px;
 font-size : 10px;
 width : 137px;
 background-color: #ECEAD8;
 Display: Block;
}
a.mainnav: link {
  padding          : 0px 0px 0px 0px;
  font-size        : 10px;
  width            : 137px;
  background-color : #DFE6EF;
}
a.mainnav:link, a.mainnav:visited {
  display          : Block;
  font-size        : 10px;
  border-top       : 0px solid #ffffff;
  border-bottom    : 0px solid #999999;
  background-color : #F5F5FF;
  font-weight      : normal;
  padding          : 0px 0px 0px 0px;
  color            : #496C9F;
  width            : 137px;
}
a.mainnav:hover {
  background-color : #DFE6EF;
  font-size        : 10px;
  font-weight      : normal;
  text-decoration  : none;
  Display: Block;
}
#activenav {
  color            : #496C9F;
  background-color : #DFE6EF;
  font-weight      : bold;
  Display: Block;
}
a#activenav:hover {
  color            : #496C9F;
}


/*css vertical float menu*/

#menu {
width: 140px;
background: #DFE6EF;
z-index:100;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
z-index:100;
}

#menu a, #menu h2 {
font: bold 10px veranda, arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding: 2px 3px;
z-index:100;
}

#menu h2 {
color: #AA0000;
font: bold 14px veranda, arial, sans-serif;
background: #f5f6fa;
z-index:100;
}

#menu a {
color: #496c9f;
background: #dfe6ef;
text-decoration: none;
z-index:100;
}

#menu a:hover {
color: #a00;
background: #fff;
z-index:100;
}

#menu li {
position: relative;
z-index:100;
z-index:100;
}

#menu ul ul ul {
position: absolute;
z-index:100;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*css vertical float menu IE*/
<!--[if IE]>
 #menu ul li {float: left; width: 100%;}
<![endif]-->
<!--[if lt IE 7]>
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 11px veranda, arial, sans-serif;
} 
<![endif]-->
/*css vertical float menu END*/
/* ######### Style Infoseiten Content ######### */
.cms_infobox_main * {	margin:0; padding:0;}
.cms_infobox_main {
	padding: 15px;
	border-top: 5px solid #DFE6EF;
	font-size: 12px
}
.cms_infobox_main h1 {
   font-family : Arial;
   font-size : 16px;
   color: #AA0000;
}
.cms_infobox_main h2 {
   font-family : Arial;
   font-size : 16px;
   color: #AA0000;
}
.cms_infobox_main h3 {
   font-family : Arial;
   font-size : 14px;
   color: #AA0000;
}
.cms_infobox_main ul {
   font-family : Arial;
   font-size : 12px;
   color: #AA0000;
}
/* Absatztype Aufzählung */

.cms_infobox_main li {
   padding: 2px 0px 10px 5px;
}
.cms_infobox_links {
	width: 224px;
	padding: 0px;
	float:left;
	margin-right: 10px;
	font-size : 10px;
}
.cms_infobox_rechts {
	border: 1px solid #333333;
	background: #F5F6FA;
	border:1px solid #aaaaaa;
	width: 180px;
	padding: 2px;
	float:right;
	margin-left: 10px;
	font-size: 10px
}
.cms_infobox_rechts h2 {
   font-family : Arial;
   font-size : 12px;
}
#cmscenterbox {
    margin: 0 auto;
    text-align: left;
    width:400px;
    background-color:#F5F6FA;
    color:#496C9F;
	border: 1px dashed #AAAAAA;
	font-size: 10px;
} 
#cmscenterbox h2 {
   font-family : Arial;
   font-size : 12px;
}
#cmscopyright {
   font-family : Arial;
   font-size : 10px;   
} 
/* Listenformatierung */
.linkliste {
list-style-type: none;
margin: 0;
padding: 0;
width: 650px;
}
.linkliste li {
float: left;
border: 1px dashed #DFE6EF;
width: 170px;
height: 100px;
margin: 3px;
padding: 3px;
}
.cms_infobox_main {clear:both}
}
/* ######### END Style Infoseiten Content ######### */
 a.extern_link {
 background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/link.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}
 a.forum_link {
 background-image: url(http://www.danforum.de/mkportal/templates/silverred/images/forum.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}

