/************************
  GLOBAL STYLES
************************/

html,body {
  position: relative;
  cursor: default; margin: 0;
padding: 0;
height: 100%;
background-image:url(../images/Design-1_05.jpg);
background-repeat:repeat-x;
background-color:#232323;
color:#fff;
font-size: 14px;
}



html,body,input,textarea,select {
  font-family: Arial, Tahoma, Verdana, Helvetica, Times New Roman;
  font-size: 11px;
}

table, img {
  border: 0 none;
}

td { vertical-align: top }

label {
  cursor: pointer;
}



hr {
	color : #AAA;
	height : 1px;
	padding : 0;
	border-color : #bb1e25;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 12px auto;
  width: 99%
}

/*#################################################################################################################
  PAGE STYLES
#################################################################################################################*/
div#page {
  position: relative;
  text-align: left;
  width: 900px; margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  border: 1px solid #CCC; border-top: 0; border-bottom: 0;
}





/************************
  NAVIGATION
************************/
div#navigation {
  position: relative;
  float: left;
  border-right: 0px solid #CCC;
}

div#navigation a:link, div#navigation a:visited,
div#navigation a:hover, div#navigation a:active {
  display: block;
  width: 20px; padding: 2px;
  border-bottom: 0px solid #CCC;
}

div#navigation a:hover, div#navigation a:active,
div#navigation a.active:link, div#navigation a.active:visited {
  background: blue; color: #FFF;
}

/************************
  CONTENT
************************/
div#content {
  width: 720px; float: left;
  padding: 2px 10px; padding-bottom: 80px;
}

div#content, div#content * {
  line-height: 150%;
}

/************************
 CONTENT STYLES
************************/
h1 { font-size: 13px; }
h1 b { color: red; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }

/************************
  FOOTER
************************/
div#footer {
  position: absolute; z-index: 9;
  width: 100%; padding: 10px 0;
  text-align: center; line-height: 18px;

}



.footer1 {
background-image:url(/templates/templates1/images/footer.jpg);
background-repeat:repeat-x;
  background-position:-0px 50%;
}

/************************
  ERROR / INFO
************************/
div.error {
  color: red;
}

/************************
  TOOLS
************************/
.block { display: block }
.clear {
  clear: both;
  height: 1px; line-height: 1px;
}

.justify { text-align: justify }
.center { 
  margin-left: -80px;
}
.right { text-align: right }

.left {
  width: 100px;
  float: left;
}

.tiny {
  width: 1%;
  white-space: nowrap;
}

.red { color: #ff7f00 }

/************************
  FORM ELEMENTS
************************/
label {
  cursor: pointer;
  text-align: right;
  padding-right: 30px;
  width: 180px;
  display: block;
  float: left; 
}

label.check {
  display: inline;
  float: none;
  margin-left: 1px;
}

input.i,
.inputField,
.inputField_hover,
.inputField_focus {
  width: 260px; font-size: 11px;
  border: 1px solid #bb1e25;
  background: #FFF;
  color: #111; margin: 1px;
}

input.readonly {
  background: #DDD;
  border: 1px solid #999;
  cursor: default;
}

*+html .inputField,
*+html .inputField_hover,
*+html .inputField_focus { margin: 0;}
* html .inputField,
* html .inputField_hover,
* html .inputField_focus { margin: 0;}

.inputField_hover,
.inputField_focus {
  color: #111;
}

textarea.inputField,
textarea.inputField_hover,
textarea.inputField_focus {
  height: 90px;
}

.inputFieldFile,
.checkbox,
.radio {
  cursor: pointer;
}

input.submit,
input.button {
  cursor: pointer;
}
*+html input.submit { 
  overflow: visible;
  padding: 0 5px;
}
* html input.submit { 
  overflow: visible;
  padding: 0 5px;
}

div.submit { 
  padding: 5px; 
  text-align: right;
  cursor: default;
}

fieldset {
  border: 1px solid #bb1e25;
  margin: 10px;
  padding: 10px;
}

fieldset legend {
  margin-left: 11px;
  padding-left: 10px; padding-right: 10px;
  font-weight: bold;
}

select {
  width: 265px;
  border: 0; cursor: pointer;
  margin: 1px; 
  border: 1px solid #bb1e25;
}

select option {
  
}

select option.selKat {
  background-color: #838383;
  font-weight: bold; color: #FFF;
  border-top: 1px solid #bb1e25;
  border-bottom: 1px solid #bb1e25;
  cursor: default;
}

/************************
  ADMIN
************************/
.admin {
color:red;
}

div#admin a { color: red }
div#admin a:hover,
div#admin a:active { text-decoration: underline }

table.admin {
  width: 99%; background-color: #CCC;
}

tr.kat { 
  background-color: black;
  font-weight: bold; color: #fff;
}
tr.subkat { 
  background-color: #999;
  font-weight: bold; color: #fff;
}
tr.first { background-color: black }
tr.second { background-color: black}

/************************
  WYSIWYG
************************/
p {margin: 0; padding: 0; }

ul, li {
  margin: 0; padding: 0;
  margin-left: 13px;
}
ul li {
  list-style-type: circle;
}

textarea.textEditor {
  width: 100%; height: 500px;
}

textarea.textEditorSimple {
  width: 100%; height: 200px;
}

/************************
  SITE NAVI
************************/
div.siteNavi {
  text-align: center;
padding-top:10px;
}

div.siteNavi a {
  border: 1px solid #ba201e;
  background-color: #bb1e25;
  padding: 2px 10px; margin-left: 1px;
}

div.siteNavi a.aktuell,
div.siteNavi a:hover,
div.siteNavi a:active {
  background-color: #bb1e25;
  color: #fff;
}

/************************
  GUESTBOOK
************************/
div.gbHead {
  background: #bb1e25;
  padding: 1px 2px; margin-top: -1px;
  border: 1px solid #ff7703;
  color:#fff;
}

div.gbHead img { float: right }

div.gbContent {
  background: #fff;
  padding: 3px;
  border: 1px solid #ff7703;
  border-top: 0;
}

/************************
  GALLERY
************************/
div.f {
  float: left; margin: 0 2px;
}

div.f img { border: 1px solid #bb1e25; }
div.f img:hover { border: 1px solid blue }

img.delete {
  display: block;
  border: 0; margin-top: 2px;
}

/************************
  LIGHTBOX
************************/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../../../images/lightbox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../../../images/lightbox/blank.gif) no-repeat left; display: block; left: 0; float: left; }
	#lbPrev:hover, #lbPrev:visited:hover { background: url(../../../images/lightbox/prev.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../../../images/lightbox/blank.gif) no-repeat right; display: block; right: 0; float: right; }
	#lbNext:hover, #lbNext:visited:hover { background: url(../../../images/lightbox/next.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2, #lbNext2, #lbSpacer { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off, #lbNext2_Off { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 20px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose { background: url(../../../images/lightbox/close.gif) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay { background: url(../../../images/lightbox/play.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause { background: url(../../../images/lightbox/pause.png) no-repeat; }
  












