﻿/*---------------------------------------------------
Designed by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/

/* Menü allgemein */
ul.menu_lv_dropdown {
	margin :-0.15%;
	padding : 0;
	width : 100.3%;
	float:left; /* FF-2.x */
	display:inline-block;
	list-style : none;
	z-index:100;
	background:#232323 !important;
	position:relative;
	white-space: nowrap;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
ul.menu_lv_dropdown li {
	margin : 0;
	padding : 0;
	float: left;
	position: relative;
	background: none;
	list-style:none;
}
ul.menu_lv_dropdown li ul {
	display:block;
	height:auto;
	width: 185px;
	margin: 0;
	padding : 0;
	position:absolute;
	z-index: 99;
	left: -999em;
}
ul.menu_lv_dropdown li ul ul {
	margin: -30px 0 0 185px;
}
ul.menu_lv_dropdown li li {

	width: 185px;
}
ul.menu_lv_dropdown li ul {
	left: -999em;
}
ul.menu_lv_dropdown li:hover ul ul, ul.menu_lv_dropdown li:hover ul ul ul {
	left: -999em;
}
ul.menu_lv_dropdown li:hover ul, ul.menu_lv_dropdown li li:hover ul, ul.menu_lv_dropdown li li li:hover ul {
	left: auto;
}

/* Menü Ebene  1 */
ul.menu_lv_dropdown li a, ul.menu_lv_dropdown li span.separator {
	display: block;
	cursor: pointer;
	background: #232323;
	color : #AAAAAA;
	padding-left : 10px;
	padding-right : 10px;
	margin: 0;
	text-transform: none;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 15px;
	width: auto;
	/* border-right: 1px solid #333;*/
	text-decoration:none;
}
ul.menu_lv_dropdown li a:hover {
	text-decoration:none;
	color : #eee;
	background-color: #181818;
}
ul.menu_lv_dropdown li.active a {
	color : #ddd;
	/*background-color: #181818;*/
}
ul.menu_lv_dropdown li.parent a, ul.menu_lv_dropdown li.parent span.separator {
	background-image: url(../images/menu_parent.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
	border-radius: 3px 3px 3px 3px;
}
ul.menu_lv_dropdown li.parent a:hover, ul.menu_lv_dropdown li.parent span.separator:hover {
	background-image: url(../images/menu_parent_hover.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}
ul.menu_lv_dropdown li#current.parent a, ul.menu_lv_dropdown #current.parent span.separator {
	background-image: url(../images/menu_parent_hover.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}
ul.menu_lv_dropdown li a span {
}
ul.menu_lv_dropdown li a:hover span {
}
/* Menü Ebene  2 */
ul.menu_lv_dropdown li li a {
	color: #999;
	background: none !important;
	border-top: 1px solid #050505;
	border-left: 1px solid #222;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	text-transform:none;
	text-align: left;
	font-size: 11px;
	display: block;
	padding-left: 10px;
	width: auto;
	height: 28px;
	line-height: 28px;
}
ul.menu_lv_dropdown li li a:hover {
	background: none !important;
	color : #fff;
}
ul.menu_lv_dropdown li li {
	color:#fff;
	background-color: #171717;
	border-radius: 3px 3px 3px 3px;
}
ul.menu_lv_dropdown li li:hover {
	background-color: #212121;
	color : #999;
}
ul.menu_lv_dropdown li li.parent {
	background-image: url(../images/menulili_parent.gif) !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}
ul.menu_lv_dropdown li li.parent:hover {
	background-image: url(../images/menulili_parent_hover.gif) !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}
ul.menu_lv_dropdown li li a span {
	background: none !important;
}
ul.menu_lv_dropdown li li a:hover span {
	background: none !important;
}
﻿/*********************************************
*** Designed by Juergen Koller			   ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/

/****************** LAYOUT ******************/

html {
	height : 100%;
}
body {
	line-height : 125%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	letter-spacing: 0.2px;
	color: #555;
	background-color: #3c4c5a; /* default #3c4c5a */
	margin:0;
	padding:0;
	line-height:1.3;
}
#wrapper, #foot_container {
	margin: 0 auto;
}
#wrapper {
	background: #efefef;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.toolbar{

}
#foot_container {
	padding:0;
	background: #c5c5c5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	overflow:visible;
}
#header_container {
    height: auto;
	width: 100%;
	margin:auto;
	padding: 14px 0 0 0;
}
#header {
	min-height: 110px;
	margin: 0 -21px 5px -21px;
	padding:0;
	background-color:#383838;
	position:relative;
	border-top:1px solid #555;
	border-left:1px solid #555;	
	border-right:1px solid #555;	
}
.heckl {  
	width: 0; height: 0;  
	line-height: 0;  
	border-left: 19px solid transparent;  
	border-top: 10px solid #222;  
	top: 100%;  
	left: 0;  
	position: absolute;  
}
.heckr {  
	width: 0; height: 0;  
	line-height: 0;  
	border-right: 19px solid transparent;  
	border-top: 10px solid #222;  
	top: 100%;  
	right: 0;  
	position: absolute;  
}
#slider {
	width:100%;
}
#banner {
	color: #ccc;
	max-width: 47%;
	max-height:80px;
	overflow:hidden;
	float:right;
	text-align:right;
	margin:5px 2% 5px 0;;
	padding: 5px;
	overflow:hidden;
	border:1px solid #444;
	background:#282828;	
}
#logo {
	width: 97%;
	min-height:135px;
	overflow:hidden;
	color:#ddd;
        vertical-align:center;
        text-align: center;
}
a.imglogo {
	line-height: normal;
	color: #ddd !important;
	font-size:36px;
	display:block;
	 margin: 10px 0px 0px 0px;
	padding:0;
    float:right;
    vertical-align:center;
}
a.imglogo:hover {
	text-decoration:none;
}

a.imglogo2 {
	line-height: normal;
	color: #ddd !important;
	font-size:36px;
	display:block;
        margin: 10px 0px 0px 0px;
        padding-left: 45px;

    float:left;
    vertical-align:center;
}
a.imglogo2:hover {
	text-decoration:none;
}

a.imglogoText {
	line-height: normal;
	color: #ddd !important;
	font-size:36px;
	display:block;
	margin:0;
	padding:0;        
        vertical-align:center;
        padding: 25px 25px 25px 55px;
}
a.imglogoText:hover {
	text-decoration:none;
}

a.logo {
	line-height: normal;
	font-size:36px;
	display:block;
	margin:0;
	padding: 20px 40px 20px 40px;	
	font-style: italic;
}
a.logo:hover {
	text-decoration:none;
}
div.slogan {
	line-height: normal;
	font-size:16px;
	display:block;
	margin:0;
	padding: 0 40px 20px 40px;	
}
#headermodule1,#headermodule2 {
}
#navigation_container {
	width: 100%;
	margin: 15px 0 0 0;
	height: auto;
	min-height:30px;
}
#navigation {
	background-position:center top;
	background-repeat: no-repeat;
	height: 40px;
	height:auto;
        margin:auto;
        background-color: #fff;
	color: #ccc;	
}
#navigation ul, #navigation ul li {
	list-style : none;
}
#subhead {
	height:40px;
	width: 100%;
	margin: 10px 0 0 -2px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
