/*
@css-style for template gopip_15
@author: Rene Wandel
@web: http://www.gopip.de
@email: info@gopip.de
*/

body{
        margin: 35px 0 35px 0;
        padding: 0px;
        font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #646464;
        font-size: 0.9em;
}

/*  fontsize  */

#fontsize{
        width: 95%;
        position: relative;
        margin: 0px;
        padding: 0px;
        text-align: left;
        min-width: 920px;
}

#fontsize_inner{
        text-align: right;
        background-image: url(../images/font_bg.png);
        background-position: right;
        background-repeat: no-repeat;
        padding: 0 5px 0 0;
}

#fontsize h3 {
        display: inline;
        font-size: 0.9em;
        color: #0D88FF;
}

#fontsize p {
        margin: 0 0 0 5px;
        display: inline;
}

#fontsize p a {
        font-weight: normal;
        margin: 0 5px 0 5px;
        display: inline;
        padding: 2px 0px 2px 15px;
        text-decoration: none;
        color: #FFFFFF;
}

#fontsize p a:hover{
        color: Yellow;
}

#fontsize p a:active{
        color: Yellow;
}

/* Site background */

#bg{
        background-image: url(../images/bodybg.png);
        background-repeat: repeat;
        background-color: #EAEAEA;
}

/* maincontainer for site */

#container {
        width: 95%;
        background-color: #FFCC66;
        position: relative;
        margin: 0px;
        padding: 0px;
        text-align: left;
        min-width: 920px;
}

/* headerformation */

#header {
        width: auto;
        padding: 0px;
        margin: 0px;
        background-image: url(../images/header_bg.png);
}

#header_inner{
        background-color: #4682B4;
}

#header_img1{
        width: 800px;
        height: 200px;
        margin: 0px 5px 0px 15px;
        background-color: #FFCC66;
        float: left;
        background-image: url(../images/logo.gif);
        background-repeat: no-repeat;
        background-position: center left;
}

#header_banner{
        width: 465px;
        margin: 0px;
        padding: 20px 15px 0 0;
        float: right;
}

/* left colume for this site */

#leftcol{
        float: left;
        position: relative;
        background-color: transparent;
        margin: 0px;
        padding: 0px;
        width: 20%;
}

#leftcol_inner{
        padding: 0px;
        margin: 10px;
}

/* maincolume for this site */

#maincol{
        background-color: transparent;
        display: inline;
        float: left;
        position: relative;
        width: 60%;
        margin: 0px;
        padding: 0px;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
}

#maincol_inner{
        padding: 0px;
        margin: 10px;
}

/* rightcolume for this site */

#rightcol{
        float: left;
        position: relative;
        background-color: transparent;
        margin: 0px;
        padding: 0px;
        width: 29%;
}

#rightcol_inner{
        padding: 0px;
        margin: 10px;
}

/*Horizontale Menüs*/

#topnav{
        width: 100%;
        background-color: #FFD700;
        margin: 5px 0 0px 0;
        padding: 0px;
        float: left;
        border-top: 1px solid #ECC900;
}

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: left;
        margin: 0;
        white-space: nowrap;
        border-right: 1px solid #FFFFFF;
        list-style: none;
}

ul#mainlevel-nav li a {
        display: block;
        padding: 3px 15px 3px 15px;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #FFD700;
}

#buttons>ul#mainlevel-nav li a {
        width: auto;
}

ul#mainlevel-nav li a:hover{
        color: #fff;
        background: #D2B400;
}

.mainlevel-nav#active_menu-nav {
        color: #fff;
        background: #D2B400;
}

/* pathway formation */

#pathway{
        width: 100%;
        height: 20px;
        background-color: #FFE54D;
        border-top: 1px solid #ECC900;
        margin: 0px;
        padding: 0px;
}

#pathway_inner{
        padding: 4px 0 5px 15px;
        margin: 0px;
        font-size: 10px;
}

.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: 1px solid #CCCCCC;
        background-image: url(../images/footerbg.png);
        background-repeat: repeat-x;
        background-color: #FFFFAC;
        text-align: center;
        height: 150px;
}

#footer_inner{
        background-image: url(../images/footerbg_logo.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 150px;
        color: #FFFFFF;
        font-weight: bolder;
        padding: 0px;
        margin: 0px;

}

/* CODE TEXT */

pre, .code {
        padding: 10px 15px;
        margin: 5px 15px 15px;
        border-top: 1px solid #1E90FF;
        border-bottom: 3px solid #1E90FF;
        font: 12px "Courier News", monospace;
        background-color: #DDEEFF;
}

.dropcap {
        float: left;
        font: normal 60pt/0.8em Georgia, Helvetica, Verdana, Arial, sans-serif;
        color: #1E90FF;
        margin-right: 3px;
}

.pullout{
        width: 30%;
        padding: 5px;
        border: 1px solid #FFD700;
        color: #BBA000;
        float: right;
        font: 0.8em;
        text-align: left;
        letter-spacing: 0.05em;
        margin: 5px;
        clear: both;
        background-color: #FFFADB;
}

/* Tooltips */

