/**
 * Copyright (C) 2009 2st-online.de
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * @author     W.Steiger <info@2st-online.de>
 * @license    LGPL
 * @version    1.0
 */
@import url(gradiant.css);

body {
	font-family: Arial, verdana, Helvetica, sans-serif;
	background: #fff;
	color: #666;
	line-height: 1.333em;
	background: #fff url(../images/bg.gif) repeat-x; 
}
body, td, th { font-size: 80.01%; }
td, th { f\ont-size: 100.01%; }

/* font-size control steppzahl in js einstellen*/
body.fs1 { font-size: 0.7em; }
body.fs2 { font-size: 0.8em; }
body.fs3 { font-size: 0.9em; }
/* bei stepp 7 */
body.fs4 { font-size: 1.0em; }
body.fs5 { font-size: 1.1em; }

#wrapper {  
background: url('../images/content_bg.gif') 26px 55px no-repeat;
min-height: 800px;  }

#header { 
margin-top: 1px;
min-height: 95px;
}

#slidewrap { width: 820px; height: 245px; }

#container, .container { margin-top: 15px; }
#logo {
	position: absolute;
	margin-left: -10px;
	margin-top: 10px;
	z-index: 101;
}


#main { overflow: hidden;  }
#left, #right { margin-top: 2em; }

#user1, #user2, #user5 {
	color: #fff;
}
#user4 {
	padding-top: 3px;
}

/* text and titles */

a:focus{outline:1px dotted}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size: 2.5em}
h2{font-size: 2.25em; }
h3{font-size: 1.3em; color: #cc0000; font-weight: normal; font-family: verdana, Arial;}
h4{font-size: 24px;}
h5{font-size: 1.5em; color: #cc0000; font-weight: normal; letter-spacing: 0.07em; }
h6{font-size: 1em}
p,dl,hr,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom: 1.25em}
h1,h2 { margin-bottom: 0.75em }

ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}

h1.home {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.25em; 
	font-family: Arial, verdana, Helvetica, sans-serif;
}

/* titles */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #333; 	
}

pre { border-left:5px solid #006699;
background:#F7F7F7 none repeat scroll 0 0;
font-family:'Curier New',monospace;
margin:10px 0 15px;
padding:10px 15px;
}

span.blue {
border-bottom:1px solid #3078AB;
border-top:1px solid #3078AB;
color:#3078AB;
display:block;
text-align: center;
font-size: 1.2em;
margin-bottom:10px;
padding: 10px 15px;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, .img_caption {
	color: #666666;
	font-size: 0.8em;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* comman stuff */

.inv { display: none; }

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

/* Tips, Error, Message, Hightlight*/

.hilfe {
	background: #f0f0f0 url(../images/hilfe.png) 10px no-repeat;
	border-top: 3px solid silver;
	border-bottom: 3px solid silver;
	display: block;
	padding: 8px;
	padding-left: 55px;
	margin: 0 0 1em 0; 
	clear: both;
}

p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

/* Small quote */
.small-quote {
	font-style: italic;
	margin-bottom: 0.75em;
}

.small-quote span.open-quote {
	padding-top: 8px;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	padding-top: 8px;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Bildpositionierung */

img { border: none; }

.left{ 
float:left; 
margin: 4px 12px 0px 0px; 
} 
.right { 
float:right; 
margin: 4px 0px 0px 12px; 
} 
.center { 
display: block;
margin: 0 auto;
} 

/* footer */

#footer {
	border-top: 1px solid #666;
	color: #666;
	height: 95px;
	overflow: hidden;
	margin-top: 20px;
/*	background: #000 url(../images/menu/menu_034_bg_footer.jpg) repeat-x; */
}

#footer img {
	float: left; padding-left: 10px;
}
#footer #copyright {
	float: right;
	padding: 3px 10px 10px 10px;
}

p.contact {
	border-bottom: 6px solid #666;
	padding: 10px;
	font-size: 0.9em;
}

/* COMMON STYLE */

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* pagination */
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
/*	background: #FFFFFF; */
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}
.counter, ul.pagination { text-align: center; }

/* sektiontable */
.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

/* positions - rows - cols */
.leading {
/*	background: #EFDEEA url(../images/biene.gif) no-repeat top left; */
	background-color: #EFDEEA;
	border: solid 1px #CCCCCC;
	color: #000000;
	margin: 30px 0px 10px 0px;
	padding: 20px 20px 40px 120px;
	position: relative;
}