#breadcrumb {
	font-family: Verdana;
	font-size:12px;
	height:44px;
	line-height:40px;
	float:left;
	max-width: 650px;
	overflow:hidden;
	margin: -3px 0 0 40px;
	padding: 0 5px 0 0;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
#breadcrumb span {
	padding: 0 15px 0 20px;
}
#breadcrumb a:hover {
	color : #666;
	text-decoration : none;
}
#search {
	position:relative;
	float:right;
	width: 220px;
	height:40px;
	padding: 7px 0 0 0;
}
#container {
	text-align:left;
	padding: 10px 7px 0 7px;
	margin:auto;
}
#container2 {
	text-align:left;
	margin:auto;
}
#page_content {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#leftcol {
	width: 255px;
	float: left;
	margin:0;
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
#leftcol .module, #leftcol .module_menu, #leftcol .module_text, 
#rightcol .module, #rightcol .module_menu, #rightcol .module_text {
}
#rightcol {
	width: 255px;
	position: relative;
	float: right;
	margin:0;
	padding: 0 0 10px 0;
}
/* left and right NOT loaded */
#content_out {
	margin: 0 0 0 0.2%;
}
/* just left loaded */
#content_outleft {
	margin: 0 0 0 22%;
}
/* left and right loaded */
#content_outmiddle {
	margin: 0 255px 0 255px;
}
/* just right loaded */
#content_outright {
	margin: 0 22% 0 0;
}
#maincontent {
	position:relative;
	width: 93.6%;
	min-height: 600px;
	float:left;
	overflow:auto;
	margin:7px 0 30px 0;
	padding: 0 3% 30px 3%;
	/*background: #f9f9f9;*/
    background:url(../images/background1.png)  transparent no-repeat top center; 
    border: 1px solid #e9e9e9;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:inline-block;
}
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 600px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}
#bg {
        position:fixed;
        top:0;
        left:0; 

        /* Preserve aspet ratio */
        min-width:100%;
        min-height:100%;
}
#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

.clr {
	clear:both;
}
#footer {
	font-size: 10px;
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align:center;
	padding:10px 0;
}
#footer, #footer a {
	color: #151515;		
}
#subfoot {
	min-height: 15px;
	line-height: 15px;
	width: 100%;
	background: #353535;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #222;
}
.copytext {
	padding: 3px 0;
	font-size: 11px;
	text-align:center;
	color: #000;		
}
#copyout, #copy a {
	color: #000;		
	font-size: 0px;
}
#copyout {
	height: 35px;
	margin: 0 -16px 0 -16px;
	padding:0;
	background:#333;
	position:relative;
	border-top: 1px solid #444;
	border-left:1px solid #444;	
	border-right:1px solid #444;	
	border-bottom:2px solid #555;
	overflow:visible;
}


.ceckl {  
	width: 0; height: 0;  
	line-height: 0;  
	border-left: 14px solid transparent;  
	border-bottom: 10px solid #222;  
	top: -11px;  
	left: 0;  
	position: absolute;  
}
.ceckr {  
	width: 0; height: 0;  
	line-height: 0;  
	border-right: 14px solid transparent;  
	border-bottom: 10px solid #222;  
	top: -11px;  
	right: 0;  
	position: absolute;  
}

#scroll_up {
	float: right;
	width: 10%;
}
a#gotop {
	color: #fff;
	display:block;
	height:50px;
	line-height:45px;
	width:100%;
	text-align:center;	
}
a#gotop:hover {
	text-decoration:none;	
}
#copy {
	font-size:0px;
	width: 80%;
	height: 0px;
	line-height: 0px;
	margin: 0 0 0 0;
	text-align:center;
}

#leftcol .module div div div, #leftcol .module_menu div div div, #leftcol .module_text div div div, 
#rightcol .module div div div, #rightcol .module_menu div div div, #rightcol .module_text div div div {
	padding-bottom: 23px;
	background-repeat : no-repeat;
	background-position:left bottom;
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 0;
	padding: 5px 1.5%;
}
#leftcol .module div div, #leftcol .module_menu div div, #leftcol .module_text div div, 
#rightcol .module div div, #rightcol .module_menu div div, #rightcol .module_text div div {
	border: 1px solid #fff;
	padding:0;
	margin:0 0 10px 0;;
}
#leftcol .module div div div div, #leftcol .module_menu div div div div, #leftcol .module_text div div div div, 
#rightcol .module div div div div, #rightcol .module_menu div div div div, #rightcol .module_text div div div div {
	margin:0;
	padding:0;
	border: 0;
	background-image:none;
}
.module h3.module, #leftcol h3.module, #rightcol h3.module {
	font-size: 120%;
}
#wrapper #leftcol h3.module {
	background:#383838;
	min-height:35px;
	line-height:35px;
	margin: 10px 0 0 -20px;
	padding: 0 0 0 30px;
	text-align:left;
	color: #ccc;
	position:relative;
	border-top:	1px solid #555;
	border-right: 1px solid #999;
	border-left: 1px solid #555;	
}
#wrapper #rightcol h3.module {
	background:#383838;
	min-height:35px;
	line-height:35px;
	margin: 10px -20px 0 0;
	padding: 0 30px 0 0;
	text-align:right;
	color: #ccc;
	position:relative;	
	border-top:	1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;	
}
#leftcol h3.module:first-letter, #rightcol h3.module:first-letter {
	color:#ccc;
	font-size: 120%;
}
#leftcol h3 strong, #rightcol h3 strong {
	background:#333;
	padding: 0;
	border-bottom: 1px solid #444;
}
.h3eckl {  
	width: 0; height: 0;  
	line-height: 0;  
	border-left: 11px solid transparent;  
	border-top: 10px solid #222;  
	top: 100%;  
	left: 0;  
	position: absolute;  
}
.h3eckr {  
	width: 0; height: 0;  
	line-height: 0;  
	border-right: 11px solid transparent;  
	border-top: 10px solid #222;  
	top: 100%;  
	right: 0;  
	position: absolute;  
}
#date {
	color: #666;
}

/****************** MENUES ******************/

/* Mainmenu */

.module_menu ul.menu {
	margin: 0;
	padding : 0;
	background : none;
	list-style:none;
}
.module_menu ul.menu li {
	margin : 0;
	padding : 0 0 0 4px;
	background : none;
	list-style:none;
	margin: 0;
}
.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
	color: #333;
	display : block;
	vertical-align : middle;
	font-size : 14px;
	text-align : left;
	min-height:25px;
	line-height : 25px;
	text-decoration : none;
	padding:0;
	margin:4px 0 0 0;	
	border-bottom:1px dotted #ccc;
}
.module_menu ul.menu li a span {
	display:block;
}
.module_menu ul.menu li a:hover, .module_menu ul.menu li a:active, .module_menu ul.menu li a:focus {
	color: #000 !important;
}
.module_menu ul.menu li#current a {
	color: #000;
	font-weight:bold;
}
.module_menu ul.menu li#current ul li a {
	font-weight:normal;
	color: #000;
}
.module_menu ul.menu li ul {
	margin : 0 0 0 10px;
	padding : 0px;
}
.module_menu ul.menu li li {
	list-style: none !important;
	margin :0;
	padding : 0;
	min-height:22px;
	line-height: 22px;
	background : none;
}
.module_menu ul.menu ul li a {
	background: none;
	font-size:11px;
	min-height:18px;
	line-height:18px;
}
.module_menu ul.menu li li#current a {
	font-weight:bold;
	color: #555;
}