.tool-tip {
        float: left;
        background: #FFF9D7;
        border: 1px solid #FFD700;
        padding: 5px;
        max-width: 200px;
        text-align: left;
}

.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: #FFF5B9;
        border: 1px solid #FFD700;
}

.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: #1E90FF;
        font-size: 14px;
        font-weight: bolder;
}

.tips {
        padding: 10px 10px 10px 25px;
        color: #E0AB66;
        font-size: 14px;
        border-top: 1px dotted #E0AB66;
        border-bottom: 1px dotted #E0AB66;
        display: block;
}

.highlight {
        background: #FFF6C3;
        font-weight: bold;
        color: #5D5000;
}


/* 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 3px 5px 25px;
        margin: 0 0 0 5px;
        display: block;
        color: #666666;
        text-decoration: none;
        border-bottom: 1px solid #CCCCCC;
        background-image: url(../images/navi.png);
        background-repeat: no-repeat;
        background-position: left center;
}

ul.menu  li a:hover, ul.menu li a:active {
        color: #1E90FF;
        text-decoration: none;
        background-image: url(../images/navi_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #FFFFDD;
}

.menu li#current a {
        color: #1E90FF;
        text-decoration: none;
        background-image: url(../images/navi_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #FFFFDD;
}

ul.menu ul li a{
        padding: 5px 3px 5px 25px;
        margin: 0 0 0 15px;
        display: block;
        color: #545454;
        text-decoration: none;
        border-bottom: 1px solid #CCCCCC;
        background-image: url(../images/navi_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
}

ul.menu ul li a:hover, ul.menu ul li a:active {
        color: #1E90FF;
        text-decoration: none;
        background-image: url(../images/navi.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #FFFFDD;
}

.menu ul li#current a {
        color: #1E90FF;
        text-decoration: none;
        background-image: url(../images/navi.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #FFFFCC;
}

/* Normaler link */

a {
        color: #1E90FF;
        text-decoration: underline;
}

a:hover, a:active {
        color: #494AD6;
        text-decoration: underline;
}

/* Title text */

.contentheading {
        color: #1E90FF;
        font-size: 1.5em;
        border-bottom: 1px dashed #1E90FF;
        margin: 0 0 5px 0;
        padding: 0 0 3px 0;
        width: 100%;
}

.blog {

        background-color: #FFFDEC;
        border: solid 1px #CCCCCC;
        margin: 5px 0px 10px 0px;
        padding: 10px 10px 10px 10px;
        position: relative;
}


/* component text */

.componentheading {
        color: #1E90FF;
        font-size: 1.5em;
        border-bottom: 0px dashed #D7B700;
        margin: 0 0 5px 0;
        padding: 0 0 3px 0;
        width: 100%;
}

.category {
        font-weight: bold;
}

/* contentdescription */

.contentdescription {
        padding-bottom: 10px;
        color: #736200;
}

/* inhaltsverzeichnis */

.contenttoc{
        border: 1px solid #FFD700;
        background-color: #FFF4B7;
        padding: 2px;
        width: 150px;
}

.toclink{
        padding: 0px 0px 0px 20px;
        margin: 2px;
        background-image: url(../images/toclinks.png);
        background-repeat: no-repeat;
        background-position: left;
}

/* Small text */

.small, .smalldark, .createdate, .modifydate, .mosimage_caption,.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
        font-size: 0.9em;
        color: #B4B4B4;
}

/* Ü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 15px;
}

/* 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: #666666;
        list-style-position: outside;
}

ul p{
        color: #333333;
}

ul li {
        padding-left: 0px;
        margin-left: 15px;
        line-height: 130%;
        list-style-type: square;
}

ol {
        margin-top: 5px;
        margin-bottom: 15px;
}

ol li {
        margin-left: 10px;
        line-height: 170%;
}

/* formation colums */

th {
        padding: 2px;
        font-weight: bold;
        text-align: left;
}

/* formation linie horizontal */

hr {
        border-top: 1px solid #FFD700;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        height: 1px;
}

a img {
        border: none;
}

td, div {
        font-size: 100%;
}

/* formation button */

.button, .button:hover {
        padding: 2px 10px;
        border-top: 1px solid #FFE02D;
        border-right: 1px solid #FFD700;
        border-bottom: 1px solid #FFD700;
        border-left: 1px solid #FFE02D;
        background-color: #FFF4B7;
        color: #8A7600;
}

.button:active, .button:focus {
        padding: 2px 10px;
        border-top: 1px solid #FFE02D;
        border-right: 1px solid #FFD700;
        border-bottom: 1px solid #FFD700;
        border-left: 1px solid #FFE02D;
        background-color: #FFDC0D;
}

/* formation main table */

table.contentpaneopen td.componentheading {
        padding-left: 4px;
}

.contentpaneopen{
        width: 100%;
}

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;
        text-transform: uppercase;
        color: #1E90FF;
        background-image: url(../images/bodybg.png);
        background-repeat: repeat;
        background-color: #FFDD15;
        text-align: left;
}

