/*
@css-style for template gopip_blipp
@author: Rene Wandel
@web: http://www.gopip.de
@email: info@gopip.de
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Georgia;
 	color: #646464;
	font-size: 1em;
}

.clr{
	clear: both;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-x;
}

#logo{
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/logo_bg_100.gif);
	background-repeat: repeat-x;
}

#logo_inner{
	width: 500px;
	height: 100px;
	background-image: url(../images/logo_lsvz_100.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 20px;
}

#header{
	width: 100%;
	height: 90px;
	background-image: url(../images/header_lsvz_bg.gif);
	background-repeat: repeat-x;
}

.sitename{
	font-size: 300%;
	font-weight: bold;
	color: #007700;
	padding: 10px 0px 0px 20px;
	font-family: Book Antiqua, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.sitename a, .sitename a:hover, .sitename a:visited{
	background-color: transparent;
	text-decoration: none;
	color: #007700;
}

#wrapper_a{
	margin: 0px;
	padding: 0px;
	width: 100%;

}

#wrapper_a_inner{
	margin: 20px;
}

#navi{
	width: 20%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: transparent;
}

#navi_inner{
	margin: 10px;
}

#main{
	margin: 0px;
	padding: 0px;
 	background-color: transparent;
	width: 80%;
	float: left;
}

#main_inner{
	margin: 10px 0 10px 10px;
}

#user{
	float: left;
	border-top: 2px solid #CCCCCC;
	margin: 5px 0 0 0;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#user_inner{
	margin: 10px;
	padding: 0px;

}

#user_inner a{
	
}

#user_inner a:hover,
#user_inner a:active,
#user_inner a:focus {
	background-color: transparent;
}

.user1{
	 margin: 5px;
	 text-align: left;
}

.user2{
	 margin: 5px;
	 text-align: left;
}

.user3{
	 margin: 5px;
	 width: 100%;
	 text-align: left;
}

#footer{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#footer_inner{
	padding: 5px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #CCCCCC;
	font-size: 0.8em;
}

/* 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;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/block.png) 20px 10px no-repeat;
	font: italic 12px Georgia, Times, serif;
}

.dropcap {
	float: left;
	font: normal 60pt/0.8em Georgia, Helvetica, Verdana, Arial, sans-serif;
	color: #1E90FF;
	margin-right: 3px;
}

.pullout{
	width: 30%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	color: #333333;
	float: right;
	font: 16px/0.9em Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.05em;
	margin: 5px;
	clear: both;
}

/* TIPS, ERROR, MESSAGE, HIGHLIGHTS*/

.error {
	padding: 10px 10px 10px 25px;
	color: #B22222;
	font-size: 14px;
	border-top: 3px dotted #900;
	border-bottom: 1px dotted #900;
	display: block;
	background-color: #ECF6FF;
}

.message {
	padding: 10px 10px 10px 25px;
	color: #1E90FF;
	font-size: 14px;
	border: 1px solid #1E90FF;
	border-left: 5px solid #1E90FF;
	display: block;
	background-color: #ECF6FF;
}

.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 */