/* Joomla Standard Topmenu */

ul#mainlevel-nav {
	display:inline-block;
	width: 98%;
	list-style : none;
	padding: 2px 1% 5px 1%;
	margin:0;
	font-size : 11px;
	background: #222;
}
ul#mainlevel-nav li {
	list-style:none;
	background-image:none;
	font-weight : bold;
	float : left;
	margin : 4px;
	padding : 0;
	font-size : 10px;
	height : 40px;
	line-height : 40px;
	white-space : nowrap;
	background-color: transparent;
}
ul#mainlevel-nav li a, ul#mainlevel-nav li span {
	text-align : center;
	font-weight : bold;
	font-size : 10px;
	display : block;
	padding-left : 20px;
	padding-right : 20px;
	text-decoration : none;
	color : #ccc;
	text-transform:uppercase;
	border-top: 1px solid #151515;
	border-left: 1px solid #151515;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #232323;
}
#buttons > ul#mainlevel-nav li a {
	width : auto;
}
ul#mainlevel-nav li a:hover {
	font-weight : bold;
	padding-left : 20px;
	padding-right : 20px;
	float : left;
	margin : 0;
	white-space : nowrap;
	background-color: transparent;
	color : #fff;
	text-decoration:underline;
	background: #333;
}
ul#mainlevel-nav li a#active_menu-nav {
	font-size: 12px;
	text-decoration:underline;
	color : #fff;
	background: #333;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	color: #666;
}

/****************** JOOMLA THINGS ******************/
h2.componentheading, .componentheading {
	font-size: 16px;
	letter-spacing: 1px;
	color: #404040;	
	margin:0;
	padding:0;
	min-height:30px;
	line-height:30px;
}
.contentdescription {
	display:inline-block;
	width: 98%;
	margin: 5px 0;
	padding: 1%;
}
.contentheading {
	color: #484848;
	font-size:22px;
	font-family: "Arial Black";
	font-weight:normal;
	min-height: 30px;
	line-height:normal;
	background-color: #eee;
	padding-left: 12px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;	
	background-image : url(../images/contentheading.gif);
	background-repeat: repeat-y;
}
a.contentpagetitle {
	color: #484848 !important;
	text-decoration:none !important;
	display:block;
}
.article_separator, .leading_separator, .row_separator {
	clear : both;
	display : inline-block;
	width: 100%;
	height:2px;
	margin: 5px 0;
}
.button, #search input.button, .validate {
	font-size:11px;
	color: #555;
	text-align : center;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
	background: #efefef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
.button:hover, .validate:hover {
	color : #000;
	background: #fff;
}
table.pagenav {
	margin: 40px 0 20px 0;
}
span.pagenav, a.pagenav, table.pagenav a {
	font-size:11px;
	color: #555;
	text-align : center;
	padding : 5px 15px;
	margin : 2px 3px 2px 3px;
	background: #efefef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
a.pagenav {
	color: #555;
}
a.pagenav:hover {
	color: #000;
	background: #fff;
}

.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
.sectiontableheader {
	color: #000;
	font-weight:bold;
	text-align : left;
	text-transform : none;
	margin : 0;
	padding : 2px;
	height : 30px;
}
.sectiontablefooter {
	padding : 2px;
	margin : 0;
	text-align : left;
	text-transform : none;
}
.sectiontableentry1 td {
	line-height: 25px;
	padding : 2px 5px 2px 5px;
	margin : 1px;
	border-bottom: 1px dotted #ccc;
}
.sectiontableentry2 td {
	line-height: 25px;
	padding : 2px 5px 2px 5px;
	margin : 1px;
	border-bottom: 1px dotted #ccc;
}
.sectiontableentry0 td {
	line-height: 25px;
	padding : 2px 5px 2px 5px;
	margin : 1px;
	border-bottom: 1px dotted #ccc;
}
.sectiontableentry0, sectiontableentry1, sectiontableentry2 {
	text-align : left;
}
div.mosimage {
	border : 2px solid transparent;
}
.mosimage {
	margin : 0;
}
.mosimage_caption {
	margin-top : 0;
	padding : 0;
	color : #666666;
	font-size : 10px;
}
.highlight {
	background-color : #fff;
	color : #ff0000;
	font-weight:bold;
	font-family: Verdana;
	padding : 0 5px;	
}
table.poll {
	padding : 0;
	width : 100%;
	border-collapse : collapse;
}
table.pollstableborder {
	padding : 0;
	width : 100%;
	border : none;
	text-align : left;
}
table.pollstableborder img {
	vertical-align : baseline;
	padding-left : 10px;
}
table.pollstableborder td {
	padding : 2px;
	border-collapse : collapse;
	border-spacing : 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry2 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.pollstableborder tr.sectiontableentry0 td {
	margin : 1px;
	padding : 2px 5px 2px 5px;
}
table.contentpaneopen {
	width : 98%;
	padding : 2px;
	margin : 2px;
}
table.contentpane {
	width : 98%;
	padding : 6px;
	margin : 6px;
}
table.searchinto {
	width : 100%;
}
table.moduletable {
	width : 100%;
	margin : 0;
	padding : 0;
}
table.paramlist {
	margin-top : 5px;
}
table.paramlist td.paramlist_key {
	width : 128px;
	text-align : left;
	height : 30px;
}
.contact_email {
	padding : 5px;
	margin : 5px;
}
#component-contact {
	margin-top : 10px;
}
.hasTip {
	margin: 5px;
	border: none;
}
#form-login .input {
	color: #444;
	padding : 2px;
	margin : 2px;
	font-size : 11px;
	background: transparent;

}
#form-login ul, #form-login ul li {
	margin: 5px 0;
	padding:0;
	background : none;
	list-style:none;
}
#form-login ul li a {
	display:block;
}
.inputbox, .input {
	font-size:11px;
	color: #555;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
	background: #efefef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
.inputbox:hover, .input:hover {
	background-color:#efefef;
	color: #555;
}
.pagination span {
	padding : 2px;
}
.pagination a {
	padding : 2px;
}

#artikel {
	width : 100%;
	display: inline-block;
}
.eintrag {
	width: 100%;
	margin:0;
	padding: 0 0 10px 0;
	display:inline-block;
	border-bottom: 1px dotted #ccc;
}
.small {
	color: #000;
	font-size : 10px;
}
.buttonheading {
	float:right;
	width:auto;
	margin:0 0 10px 10px;
	padding:0;
}
.buttonheading img {
	margin:0 5px;
}
.buttonheading a:hover {
	border: none;
}
#form-login fieldset.input {
	margin : 10px;
	padding : 10px;
	border:none;
	display: inline-block;
	border: 1px dotted #ccc;
}
.poll-title {
	text-align:center;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #ccc;	
	font-size: 15px;	
}
form.poll label {
	width: 80%;
	display:inline-block;
	line-height:normal;
}
#form-login fieldset.input, form.poll fieldset {
	border: 0; margin:0; padding:0;
	font-size: 12px;
	width: 99.8%;
}
.weblinks a.category {
	font-size:16px;
	height: 35px;
	width: auto;
	padding-left: 10px;
}
table.contact-category {
	width: 100%;
}
table.contact-category td {
	padding: 8px;
	border: 1px solid #ddd;
	font-size:14.5px;
	color: #A52A2A;
}
table.contact-category th {
	padding: 8px;
	border: 1px solid #ddd;
	background:#fff;
	color: #000;
}
/* Section List */
ul.sectionentry li {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 10px 30px;
}
ul.sectionentry li .small {
	color: #000;
	float:left;
	padding: 0 10px 0 0;
}
a.category {
	font-size:16px;	
	width: 99%;
	height: 35px;
}
a.category:first-letter {
	font-size:26px;
	line-height:34px;
}
/* Search Component */
.results li {
	border-bottom:1px dotted #ccc;
}

