/*CSS - Styleguide*/

/*
	http://www.dachdeckerinnung-bayreuth.de/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.temporausch.com
*/

/*general styles*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #1e1e1e;
}

body {
	font: 12px/175% Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	font-family: Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 140%;
	color: #b30707;
}

h2 {
	font-family: Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #b30707;
}

h3 {
	font-family: Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #b30707;
}

h4 {
	font-family: Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #666;
}

a {outline: none;}

a:link, a:visited, a:active {
	color: #b30707;
	text-decoration: underline;
}

a:hover {
  	text-decoration: none;
}

a.grey:link, a.grey:visited, a.grey:active {
	color: #666;
	text-decoration: underline;
}

a.grey:hover {
  	color: #666;
  	text-decoration: none;
}

a.text_red:link, a.text_red:visited, a.text_red:active {
	color: #b30707;
	text-decoration: underline;
}

a.text_red:hover {
  	color: #b30707;
  	text-decoration: none;
}

a.text_red_XL:link, a.text_red_XL:visited, a.text_red_XL:active {
	color: #b30707;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.text_red_XL:hover {
  	color: #b30707;
  	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active {
	color: #b30707;
	line-height: 200%;
	text-decoration: underline;
}

a.footer_link:hover {
  	color: #000;
	line-height: 200%;
	text-decoration: underline;
}

a.top:link, a.top:visited, a.top:active {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

a.top:hover {
  	color: #b30707;
	font-size: 10px;
  	text-decoration: none;
}

a img, a:hover img {
	border: none;
}

.indent_box_small {
	padding-left: 20px;
	font-size: 11px;
	color: #666;
	line-height: 130%;
}

.bildunterschrift {
	font-size: 11px;
	line-height: normal;
	color: #666;
	font-style:italic;
}

.headline_box {
	width: 250px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #666;
}

.date {
	font-weight: bold;
	color: #b30707;
}

.newsbox {
    margin-top: 30px;
	font-weight: normal;
	color: #666;
}

.clear {
	clear: both;
}

.text-indent {
	padding-left: 20px;
}

.indent_small {
	padding: 20px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	line-height: 150%;
}

.innung_pic {
	width: 500px;
}


/*------------------rollover_list------------------*/
ul.liste01 {
    list-style-type:square;
    padding-left: 25px;
    margin: 0px;
}

li.liste01 {
    padding: 0px;
    margin: 0px;
}

#betriebe ul {
    list-style-type: none;
    width: 500px;
} 

#betriebe li {
    border: 1px dotted #999;
    border-width: 1px 0;
    margin: 15px 0;
}

#betriebe li a { 
    color: #b30707;
    display: block;
    font: bold 12px Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    padding: 15px;
    text-decoration: none;
}

 * html #betriebe li a {  /* make hover effect work in IE */
	width: 500px;
}

#betriebe li a:hover {
    background: #f0f0f0;
}

#betriebe a em { 
    color: #333;
    display: block;
    font: normal 12px Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%; 
}

#betriebe a span {
    color: #b30707;
    font: normal 12px Tahoma, Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
}

/*------------------popup------------------*/
#pup {
    width: 800px;
}

#pup_content {
    padding-left: 45px;
    padding-top: 45px;
}

#close {
    text-align: center;
}

/*------------------formular------------------*/

form div label {
	float: left;
	width: 120px;
	font-size: 12px;
	color: #666;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 1.5em;
}

input:hover {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

input:focus, input:active {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

textarea:hover {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

textarea:focus, textarea:active {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #3f97c3;
	width: 220px;
	margin-bottom: 0px;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 220px;
	margin-top: 20px;
	padding: 5px;
}

textarea {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #3f97c3;
	width: 220px;
	margin-top: 0px;
}

/*------------------container------------------*/
#container {
	background: url(../img/body_bg.gif) repeat-y;
	float: left;
	width: 970px;
	margin: 0;
}

/*------------------container------------------*/
#container_test {
	background: url(../img/body_bg_01.gif) repeat-y;
	float: left;
	width: 970px;
	margin: 0;
}

/*------------------head------------------*/
#head {
	width: 600px;
	height: 150px;
	margin-top: 0px;
	text-align: left;
	float: left;
}