div.module_menu, div.moduletable_menu, div.module, div.moduletable {
        margin: 0 0 10px 0;
        padding: 0;
}

/*  Modulstyle blue */

div.module-blue h3, div.moduletable-blue h3 {
        margin: 0 0 5px 0;
        padding: 5px 0 5px 5px;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        text-align: left;
        letter-spacing: 2px;
}

div.module-blue, div.moduletable-blue {
        margin: 0 0 10px 0;
        padding: 5px;
        background-image: url(../images/module_blue.png);
        background-repeat: repeat;
        background-color: #6495ED;
        color: #FFFFFF;
        font-weight: normal;
        text-align: justify;
        width: auto;
        height: 100%;
}

/*  Modulstyle red */

div.module-red h3, div.moduletable-red h3 {
        margin: 0 0 5px 0;
        padding: 5px 0 5px 5px;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        text-align: left;
        letter-spacing: 2px;
}

div.module-red, div.moduletable-red {
        margin: 0 0 10px 0;
        padding: 5px;
        background-image: url(../images/module_red.png);
        background-repeat: repeat;
        background-color: #7B0000;
        color: #FFFFFF;
        font-weight: bold;
        text-align: justify;
        width: auto;
        height: 100%;
}

/*  Modulstyle green */

div.module-green h3, div.moduletable-green h3 {
        margin: 0 0 5px 0;
        padding: 5px 0 5px 5px;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        text-align: left;
        letter-spacing: 2px;
}

div.module-green, div.moduletable-green {
        margin: 0 0 10px 0;
        padding: 5px;
        background-image: url(../images/module_green.png);
        background-repeat: repeat;
        background-color: #216540;
        color: #FFFFFF;
        font-weight: bold;
        text-align: justify;
        width: auto;
        height: 100%;
}

/*  Modulstyle black */

div.module-black h3, div.moduletable-black h3 {
        margin: 0 0 5px 0;
        padding: 5px 0 5px 5px;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        text-align: left;
        letter-spacing: 2px;
}

div.module-black, div.moduletable-black {
        margin: 0 0 10px 0;
        padding: 5px;
        background-image: url(../images/module_black.png);
        background-repeat: repeat;
        background-color: #333333;
        color: #FFFFFF;
        font-weight: bold;
        text-align: justify;
        width: auto;
        height: 100%;
}

/* formation poll */

table.poll {
        padding: 0;
        width: 100%;
        border-collapse: collapse;
}

table.pollstableborder {
        padding: 0;
        width: 100%;
        border: 0px solid #CCCCCC;
        text-align: left;
}

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: 5px 0;
        width: 100%;
}

table.searchintro td {
        padding: 5px!important;
}

/* blog more frontpage */

.blog_more {
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #FFD700;
        background-color: #FFF4B7;
}

.blog_more strong {
        margin: 0 0 5px;
        display: block;
        color: #FFD700;
        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: left;
        list-style-type: none;
}

/* read more formation */

a.readon{
        background-image: url(../images/button_weiter.png);
        background-repeat: no-repeat;
        float: right;
        display: block;
        font-size: 0px;
        height: 20px;
        width: 100px;
        text-decoration: none;
}

a.readon:hover, a.readon:active {
        background-image: url(../images/button_weiter_hover.png);
        background-repeat: no-repeat;
        float: right;
        display: block;
        font-size: 0px;
        height: 20px;
        width: 100px;
        text-decoration: none;
}

/* Formstyle */

form {
        margin: 0;
        padding: 4px;
        background-color: #FFF1A1;
        border: 1px solid #FFD700;
}

#mod_login_username{
        background-color: #FFF8CC;
        color: #9F8800;
        border: 1px solid #FFD700;
        width: 95%;
        padding: 2px;
}

#mod_login_password{
        background-color: #FFF8CC;
        color: #9F8800;
        border: 1px solid #FFD700;
        width: 95%;
        padding: 2px;
}

#contact_text.inputbox{
        font-size: 1.2em;
}

.inputbox {
        border: 1px solid #FFD700;
        background-color: #FFF8CC;
        color: #9F8800;
        padding: 2px;
        font-size: 0.9em;
        margin: 3px;
}

.inputbox:hover, .inputbox:focus {
        border: 1px solid #FFD700;
        background: #FFFADD;
        color: #9F8800;
        padding: 2px;
}

/* 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 {
        padding: 4px;
        border-top: 1px solid #FFD700;
        background-image: url(../images/bodybg.png);
        background-repeat: repeat;
        font-weight: bold;
        line-height: 20px;
}

.sectiontablefooter {
        padding: 4px;
        border-bottom: 1px solid #FFD700;
        background-image: url(../images/bodybg.png);
        background-repeat: repeat;
        line-height: 20px;
}

tr.sectiontableentry1 td {
        padding: 7px 5px;
        background-color: #FFF3B0;
}

tr.sectiontableentry2 td {
        padding: 7px 5px;
        background-color: #FFF19F;
}

tr.sectiontableentry1:hover td,tr.sectiontableentry2:hover td {
        background-color: #FFED82;
}

div.syndicate div {
        text-align: center;
}