p.counter {
	margin: 25px 0;
	text-align:right;
}
.blog_more, .counter {
	padding-top:12px;
}
.blog_more h2 {
	font-size:14px;
}
.limit{
padding-bottom: 10px;
}
.iteminfo , .articleinfo {
	width: 100%;
	float: left;
	display:inline-block;
	margin:20px 0 0 0;
	padding: 4px 0 10px 0;
}
.pageinfo {
	width: 100%;
	display:inline-block;
	margin: 10px 0 0 0;
	text-align:right;
	font-size:12px;
}
.createdate, .createdby, .modifydate {
	font-family: Verdana;
	color: #404040;
	font-size : 8.5px;
	float:right;
	margin:5px 1% 0 0;
	padding:0 0 0 25px;
	min-height:16px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: left top;
}
.createdate {
	/*background-image : url(../images/create.gif);*/
}
.createdby {
	/*background-image : url(../images/createdby.gif);*/
}
.modifydate {
	/*background-image : url(../images/modify.gif);*/
}
.createdate:hover, .createdby:hover, .modifydate:hover {
	color: #000;	
}

#system-message {
	background-color: #fff;
	border:1px dotted maroon;
	padding: 10px 3% 10px 85px;
	background-image : url(../images/info.png);
	background-repeat:no-repeat;
	background-position: 10px 5px;
	min-height:55px;
	border-top:2px solid #c3d2e5;
	border-left:2px solid #c3d2e5;
	border-right:1px solid #c3d2e5;
	border-bottom:1px solid #c3d2e5;
	color: #505050;
}
#system-message dd.message ul {
	background:#f0f8ff;
	border: 1px dotted #bccfeb;
	padding: 20px;
	color: blue;
}
#system-message dd.error ul {
	background:#efdee0;
	border: 1px dotted red;
	padding: 20px;
	color: red;
}
#system-message dd.message ul li, #system-message dd.error ul li {
	list-style:none; margin:0; padding:0;
	font-weight:normal;
	font-size:13px;
}
.error, .message {
	margin:0 0 5px 0; padding:0; font-weight:bold;
	font-size: 150%;
}
a.readon {
	display:inline-block;
	margin:20px 0 0 0;
	letter-spacing: 1px;
	border-bottom:1px dotted #fff;
	width:100%;
}
a.readon:hover {
	text-decoration:underline;
}
.content_rating {
	font-size:11px;
	margin:3px 0 15px 0;
	padding:0;	
	float:left;
}
.content_rating img {
	margin: 0 6px -3px 6px;
}
.content_vote {
	font-size:11px;
	margin:0;
	padding:0;	
	float:left;
	width:100%;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.content_vote input {
	padding: 0; margin: 0 5px;
}
div.bannerheader{
	font-weight:bold !important;
}
div.banneritem_text {
	padding: 5px 3px !important;
}
.image_left {
	float:left;
	border:solid 0 #ccc;
	margin:0 10px 10px 0;
}

.image_right {
	float:right;
	border:solid 1px #ccc;
	margin:0 0 10px 10px;
}

.wrap_image {
	clear:left;
}
/* contact */
div.contact {
	margin:10px 0;
}

address {
	font-style:normal;
	margin:10px 0;
}
address p {
	line-height:1em;
}
.contact label {
	float:left;
	font-weight:bold;
	width:14em;
	margin:10px 0 0;
}
span.marker {
	margin:0 10px 0 0;
}
.contact_email_checkbox label {
	float:none !important;
}
.contact label.copy {
	width:90%;
	padding:0 0 0 10px;
}
.contact form {
	padding:20px;
	margin:10px 0;
}
.contact input {
	padding:2px 2px 0;
	margin:10px 0 0;
}

.contact .button {
	font-weight:bold;
	margin:20px 10px 0 0;
	cursor:pointer;
}
label.textarea {
	float:none !important;
	margin:10px 0;
	display:block;
	width:100%;
}
#contact_text {
	width:80%;
	height:150px;
}
.contact input.invalid,.contact textarea.invalid {
	border:solid 2px red;
}
.contact label.invalid {
	color:red;
}
/* contact end */

/* Polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
	border:solid 1px;
	position:relative;
}
.poll h3 {
	border:solid 0;
	margin:20px 0;
}
.poll .td_2 {
	width:100px;
}
.poll .td_3 {
	width:300px;
}
.poll form {
	margin:20px 0;
}
.poll table {
	font-size:1em;
	width:auto;
	border:solid 0;
	position:relative;
}
.poll table .td_1 {
	width:30px;
}
.poll table caption {
	color:#93246F;
	font-size:1em;
	font-weight:bold;
	margin:10px 0;
	text-align:left;
}
.poll td {
	border:solid 1px #ddd;
	padding:2px;
}
.poll td.line {
	width:300px;
}
.poll th {
	background:#EEE;
	border:solid 1px #ccc;
}
dl.poll dd {
	padding:6px 0;
	font-weight:bold;
}
/* Polls end */

/* Editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img {	border:0
}

form.editor legend {
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

form.editor fieldset {
	border:solid 1px #ccc;
	padding:20px;
	margin:10px 0;
}

form.editor .publishing label {
	float:left;
	width:14em;
	font-weight:bold;
}

form.editor .publishing div {
	margin:5px 0;
}

form.editor .publishing .radio label {
	float:none;
	width:14em;
}

form.editor .publishing .radio label span {
	float:left;
	width:14em;
}

form.editor fieldset.metadata label {
	float:none !important;
	display:block;
	font-weight:bold;
}

.save {
	text-align:right;
	padding:10px 0;
}

/* -- buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}
.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	float: left;
	margin-left: 5px;
}
.button2-right {
	float: left;
	margin-left: 5px;
}
body.contentpane {
	background-color:#fff;
}

form#login label {
	display:block;
	padding:10px 0 3px 0;
	font-weight:bold;
}
form#login fieldset {
	border: 10px solid #ccc;
	padding: 20px;
}

/****************** TOOLTIPS ******************/
.tool-tip {
	float : left;
	background-color : #202020;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding : 7px 9px;
	z-index: 13000;
	max-width:300px;
}
.tool-title, .white-title, .gray-title, .blue-title, .green-title, .red-title {
	font-weight: bold; 
	font-size:14px;
}
.tool-title {
	color: #ccc;
	font-size:12px;
}
.tool-text {
	color: #999;
	font-size:11px;
	font-weight: normal;
	margin : 0;
}
#tip-fade.tool-tip {
	float : left;
	background-color : #ff0000 !important;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding : 7px 9px;
	z-index: 13000;
	max-width:300px;
}