table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a.mainlevel {
	padding: 5px 3px 7px 25px;
	background-image: url(../images/no_active.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #545454;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

a.mainlevel:hover,a.mainlevel:active,a.mainlevel:focus {
	color: #1E90FF;
	text-decoration: none;
	background-image: url(../images/no_active.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.mainlevel#active_menu {
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/active.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.sublevel {
	padding: 4px 4px 4px 13px;
	display: block;
	color: #545454;
	text-decoration: none;
}

a.sublevel:hover,a.sublevel:active,a.sublevel:focus {
	color: #59B2C4;
	text-decoration: none;
}

#active_menu {
	color: #59B2C4;
}


/* Normaler link */
a {
	color: #60B071;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	background: #F2F2F2;
	color: #545454;
	text-decoration: underline;
}

/* Title text */
.contentheading {
	color: #D7B700;
	color: #006600;
	font-size: 1.5em;
	border-bottom: 1px dashed #D7B700;
	border-bottom: 1px dashed #00FF00;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
}

.componentheading {
	color: #796700;
	font-size: 1.5em;
	border-bottom: 0px dashed #D7B700;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	width: 100%;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
	font-size: 0.7em;
	color: #B4B4B4;
}

/* �berschriften */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 40px;
	background: url(../images/list.png) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #333333;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


/* Formstyle */

form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

.contentpaneopen{
	width: 100%;
}

table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

/*  Modulstyle  */

div.module h3, div.moduletable h3 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 25px;
	font-size: 1em;
	text-transform: uppercase;
	color: #999999;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #CCCCCC;
}

div.module, div.moduletable {
	margin: 0 0 10px 0;
	padding: 0;
}

div.module-orange h3,
div.module-green h3,
div.module-blue h3{
	margin: 0 0 5px 0;
	padding-bottom: 6px;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}

div.module-orange,
div.module-green,
div.module-blue {
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module-orange div,
div.module-green div,
div.module-blue div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module-orange div div,
div.module-green div div,
div.module-blue div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module-orange div div div,
div.module-green div div div,
div.module-blue div div div {
	padding: 5px 15px 10px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module-orange div div div div,
div.module-green div div div div,
div.module-blue div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-orange a, div.module-orange a:hover, div.module-orange a:active, div.module-orange a:focus,
div.module-green a, div.module-green a:hover, div.module-green a:active, div.module-green a:focus,
div.module-blue a, div.module-blue a:hover, div.module-blue a:active  div.module-blue a:focus {
	color: #FFFFFF;
	background-color: transparent;
}

/* orange module */
div.module-orange h3{
	color: #FFFFFF;
}

div.module-orange {
	color: #FFFFFF;
	background: url(../images/box-orange-br.gif) no-repeat bottom right;
}

div.module-orange div {
	background: url(../images/box-orange-bl.gif) no-repeat bottom left;
}

div.module-orange div div {
	background: url(../images/box-orange-tr.gif) no-repeat top right;
}

div.module-orange div div div {
	background: url(../images/box-orange-tl.gif) no-repeat top left;
}

/* Blue  module */
div.module-blue h3 {
	color: #FFFFFF;
}

div.module-blue {
	color: #FFFFFF;
	background: url(../images/box-blue-br.gif) no-repeat bottom right;
}

div.module-blue div {
	background: url(../images/box-blue-bl.gif) no-repeat bottom left;
}

div.module-blue div div {
	background: url(../images/box-blue-tr.gif) no-repeat top right;
}

div.module-blue div div div {
	background: url(../images/box-blue-tl.gif) no-repeat top left;
}

/* Green hilite module */
div.module-green h3 {
	color: #FFFFFF;
}

div.module-green {
	color: #FFFFFF;
	background: url(../images/box-green-br.gif) no-repeat bottom right;
}

div.module-green div {
	background: url(../images/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(../images/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(../images/box-green-tl.gif) no-repeat top left;
}

/*other styles */

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: 5px!important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EDECEC;
	background-color: #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #545454;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 25px;
	background-image: url(../images/blog.png);
	background-repeat: no-repeat;
	background-position: left center;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
	color: #999999;
}

a.readon {
	float: right;
	padding: 2px 5px 2px 10px;
	display: block;
	background-color: #4FC582;
	color: #FFFFFF;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background-color: #4682B4;
	text-decoration: none;
}

.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;
}

.sectiontableheader {
	padding: 5px;
	border: 2px solid #E0E0E0;
	background-color: #E0E0E0;
	font-weight: bold;
	line-height: 25px;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background-color: #F8F8F8;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background-color: #F2F2F2;
}

tr.sectiontableentry1:hover td,tr.sectiontableentry2:hover td {
	background-color: #E4E4E4;
}

tr.sectiontableentry1 a:hover, tr.sectiontableentry1 a:active, tr.sectiontableentry1 a:focus,tr.sectiontableentry2 a:hover, tr.sectiontableentry2 a:active, tr.sectiontableentry2 a:focus {
	background: none;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