/*###### Content Text ENDE ###########*/


/*#######link meta*/
a.meta:link,a.meta:active,a.meta:visited{
color:#999999; text-decoration:none;
}
a.meta:hover{ 
color:#d01108;text-decoration:none;
}

a.meta:focus { outline: 0 }
/*#######link meta ende*/



/*####### footer navi*/
a.navfooter:link,a.navfooter:active,a.navfooter:visited{
color:#fff; text-decoration:none;
}
a.navfooter:hover{ 
color:#d01108;text-decoration:none;
}
/*####### footer navi ende*/

/*#######link allgemein*/
a:link,a:active,a:visited{
color:#fff; text-decoration:none;
}
a:hover{ 
color:red;text-decoration:none;
}

a:focus { outline: 0 }
/*#######link allgemein ende*/


.header {

  background-position:-0px 150px;
background-image:url(/templates/templates1/images/header.jpg);
background-repeat:no-repeat;
}


.wrapper {
width: 776px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
background-color:#FFFFFF;
position: relative;
}



div.navi a {
display: block;
width: 86px; height: 34px;
float: left;
background-repeat: no-repeat;
}


div.topNavi {
width: 730px;
height: 50px;
padding-top:30px;
background-repeat:no-repeat;cursor:default;
}



div.topNavi a {
width: 79px; height:43px;
float: left;
text-align:center;
padding-top:20px;
font-size: 11px;
color:#fff;
 font-weight: bold;
}


div.topNavi a:hover {

display: block;
width: 79px; height: 43px;
float: left;
text-align:center;
padding-top:20px;
background-image: url(../images/hover.jpg);
background-repeat: no-repeat;
color:#800507;
font-weight:bold;
font-size: 11px;
}




div.centerCol {
height: 600px;
margin: 0px;
background-color:#ffffff;
}

div.centerCol div.con_left {
margin: 0 0px;
background-image:url(../images/content_bg.jpg);
background-repeat:no-repeat;
float: left;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom: 180px;
width: 562px;
border:0px solid red;

}


div.centerCol div.con_right {
background-image:url(../images/content_bg_right.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:20px;
float: right;
width: 149px;
border:0px solid red;
background-color:#ffffff;
}

/*###### Content Text ###########*/

.con_left {
margin: 0 0px;
background-image:url(../images/content_bg.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:10px;
width: 562px;
border:0px solid red;
}
.con {
background-color:#ffffff;
}

.con_right {
background-image:url(../images/content_bg_right.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:20px;
width: 149px;
border:0px solid red;
}

.footer {
width: 887px;
padding: 0;
height: 177px;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
}
.content_txt{
padding: 3px 3px 3px 3px;

}


div.content_txt{
padding: 3px 3px 3px 3px;
}

div.content_txt h3{
border-left:3px solid #ffb200;
border-bottom:1px solid #ffb200;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left:5px;
}

 h3{
border-left:3px solid #ffb200;
border-bottom:1px solid #ffb200;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left:5px;
}
div.content_box h3{
border-left:3px solid #ffb200;
border-bottom:1px solid #ffb200;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left:2px;
}

div.content_box div.time_txt{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FF0000;
}
div.content_box div.time{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#fff;
background-image:url(../images/time.gif);
background-repeat:no-repeat;
padding-left:16px;
}