.white-tip {
	border: none;
	border:1px solid #ccc;
	background:#fff;
	color: #000;
	margin:0;
	padding: 15px;
}
.white-title {
	color: #000;	
}
.gray-tip {
	border: none;
	border:1px solid #ccc;
	background:#efefef;
	color: #000;
	margin:0;
	padding: 15px;
}
.gray-title {
	color: #000;
}
.blue-tip {
	border: none;
	border:1px solid #154f82;
	background: #a0cbef;
	color: #000;
	margin:0;
	padding: 15px;
}
.blue-title {
	color: #000;
}
.green-tip {
	border: none;
	border:1px solid #5bcb47;
	background: #8bf279;
	color: #000;
	margin:0;
	padding: 15px;
}
.green-title {
	color: #000;
}
.red-tip {
	border: none;
	border:1px solid #ff0000;
	background: #ffaea8;
	color: #000;
	margin:0;
	padding: 15px;
}
.red-title {
	color: #000;		
}
.tool-tip, .white-tip, .gray-tip, .blue-tip, .green-tip, .red-tip {
	font-size: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited {
	background: #f9f9f9;
	color: #333;
}

a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover {
	background: #E0E0E0;
	color: #333;
	margin-left: 7px !important;
}

a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited {
	background: #f9f9f9;
	color: #333;
	margin-left: 0px !important;
	padding-left: 15px !important;
	width:50%!important;
}

a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	background: #E0E0E0;
	color: #333;
	margin-left: 2px !important;
	width:50%!important;
}

ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical,
ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:link, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:link, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:link,
ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:visited, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:visited, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:visited {
	background-color: blue;
	color: white;
}

ul.mainlevel-suckerfish-vertical ul ul a.sublevel-suckerfish-vertical:hover, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_active-suckerfish-vertical:hover, ul.mainlevel-suckerfish-vertical ul ul a.sublevel_current-suckerfish-vertical:hover {
	background-color: #E0E0E0;
	color: blue;
}

ul.mainlevel-suckerfish-vertical .expanded {
	display: block;
	background-image: url("../images/arrow_right.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/** customize style / layout here */
a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical, span.mainlevel-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical, span.sublevel-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	color: #333;
	display : block;
	vertical-align : middle;
	font-size : 14px;
	text-align : left;
	min-height:25px;
	line-height : 25px;
	text-decoration : none;
	padding:0.5px;		
	border:1px dotted #ccc;
	margin-left:4px	;
	margin-top:2px;
	border-radius: 4px;
	padding-left: 15px;
}

a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical, span.mainlevel-suckerfish-vertical {
}

a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical, span.sublevel-suckerfish-vertical {
	font-size: 90%;
	border-top: 0px solid silver;
}

#active_menu-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
	font-weight: bold;
}

ul.mainlevel-suckerfish-vertical, .mainlevel-suckerfish-vertical ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

ul.mainlevel-suckerfish-vertical {
	z-index: 101;
}

ul.mainlevel-suckerfish-vertical ul {
	z-index: 102;
}

ul.mainlevel-suckerfish-vertical ul ul {
	z-index: 103;
}

ul.mainlevel-suckerfish-vertical li {
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	/*float: left;*/
	clear: left;
	position: relative;
	width: 100%;
}

ul.mainlevel-suckerfish-vertical li li {
}

ul.mainlevel-suckerfish-vertical ul {
	display: none;
	position: absolute;
	top: 0;
	margin-left: 15em;
}

ul.mainlevel-suckerfish-vertical li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul {
	display: block;
}


ul.mainlevel-suckerfish-vertical li:hover ul ul,
ul.mainlevel-suckerfish-vertical li.hover ul ul {
	display: none;
}

ul.mainlevel-suckerfish-vertical li:hover ul li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul li.hover ul {
	display: block;
}


ul.mainlevel-suckerfish-vertical, ul.mainlevel-suckerfish-vertical li li {
	clear: left;
}

