/*
@css-style for template gopip_money
@author: Rene Wandel
@web: http://www.gopip.de
@email: info@gopip.de
@Background: #E6CF73
@Header: #807340
@Contentbg: #E6E1CF
@Fonts: #807859
@Footer: #4b4b4b
@Horizontal-Navi: #BFA330
@Pathway: #E6E1CF
@Module_Head: #FFE680
*/

body{
	margin: 3px 0 5px 0;
	padding: 0px;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	color: #222222;
	font-weight: none ;
	font-size: 12px;
}

/*  fontsize  */

#fontsize{
	width: 96%;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	min-width: none;
}

#fontsize_inner{
	text-align: right;
	padding: 0 5px 5px 0;
}

#fontsize p {
	margin: 0 0 0 5px;
	display: inline;
}

#fontsize p a {
	font-weight: normal;
	margin: 0 5px 0 5px;
	display: inline;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
	color: #666600;
}

#fontsize p a:hover, #fontsize p a:active {
	color: #666600;
	text-decoration: underline;
}

/* background-images */

#fontsize p a.larger {
	background-image: url(../images/larger.png);
	background-repeat: no-repeat;
}

#fontsize p a.smaller {
	background-image: url(../images/smaller.png);
	background-repeat: no-repeat;
}

#fontsize p a.reset {
	background-image: url(../images/reset.png);
	background-repeat: no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
	background-image: url(../images/larger_hover.png);
	background-repeat: no-repeat;
}

#fontsize p a.smaller:hover, #fontsize p a.smaller:active, #fontsize p a.smaller:focus {
	background-image: url(../images/smaller_hover.png);
	background-repeat: no-repeat;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
	background-image: url(../images/reset_hover.png);
	background-repeat: no-repeat;
}

/* Site background */

#bg{
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #E6CF73;
}

/* maincontainer for site */

#container {
	width: 95%;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	min-width: 920px;
	border: 1px solid #248ed8;
}

/* headerformation */

#header {
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: repeat-x;
	background-color: #248ed8;
}

#header_inner{

}
 
#header_img1{
	width: 410px;
	height: 100px;
	margin: 0px 5px 0px 15px;
	float: right;
	background-image: url(../images/logo_img.png);
	background-repeat: no-repeat;
}

#header_banner{
	width: 500px;
	margin: 0px;
	padding: 15px 10px 0 0;
	float: right;
}

/* right colume for this site */

#rightcol{
	float: right;
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 10%;
}
 
#rightcol_inner{
	padding: 0px;
	margin: 10px;
}

/* maincolume for this site */
 
#maincol{
	background-color: transparent;
	display: inline;
	float: right;
	position: relative;
	width: 89%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}
 
#maincol_inner{
	padding: 0px;
	margin: 10px;
}

/* rightcolume for this site */

#rightcol{
	float: right;
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 20%;
}
 
#rightcol_inner{
	padding: 0px;
	margin: 10px;
}

/*Horizontale Menüs*/

#topnav{
	width: 100%;
	background-color: #000000;
	margin: 5px 0 0px 0;
	padding: 0px;
	float: right;
	border-top: 1px solid #555555;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}

ul#mainlevel-nav li {
	background-image: none;
	padding: 0px;
	float: right;
	margin: 0;
	white-space: nowrap;
	border-right: 1px solid #2b2b2b;
	list-style: none;
}

ul#mainlevel-nav li a {
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: none;
}

#buttons>ul#mainlevel-nav li a {
	width: auto;
}

ul#mainlevel-nav li a:hover{
	color: #fff;
	background: #5e5e5e;
}

.mainlevel-nav#active_menu-nav {
	color: #fff;
	background: #4f4f4f;
}

/* pathway formation */

#pathway{
	width: 100%;
	height: 20px;
	background-color: none;
	border-top: 0px solid #ECC900;
	border-bottom: 0px solid #D6D6D6;
	margin: 0px;
	padding: 0px;
}

#pathway a{
	color: #e2e2e2;
}

#pathway a:hover, #pathway a:active{
	color: #666600;
}