/*------------------navi------------------*/
#navbar_frame { 
	background: url(../img/navbar_bg.gif) no-repeat;
	float: left;
	width: 950px;
	margin-left: 0px;
	margin-top: 10px;
}
#navbar { 
	float: left;
	margin-left: 140px;
	margin-top: 0px;
    font-size: 12px;
}

#navbar ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#navbar li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navbar a {
    float: left;
    background: url(../img/tableftJ.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#navbar a span {
    width: 71px;
    float: left;
    display: block;
    background: url(../img/tabrightJ.gif) no-repeat right top;
    padding: 5px 11px 5px 7px;
    color: #fff;
}

#navbar a.active {
    float: left;
    background: url(../img/tableft_active.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#navbar a span.active {
    float: left;
    display: block;
    background: url(../img/tabright_active.gif) no-repeat right top;
    padding: 5px 11px 5px 7px;
    color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navbar a span {float:none;}
#navbar a.active span.active {float:none;}


/* End IE5-Mac hack */

#navbar a:hover span {
	color: #000;
}

#navbar a.active:hover span.active {
	color: #fff;
}

#navbar a:hover {
    background-position: 0% -42px;
}

#navbar a:hover span {
    background-position: 100% -42px;
}

#navbar a.active:hover span.active {
    background-position: 100% -42px;
}

/*------------------imagepic------------------*/

#imagepic_start { 
	width: 950px;
	height: 250px;
	float: left;
	margin-top: 0px;  
	text-align: left;
}

/*------------------content------------------*/
#content {
	width: 750px;	
	text-align: left;
	margin-top: 40px;
	margin-left: 150px;
	float: left;
}

#content_frame {
	width: 750px; 	
}

/*------------------text------------------*/

#text {
	width: 500px;
	padding-left: 0px;
	float: left;
	text-align: left;
	margin-bottom: 30px;	 		
}

/*------------------tabelle------------------*/
table {
	font: normal 0.8em "Tahoma, Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    margin: 1em 0;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
	padding: 0.4em 0.4em 0.4em 0.8em;
}

th {
	font: bold 1.0em Tahoma, Arial, "Trebuchet MS", Verdana,
	Arial, Helvetica, sans-serif;
	color: #116688;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background-color: #cceeff;
	border: 1px solid #bbdddd;
}
               
td {
	color: #666677;
	border: 1px solid #bbdddd;
}
               
tfoot td {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	empty-cells: hide;
	border: 0;
}

td.preis {
	border: 1px solid #c1dad7;
	background-color: #e8f6fc;
}
               
tr:hover {
	background-color: #f0fad4;
	cursor: pointer;
}
               
table tr th.sub {
	background-color: #e4f4fc;
}

/*---------------------news------------------*/
.news_content {
    width: 480px;
    height: auto;
    float: left;
    padding: 10px 10px 15px 0;
}

.clear {
    clear: both;
}

.tab {
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 150%;
}

/*--------------acordion style---------------*/
#news_01 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_02 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_03 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_04 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_05 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_06 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_07 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_08 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_09 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_10 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_11 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_12 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_13 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_14 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_15 {
    width: 460px;
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_16 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_17 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_18 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_19 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_20 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_21 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#news_22 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_23 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_24 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}
#news_25 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

/*------------------gotop------------------*/
#gotop {
	width: 800px;
	height: 25px;
	padding-top: 20px;
	float: left;
	text-align: left;	 		
}

/*------------------box_right------------------*/
#box_right {
	margin-left: 70px;
	width: 150px;
	float: left;
	text-align: left;
}

.box_right_inside {
	width: 175px;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	float: left;
	text-align: left;
	line-height: 150%;
	background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.box_right_banner {
	width: 175px;
	padding: 10px 15px 10px 5px;
	font-size: 10px;
	float: left;
	text-align: left;
}

/*------------------footer------------------*/

#footer	{
	background: url(../img/footer_bg.gif) no-repeat;
	width: 970px;;
	font-size: 11px;
	height: 230px;
	margin: 0px;
}

#footer_content {
	margin: 0;
	height: 160px;
	line-height: 150%;
	padding-left: 150px;
	padding-top: 25px;
	text-align: left;
}

#footer_left {
	float: left;
	width: 300px;
	text-align: left;
	color: #666;	 		
}

#footer_right {
	float: left;
	width: 300px;
	margin-top: 20px;
}

/*------------------slimbox------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #161616;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #b29f87;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