/** separator */
span.mainlevel-suckerfish-vertical, span.sublevel-suckerfish-vertical {
	border-width: 0px;
	padding: 5px;
}﻿/*---------------------------------------------------
Designed by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {margin: 10px 0;}
h1 {font-size: 220%;}
h2 {font-size: 200%;}
h3 {font-size: 180%;}
h4 {font-size: 160%;}
h5 {font-size: 140%;}
h6 {font-size: 120%;}

h1.info, h1.right, h1.alert, h1.tell, h1.content, h1.note {
	background-repeat : no-repeat;
	padding: 5px 0 0 55px;
	min-height:55px;
	line-height:normal;
}
h1.info {
	background-image : url(../images/icons/info.png);
}
h1.right {
	background-image : url(../images/icons/right.png);
}
h1.alert {
	background-image : url(../images/icons/alert.png);
}
h1.tell {
	background-image : url(../images/icons/tell.png);
}
h1.content {
	background-image : url(../images/icons/content.png);
}
h1.note {
	background-image : url(../images/icons/note.png);
}

h3.section {
	background-color:#fff;
	border:2px solid #eee;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #ccc;
	background-image : url(../images/icons/section.png);
	background-repeat : no-repeat;
	background-position:0 6px;
	padding: 15px 0 15px 55px;
}
form {
	width:99%;
	display: inline-block;
}
ul {
	margin : 0;
	padding: 0 0 0 15px;
}
li {
	list-style: circle;
}
li li {
	list-style: disc;
}
ul.arrow li, ul.arrow li li {
	margin:0; padding:0;
	background-image : url(../images/icons/arrow.gif);
	background-position : 0 5px;
	background-repeat : no-repeat;
	padding-left: 14px;
	line-height: 20px;
	list-style:none;
}
ul.folder li, ul.folder li li {
	margin:0; padding:0;
	background-image : url(../images/icons/folder.gif);
	background-position : 0 5px;
	background-repeat : no-repeat;
	padding-left: 14px;
	line-height: 20px;
	list-style:none;
}
ul.ok li, ul.ok li li {
	margin:0; padding:0;
	background-image : url(../images/icons/ok.gif);
	background-position : 0 5px;
	background-repeat : no-repeat;
	padding-left: 14px;
	line-height: 20px;
	list-style:none;
}
ul.star li, ul.star li li {
	margin:0; padding:0;
	background-image : url(../images/icons/star.gif);
	background-position : 0 5px;
	background-repeat : no-repeat;
	padding-left: 14px;
	line-height: 20px;
	list-style:none;
}
hr {
	border:none;
	border-top: 1px dotted #ccc;
	background:#fff;
	padding: 2px 0 0 0;
	margin: 15px 0;
}
hr.black {
	border-top: 2px solid #000;
}
hr.red {
	border-top: 2px solid #FF5050;
}
hr.blue {
	border-top: 2px solid #00CCFF;
}
hr.green {
	border-top: 2px solid #66FF66;
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	}
img { 
	border:0;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
table.white {
	border: none;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
	margin:0;
	padding: 5px;
}
table.white td {
	border: none;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
	margin:0;
	padding: 10px;
}
table.gray {
	border: none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#ddd;
	margin:0;
	padding: 5px;;
}
table.gray td {
	border: none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#eee;
	margin:0;
	padding: 10px;
}
table.blue {
	color: #2c55bb;
	border: none;
	border-top:1px solid #c3d2e5;
	border-left:1px solid #c3d2e5;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#84a7db;
	margin:0;
	padding: 5px;;
}
table.blue td {
	border: none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#c3d2e5;
	margin:0;
	padding: 10px;
}
table.red {
	color: #bf515b;
	border: none;
	border-top:1px solid #e4c5ca;
	border-left:1px solid #e4c5ca;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#e4c5c8;
	margin:0;
	padding: 5px;;
}
table.red td {
	border: none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#e4c5ca;
	margin:0;
	padding: 10px;

}
table.yellow {
	color: #80842f;
	border: none;
	border-top:1px solid #e3e4c5;
	border-left:1px solid #e3e4c5;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#e3e2c6;
	margin:0;
	padding: 5px;;
}
table.yellow td {
	border: none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#dcde76;
	margin:0;
	padding: 10px;
}
td {
	font-size: 11.5px;
}
div.contenthead {
	background:#fff;
	padding: 15px;
	border: 10px solid #e9e9e9;
	display:inline-block;
	width: 90%;
	color: #333;
	margin:20px 0;
	
}
div.contenthead-dark {
	background:#333;
	padding: 15px;
	border: 10px solid #555;
	display:inline-block;
	width: 90%;
	color: #ccc;
	margin:20px 0;
	
}
div.contenthead-blue {
	background:#c3d2e5;
	padding: 15px;
	border: 10px solid #e4ebf3;
	display:inline-block;
	width: 90%;
	color: #2c55bb;
	margin:20px 0;
	
}
div.contenthead-red {
	background:#e4c5ca;
	padding: 15px;
	border: 10px solid #efdee0;
	display:inline-block;
	width: 90%;
	color: #d55175;
	margin:20px 0;
	
}
div.contenthead-green {
	background:#8bf279;
	padding: 15px;
	border: 10px solid #c8f9bf;
	display:inline-block;
	width: 90%;
	color: #348525;
	margin:20px 0;
	
}
div.hot, div.new, div.top {
	background:#fff;
	padding: 15px;
	border: 1px solid #ccc;
	display:inline-block;
	width: auto;
	color: #555;
	margin:20px 0;
	padding: 15px 50px 15px 15px;
	background-position:right top;
	background-repeat:no-repeat;
}
div.hot {
	background-image : url(../images/hot.gif);
}
div.new {
	background-image : url(../images/new.gif);
}
div.top {
	background-image : url(../images/top.gif);
}
div.info {
	background-image : url(../images/icons/info.png);
	background-repeat : no-repeat;
	padding: 0 0 0 55px;
	min-height:55px;
	line-height:normal;
}
div.right {
	background-image : url(../images/icons/right.png);
	background-repeat : no-repeat;
	padding: 0 0 0 55px;
	min-height:55px;
	line-height:normal;
}
div.alert {
	background-image : url(../images/icons/alert.png);
	background-repeat : no-repeat;
	padding: 0 0 0 55px;
	min-height:55px;
	line-height:normal;
}
div.tell {
	background-image : url(../images/icons/tell.png);
	background-repeat : no-repeat;
	padding: 0 0 0 55px;
	min-height:55px;
	line-height:normal;
}
div.content {
	/*background-image : url(../images/icons/content.png);*/
	background-repeat : no-repeat;
	padding: 0 0 0 25px;
	min-height:55px;
	line-height:normal;
}
div.note {
	background-image : url(../images/icons/note.png);
	background-repeat : no-repeat;
	padding: 0 0 0 55px;
	min-height:55px;
	line-height:normal;
}
div.cols-3 {
	width: 99%;
	padding:0;
	margin:10px 0;
	display:inline-block;
	border: 2px solid #fff;
}
div.cols-3 div {
	float:left;
	width: 31%;
	padding:1%;
	margin:0;
}
div.cols-2 {
	width: 99%;
	padding:0;
	margin:10px 0;
	display:inline-block;
	border: 2px solid #fff;
}
div.cols-2 div {
	float:left;
	width: 48%;
	padding:1%;
	margin:0;
}
p.tip {
	width: auto;
	padding: 20px 30px 20px 50px;
	margin:10px 0;
	display:inline-block;
	border-top: 2px solid #ffea51;
	border-bottom: 2px solid #ffea51;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ffffb0;
	background-image : url(../images/icons/tip.png);
	background-repeat : no-repeat;
	background-position: 10px 20px;
}
p.alert {
	width: auto;
	padding: 20px 30px 20px 50px;
	margin:10px 0;
	display:inline-block;
	border-top: 1px solid #FF5050;
	border-bottom: 1px solid #FF5050;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ffe1e1;
	background-image : url(../images/icons/alerts.png);
	background-repeat : no-repeat;
	background-position: 10px 20px;
}
a, a:link, a:visited, a:active, a:focus {
	outline : none;
	color: #a52a2a;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

/* special Links */

a.extern {
	background-image : url(../images/icons/extern.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.www {
	background-image : url(../images/icons/www.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.download {
	background-image : url(../images/icons/download.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.run {
	background-image : url(../images/icons/run.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.image {
	background-image : url(../images/icons/image.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.user {
	background-image : url(../images/icons/user.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.pdf {
	background-image : url(../images/icons/pdf.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.zip {
	background-image : url(../images/icons/zip.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.text {
	background-image : url(../images/icons/text.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.sound {
	background-image : url(../images/icons/sound.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.video {
	background-image : url(../images/icons/video.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
a.info, p.info {
	background-image : url(../images/icons/info.gif);
	background-repeat : no-repeat;
	padding-left: 18px;
}
img.border-dark {
	border: 1px solid #555;
	padding:1px;
	background:#fff;
}
img.border-light {
	border: 1px solid #ccc;
	padding:1px;
	background:#fff;
	
}
object, img, a {
	outline:none;
}
blockquote {
	margin:0;
	padding: 10px 30px 10px 40px;
	min-height: 35px;
	font-style:italic;
	font-size: 18px;
	font-family: Georgia;
	background:#eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-style: dotted;
	text-align:justify;
	background-image : url(../images/quote.gif);
	background-position: 4px 8px;
	background-repeat:no-repeat;
	}
pre {
	background:#fff;
	color: #006699;
	border-top: 1px solid #ccc;
	border-left: 5px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0 10px 20px;
	overflow: auto;
	font-size: 11px;
	font-family: Verdana;
	}
pre.css {
	color: #444;
	border-left: 5px solid #444;
	background-image : url(../images/icons/css.png);
	background-repeat:no-repeat;
	padding-left:55px;
	
}
pre.html {
	color: #0099CC;
	border-left: 5px solid #0099CC;
	background-image : url(../images/icons/html.png);
	background-repeat:no-repeat;
	padding-left:55px;
	
}
pre.xml {
	color: #840084;
	border-left: 5px solid #840084;
	background-image : url(../images/icons/xml.png);
	background-repeat:no-repeat;
	padding-left:55px;
	
}
pre.js {
	color: #008484;
	border-left: 5px solid #008484;
	background-image : url(../images/icons/js.png);
	background-repeat:no-repeat;
	padding-left:55px;
	
}
span.dropcap {
	float: left;
	font-size: 300%;
	line-height: 0.95em;
	margin-right: 0.03em;
	margin-bottom:-0.25em;	
}﻿/*---------------------------------------------------
Designed by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/

/* Module Styles Start */

	/* top-panel */
#toppanel {
	background: #333;
	color: #ccc;
	border: 1px solid #ccc;
	height:auto;
	width: 95.8%;
	margin:0;
	padding:2%;
	position:relative;
	z-index:9999;
	display:inline-block;
	text-shadow: 0 1px 0 #000;
}
a#togglelink {
	font-size: 400%;
	color: #555;
	height:auto;
	width: auto;
	margin:0;
	padding: 3px 16px;
	text-align:center;
	position:absolute;
	top:0;
	right:30px;
	z-index:9999;
	text-shadow: 1px 1px 0 #777, 0 0 4px #000;
}
a#togglelink:hover {
	text-decoration:none;
	color: #999;
	text-shadow: 1px 1px 0 #777, 4px 4px 4px #000;
}

	/* beforehead1, beforehead2, beforehead3 */
#beforehead123 {
	width: 100%;
	display: inline-block;
	margin: 15px -1% 15px -1%;
	padding: 10px 1%;
	height: auto;
	background: #e5e5e5;
	border: 1px solid #fff;
}
#beforehead1, #beforehead2, #beforehead3 {
	float:left;
	width: 31.3%;
	margin: 0;
	padding: 0 1% 0 1%;
}
#beforehead1 .module div div div, #beforehead2 .module div div div, #beforehead3 .module div div div {
	padding: 5px;
	overflow:hidden;
	background:#fff;
}
	/* beforehead4, beforehead5 */
#beforehead45 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#beforehead4, #beforehead5 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#beforehead4 .module, #beforehead5 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#beforehead4 .module div div div, #beforehead5 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* beforehead6*/
#beforehead6out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#beforehead6 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#beforehead6 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#beforehead6 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}


	/* afterhead1, afterhead2, afterhead3 */
#afterhead123 {
	width: 100%;
	display: inline-block;
	margin: 15px -1% 15px -1%;
	padding: 10px 1%;
	height: auto;
	background: #e5e5e5;
	border: 1px solid #fff;
}
#afterhead1, #afterhead2, #afterhead3 {
	float:left;
	width: 31.3%;
	margin: 0;
	padding: 0 1% 0 1%;
}
#afterhead1 .module div div div, #afterhead2 .module div div div, #afterhead3 .module div div div {
	padding: 5px;
	overflow:hidden;
	background:#fff;
}
	/* afterhead4, afterhead5 */
#afterhead45 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#afterhead4, #afterhead5 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#afterhead4 .module, #afterhead5 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#afterhead4 .module div div div, #afterhead5 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* afterhead6*/
#afterhead6out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#afterhead6 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#afterhead6 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#afterhead6 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}

	/* top1, top2, top3 */
#top123 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#top1, #top2, #top3 {
	float:left;
	width: 32%;
	margin: 0 1% 0 0;
}
#top1 .module, #top2 .module, #top3 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#top1 .module div div div, #top2 .module div div div, #top3 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* top4, top5 */
#top45 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#top4, #top5 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#top4 .module, #top5 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#top4 .module div div div, #top5 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* top6*/
#top6out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#top6 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#top6 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#top6 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}


	/* advert1, advert2, advert3, advert7, advert8, advert9 */
#advert123, #advert789 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#advert1, #advert2, #advert3, 
#advert7, #advert8, #advert9 {
	float:left;
	width: 32%;
	margin: 0 1% 0 0;
}
#advert1 .module, #advert2 .module, #advert3 .module, 
#advert7 .module, #advert8 .module, #advert9 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#advert1 .module div div div, #advert2 .module div div div, #advert3 .module div div div,
#advert7 .module div div div, #advert8 .module div div div, #advert9 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* advert4, advert5, advert10, advert11 */
#advert45, #advert1011 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#advert4, #advert5, #advert10, #advert11 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#advert4 .module, #advert5 .module, 
#advert10 .module, #advert11 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#advert4 .module div div div, #advert5 .module div div div,
#advert10 .module div div div, #advert11 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* advert6, advert12 */
#advert6out,#advert12out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#advert6, #advert12 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#advert6 .module, #advert12 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#advert6 .module div div div, #advert12 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}


	/* bottom1, bottom2 */
#bottom12 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#bottom1, #bottom2 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#bottom1 .module, #bottom2 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#bottom1 .module div div div, #bottom2 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}

	/* bottom3, bottom3, bottom5 */
#bottom345 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#bottom3, #bottom4, #bottom5 {
	float:left;
	width: 32%;
	margin: 0 1% 0 0;
}
#bottom3 .module, #bottom4 .module, #bottom5 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#bottom3 .module div div div, #bottom4 .module div div div, #bottom5 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* bottom6*/
#bottom6out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#bottom6 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#bottom6 .module {
	border: 1px solid #ddd;
	margin: 0;
	background:#efefef;
}
#bottom6 .module div div div {
	border: 1px solid #fff;
	padding: 5px;
	overflow:hidden;
}
	/* foot1, foot2, foot3 */
#foot123 {
	width: 95%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding: 0 20px;
	height: auto;
}
#foot1, #foot2, #foot3 {
	float:left;
	width: 100%;
	text-align: center;
	margin: 0 1% 0 0;
}
#foot1 .module, #foot2 .module, #foot3 .module {
	border: 1px solid #fff;
	margin: 0;
}
#foot1 .module div div div, #foot2 .module div div div, #foot3 .module div div div {
	border: 1px solid #AAAAAA;
    height: 20px;
    overflow: hidden;
    padding: 3px;}
	/* foot4, foot5 */
#foot45 {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#foot4, #foot5 {
	float:left;
	width: 48.5%;
	margin: 0 1% 0 0;
}
#foot4 .module, #foot5 .module {
	border: 1px solid #fff;
	margin: 0;
}
#foot4 .module div div div, #foot5 .module div div div {
	border: 1px solid #aaa;
	padding: 10px;
	overflow:hidden;
}
	/* foot6*/
#foot6out {
	width: 100%;
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding:0;
	height: auto;
}
#foot6 {
	float:left;
	width: 98%;
	margin: 0 1% 0 0;
}
#foot6 .module {
	border: 1px solid #fff;
	margin: 0;
}
#foot6 .module div div div {
	border: 1px solid #aaa;
	padding: 10px;
	overflow:hidden;
}