#pathway_inner{
	padding: 4px 0 5px 15px;
	margin: 0px;
	font-size: 11px;
}

.clr{
	clear: both;
}

/* formation for user - newsflash */

#user{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

/* formation footer and copyright */

#footer {
	color: #9D9D9D;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #e2e2e2;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	background-color: #4b4b4b;
	text-align: center;
	height: 150px;
}

#footer_inner{
	height: 150px;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(../images/footerbg_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
	
}

/* CODE TEXT */

pre, .code {
	padding: 15px 25px;
	margin: 2px 5px 5px;
	border-top: 1px solid #4b4b4b;
	border-bottom: 3px solid #4b4b4b;
	font: 12px "Courier News", monospace;
	background-color: #FFE680;
}

/* Tooltips */

.tool-tip {
	float: right;
	background: #FFE680;
	border: 1px solid #4b4b4b;
	padding: 5px;
	max-width: 100px;
	text-align: right;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* TIPS, NOTICE, ERROR, MESSAGE, HIGHLIGHTS*/

#system-message{
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
}

.error {
	padding: 5px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.notice {
	padding: 5px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.message {
	padding: 5px;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: bolder;
}

.tips {
	padding: 7px 7px 7px 20px;
	color: #4b4b4b;
	font-size: 14px;
	border-top: 1px dotted #509eee;
	border-bottom: 1px dotted #ffffff;
	display: block;
}

.highlight {
	background: #FFF6C3;
	font-weight: bold;
	color: #509eee;
}


/* Default Joomla! Menu */

ul.menu , ul.menu li{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

ul.menu ul, ul.menu ul li{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li a {
	padding: 5px 15px 5px 5px;
	margin: 5 15 5 5px;
	display: block;
	color: #949494;
	float:right ;
	text-decoration: none;
	border-bottom: 1px solid #4b4b4b;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.menu  li a:hover, ul.menu li a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #4b4b4b ;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

.menu li#current a {
	color: #509eee;
	text-decoration: none;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

ul.menu ul li a{
	padding: 5px 3px 5px 25px;
	margin: 0 0 15px;
	display: block;
	color: #8d8d8d;
	text-decoration: none;
	border-bottom: 1px solid #4b4b4b;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.menu ul li a:hover, ul.menu ul li a:active {
	color: #509eee;
	text-decoration: none;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

.menu ul li#current a {
	color: #509eee;
	text-decoration: none;
	background-image: url(../images/navi_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

/* Normaler link */

a {
font-family:tahoma;
font-size:11.3px;
font-weight:bold;
font-size-adjust:none;
	color: #333333;
	font-weight:none;
	text-decoration: none;
	text-align:right;
}

a:hover, a:active {
	color: #1c91e2;
	text-decoration: underline;
}

/* Title text */

.contentheading {
	color: #7c0202;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
		font-weight:bold;
	border-bottom: 1px dashed #509eee;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
}

.blog {
	background-image: url(../images/newspaper.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	margin: 5px 5px 10px 0px;
	padding: 9px 9px 9px 25px;
	font-size:12px;
	position: relative;
}


/* component text */

.componentheading {
	color: #c62830;
	font-size: 13px;
	font-weight:bold;
	border-bottom: 0px dashed #509eee;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
}

.category {
	font-weight: bold;
}

/* contentdescription */

.contentdescription {
	padding-bottom: 10px;
	color: #4b4b4b;
}

/* inhaltsverzeichnis */

.contenttoc{
	border: 1px solid #4b4b4b;
	background-color: #F5F5F5;
	padding: 2px;
	width: 150px;
}

.toclink{
	padding: 0px 0px 0px 20px;
	margin: 2px;
	background-image: url(../images/toclinks.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* Small text */

.small, .smalldark, .createdate, .modifydate, .mosimage_caption,.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
	font-size: 9px;
	color: #585858;
}

/* Überschriften */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

/* absatz text */

p {
	margin: 5px 0 10px;
}

/* listen text */

ul {
	margin: 3px 0px 3px 5px;
	list-style: none;
	padding: 0px;
	color: #C4A700;
}

li{
	padding: 0px;
	margin: 2px 0px 3px 15px;
	list-style-type: square;
	color: #000000;
	list-style-position: outside;
}

ul p{
	color: #333333;
}

ul li {
	padding-right: 0px;
	margin-right: 15px;
	line-height: 130%;
	list-style-type: square;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-right: 10px;
	line-height: 170%;
}

/* formation colums */

th {
	padding: 2px;
	font-weight: bold;
	text-align: right;
}

/* formation linie horizontal */

hr {
	border-top: 1px solid #4b4b4b;
	border-right: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* formation button */

.button, .button:hover {
	padding: 1px 10px;
	border: 1px solid #b40e83;
	background-color: #a90279;
	color: #FFFFFF;
}

.button:active, .button:focus {
	padding: 1px 10px;
	border-top: 1px solid #c62830;
	background-color: #FFFFFF;
	color: #4b4b4b;
	font-weight: bold;
}

/* formation main table */

table.contentpaneopen td.componentheading {
	padding-right: 4px;
}

.contentpaneopen{
	width: 100%;
	padding-left:24px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

/*  Modulstyle default */

div.module_menu h3, div.moduletable_menu h3, div.module h3, div.moduletable h3{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	font-size: 1em;
		font-weight:bold;
	text-transform: uppercase;
	color: #c62830;
	background-color: #FFE680;
	text-align: right;
}

div.module_menu, div.moduletable_menu, div.module, div.moduletable {
	margin: 0 0 10px 0;
	padding: 0;
}


/* formation poll */

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: 0px solid #CCCCCC;
	text-align: right;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #FFF7CA;
}

.pollstableborder tr.sectiontableentry1 td,.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* search formation */

table.searchintro {
	padding: 2px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

/* blog more frontpage */

.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #4b4b4b;
	background-color: #F5F5F5;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #509eee;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 4px;
	padding: 4px;
	list-style-type: none;
}

.blog_more ul li {
	padding: 0px 0px 0px 20px;
	margin: 2px;
	background-image: url(../images/toclinks.png);
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
}

/* read more formation */

a.readon{

	display: block;
	font-size: 0.9em;
	
	text-decoration: none;
	color: #222222;
	padding: 2px 2px 2px 5px;
	width: 120px;
	border-right:#ddd 6px solid;
	float: left;
}

a.readon:hover, a.readon:active {
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	color: #000000;
	padding: 2px 2px 2px 5px;
	
	float: left;
}

/* Formstyle */

form {
	margin: 0;
	padding: 4px;
	background-color: none;
	border: 0px solid #FFE680;
}

#mod_login_username{
	background-color: #FFF2BF;
	color: #9F8800;
	border: 1px solid #FFE680;
	width: 95%;
	padding: 2px;
}

#mod_login_password{
	background-color: #FFF2BF;
	color: #9F8800;
	border: 1px solid #FFE680;
	width: 95%;
	padding: 2px;
}

#contact_text.inputbox{
	font-size: 1.2em;
}

.inputbox {
	border: 2px solid #444444;
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	
	color: #FFFFFF;
	padding: 4px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight:bold ;
	text-align:right;
	
	margin: 1px;
	

	   
}

.inputbox:hover, .inputbox:focus {
	border: 2px solid #444444;
	background-color: #000000;
	color: #393939;
	padding: 4px;
	font-size: 10px;
	margin: 1px;
	

}

/* formation mosimage */

.mosimage {
	padding: 0;
	margin: 5px 15px 0 0!important;
	margin: 5px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
}

/* formation tabelle news etc. */

.sectiontableheader , .sectiontableheader a {
	padding: 4px;
	background-color: #509eee;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}

.sectiontablefooter {
	padding: 4px;
	line-height: 20px;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background-color: #F4F4F4;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background-color: #FFFFFF;
}

tr.sectiontableentry1:hover td,tr.sectiontableentry2:hover td {
	background-color: #FFED82;
}

div.syndicate div {
	text-align: center;
}

#mds {
font-size:24px;
}