.leading_separator {
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { }

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1 {
	float: left;
}

.column2 {
	float: right;
	width: 45%;
}

.article_row { overflow: hidden; }

.article_column {
	border: solid 0px #ccc;
	padding: 0px 0.9em 0.9em 0;
}

.row_separator, .row_separator2 {
	display: block;
	clear: both;
	border-top: solid 0px silver;
}

/* readon */

div.intro_content { display: inline; }
.intro_content p { /* display: inline;  wenn direkt hinten an Intro */  }
a.readon:link, a.readon:visited { 
 display: inline; 
 /*margin-right: 2.5em;  float: right;
  wenn direkt hinten an Intro */
}
a.readon:hover {
	color: green;
}

/* contact form */
.contact input.invalid,.contact textarea.invalid {
border:solid 1px red;
}

.contact label.invalid, .validation-advice {
color: #cc0000;
}

.contact label, label.textarea {
	display: block;
}

form {
	border: 1px solid silver;
	padding: 0.75em 1.5em 0.75em 1.5em; 
}

input, textarea, select { margin: 2px 0 2px 0; border: 1px solid silver; }

/* custom stuff */

.ppt_content, .ppt_left, .ppt_right { display: none; }
.joomla img { margin: 15px;  }

.box {  background: url(../images/blue_bg.jpg) 0 0 no-repeat; height: 165px;  }
.box p { padding: 10px;  }
.box h5  { margin: 13px;  }
.box img { margin-top: -5px;  }
.formtab td { vertical-align: top; }

.tabelle td { padding: 5px; width: 210px; }
.tabelle { margin-right: 40px;  }


.box1 {  background: url(../images/blue_bg.jpg) 0 -100px no-repeat; height: 150px;  }
.box1 p  { padding: 15px;  }
.box1 h5 { color: #449c00; margin-top: 13px; margin-left: 16px; margin-bottom: 0; }
.box1 img { margin-top: -3px;  }

ul.fragen a { text-decoration: none; }

ul.liste1, ul.liste2 {
		list-style: none;
}
#ohne li { background-image: none;  }

ul.liste1 li {
  margin-left: 12px; 
  padding-top: 0.1em;
  padding-bottom: 0.75em;
  padding-left: 30px;
  background-image: url(../images/accept20.png) ;
  background-repeat: no-repeat;
}

ol.liste2 { }

ol.liste2 li  {
  margin-left: 37px;
  padding-left: 5px;
  padding-bottom: 0.75em;
}

ul.liste2 li {
  margin-left: 12px; 
  padding-top: 0.1em;
  padding-bottom: 0.75em;
  padding-left: 30px;
/*  background-image: url(../images/close20.png); */
  background: url(../images/liste2_1.png) 1px 0 no-repeat;

}

/* tpl vorlage */

.tpl { 	float: left; margin-left: -10px; }
.tpl_right {	float: right; width: 240px; margin-top: 20px; font-size: 11px;   }
.hide { background: url(../images/blank.png); width: 580px; height: 410px; z-index: 120;
	position: absolute; margin-top: 20px;  	 
 }
 
/* box2 */
 
.box2 {
	height: 185px;
	width: 230px;
	float: left; 
	padding: 10px 10px 0px 10px;
	border: 5px solid #9EBED7;
}

.box2:hover {
	border: 5px solid #3c7cae;
	border-bottom: 6px solid #3c7cae;
	margin-bottom: -1px;
}

.leistungen {
	margin-left: 20px;
	margin-right: 20px;
}

.number {
	display: block;
	float: left;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font-size: 24px;
	width: 36px;
	padding-left: 14px;
	color: #fff;
}

.box2:hover span.number {
	background: url(../images/ol-bg_hover.gif) no-repeat top left;
}

.box2 h4 { 
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 0.75em;
	background: none;
 }

.box2 p.box2_content {
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 2em;
}
span.readon {
	display: block;
	width: 100%;
	background: #9EBED7;
	height: 14px;
}
span.readon a {
	background: #3078ab;
	color: #fff;
	padding: 0 10px 0 10px;
	text-decoration: none;
	border-left: 1px solid #fff;
	line-height: 14px;
	font-size: 11px;
	float: right;
}

.box2:hover span.readon {
	background: #3c7cae;
}

.box2:hover span.readon a {
	background: #cc0000;
}

.box2_dec {
visibility: hidden;
}
.box2:hover .box2_dec {
	height: 140px;
	position: absolute;
	left: 60px;
	visibility: visible;
	background: #ffffff;
	width: 820px;
	border: 0px solid #3c7cae;
	top: 295px;
	padding-top: 16px;
}

#leer {
	padding-top: 27px;
	height: 140px;
	clear: both;
}

/* tpl switcher */

#tpl_switcher {
	position: absolute;
	z-index: 1000;
	top: 6px;
	margin-left: 280px;
	color: #999;
	font-size: 11px;
}
#tpl_switcher form { border: none; border: 0; }
#tpl_switcher .button {
	border: 0;
	background-color: transparent;
	cursor: pointer;
	color: #999;
	padding: 0 2px 0 2px;
	font-size: 11px;
	margin: 0;
}