/* module div abd border reset */

#beforehead1 .module div div div div, #beforehead2 .module div div div div, #beforehead3 .module div div div div,
#beforehead4 .module div div div div, #beforehead5 .module div div div div, #beforehead6 .module div div div div,
#afterhead1 .module div div div div, #afterhead2 .module div div div div, #afterhead3 .module div div div div,
#afterhead4 .module div div div div, #afterhead5 .module div div div div, #afterhead6 .module div div div div,
#top1 .module div div div div, #top2 .module div div div div, #top3 .module div div div div,
#top4 .module div div div div, #top5 .module div div div div, #top6 .module div div div div,
#advert1 .module div div div div, #advert2 .module div div div div, #advert3 .module div div div div,
#advert4 .module div div div div, #advert5 .module div div div div, #advert6 .module div div div div,
#advert7 .module div div div div, #advert8 .module div div div div, #advert9 .module div div div div,
#advert10 .module div div div div, #advert11 .module div div div div, #advert12 .module div div div div,
#bottom4 .module div div div div, #bottom5 .module div div div div, #bottom6 .module div div div div,
#bottom1 .module div div div div, #bottom2 .module div div div div, #bottom3 .module div div div div,
#bottom4 .module div div div div, #bottom5 .module div div div div, #bottom6 .module div div div div,
#foot1 .module div div div div, #foot2 .module div div div div, #foot3 .module div div div div,
#foot4 .module div div div div, #foot5 .module div div div div, #foot6 .module div div div div {
	padding:0;
	border:0;
}

/* module h3 sytles */

#wrapper h3.module {
	margin: 0;
	padding: 0 0 0 10px;
	font-size:110%;
}
#beforehead1 h3.module, #beforehead2 h3.module, #beforehead3 h3.module {
	background:#ddd;
	min-height:25px;
	line-height:25px;
	text-align:left;
	color: #555;
	position:relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}
#afterhead1 h3.module, #afterhead2 h3.module, #afterhead3 h3.module {
	background:#ddd;
	min-height:25px;
	line-height:25px;
	text-align:left;
	color: #555;
	position:relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}
#beforehead4 h3.module, #beforehead5 h3.module, #beforehead6 h3.module,
#afterhead4 h3.module, #afterhead5 h3.module, #afterhead6 h3.module,
#top1 h3.module, #top2 h3.module, #top3 h3.module,  
#top4 h3.module, #top5 h3.module, #top6 h3.module,
#advert1 h3.module, #advert2 h3.module, #advert3 h3.module,  
#advert4 h3.module, #advert5 h3.module, #advert6 h3.module,
#advert7 h3.module, #advert8 h3.module, #advert9 h3.module,  
#advert10 h3.module, #advert11 h3.module, #advert12 h3.module,
#bottom1 h3.module, #bottom2 h3.module, 
#bottom3 h3.module, #bottom4 h3.module, #bottom5 h3.module, #bottom6 h3.module {
	background:#383838;
	min-height:25px;
	line-height:25px;
	text-align:left;
	color: #aaa;
	position:relative;
	border: 1px solid #fff;
	text-shadow: 0 1px 0 #000;
}
#foot1 h3.module, #foot2 h3.module, #foot3 h3.module,  
#foot4 h3.module, #foot5 h3.module, #foot6 h3.module {
	background:#aaa;
	min-height:35px;
	line-height:35px;
	text-align:left;
	color: #333;
	position:relative;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-shadow: 0 1px 1px #fff;
	padding: 0 0 0 10px;
}

div.module-red {
	color: #5b0002;
	background: #e6c0c0;
}
div.module-red div {
	border: 1px solid #fff;
}
div.module-red div div {
	border: 1px solid #de7a7b;
}
div.module-red div div div {
	padding:10px;
	border: 1px solid #fff;
}
div.module-red div div div div {
	border:0;
}

div.module-blue {
	color: #00295b;
	background: #c3d2e5;
}
div.module-blue div {
	border: 1px solid #fff;
}
div.module-blue div div {
	border: 1px solid #84a7db;
}
div.module-blue div div div {
	padding:10px;
	border: 1px solid #fff;
}
div.module-blue div div div div {
	border:0;
}

div.module-yellow {
	color: #665900;
	background: #fff29b;
}
div.module-yellow div {
	border: 1px solid #fff;
}
div.module-yellow div div {
	border: 1px solid #ffe73c;
}
div.module-yellow div div div {
	padding:10px;
	border: 1px solid #fff;
}
div.module-yellow div div div div {
	border:0;
}

div.module-green {
	color: #225b00;
	background: #a6fe9c;
}
div.module-green div {
	border: 1px solid #fff;
}
div.module-green div div {
	border: 1px solid #77fe3d;
}
div.module-green div div div {
	padding:10px;
	border: 1px solid #fff;
}
div.module-green div div div div {
	border:0;
}

div.module-silver {
	color: #888;
	background: #d9d9d9;
}
div.module-silver div {
	border: 1px solid #fff;
}
div.module-silver div div {
	border: 1px solid #999;
}
div.module-silver div div div {
	padding:10px;
	border: 1px solid #fff;
	background-image : url(../images/modules/silver.gif);
	background-repeat:repeat-x;
}
div.module-silver div div div div {
	border:0;
	background-image:none;
}

div.module-corner {
	color: #888;
	background: #f9f9f9;
	background-image : url(../images/modules/corner-lb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.module-corner div {
	border: 1px solid #fff;
	background-image : url(../images/modules/corner-rb.png);
	background-repeat: no-repeat;
	background-position:right bottom;
}
div.module-corner div div {
	border: 1px solid #999;
	background-image : url(../images/modules/corner-rt.png);
	background-repeat: no-repeat;
	background-position:right top;
}
div.module-corner div div div {
	padding:10px;
	border: 1px solid #fff;
	background-image : url(../images/modules/corner-lt.png);
	background-repeat: no-repeat;
	background-position:left top;
}
div.module-corner div div div div {
	border:0;
	background-image:none;
}

div.module-paper {
	color: #888;
	background-color: #fff;;
	background-image : none;
}
div.module-paper div {
	border: 1px solid #fff;
	background-image : url(../images/modules/paper-rb.png);
	background-repeat: no-repeat;
	background-position:right bottom;
}
div.module-paper div div {
	border: 1px solid #999;
	background-image : url(../images/modules/paper-rt.png);
	background-repeat: no-repeat;
	background-position:right top;
}
div.module-paper div div div {
	padding:10px;
	border: 1px solid #fff;
	background-image : none;
}
div.module-paper div div div div {
	border:0;
	background-image:none;
}
/* Module Styles End */