/*******************************************************************************

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

*******************************************************************************/




/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:10px}

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	background: #939393;
 	background-image:url(/pics/gc_body_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	/*font-size: xx-small;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*font-size: x-small; */

}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:auto;
	padding:0;
	width:980px;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	top: 9px;
	margin:0;
	padding:0;
	height:233px;
	background-image:url(/pics/gc_header_bg.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	margin-top: 15px;
	height:100px;
	width:170px;
	text-indent:-700em;
}

#sitemap{
  display:block;
  position: absolute;
  float:left;
  left: 14px;
  bottom: 70px;
  font-size: 10px;
  text-transform: uppercase ;
}

#sitemap a:link, a:visited {
  color: #666666; 
}

#sitemap a:hover {
  color: #000000;
}

#suche {
  display:block;
  position: absolute;
  left: 260px;
  bottom: 70px;
  text-transform: uppercase;
  color: #666666;
}

#suche input {
  font-size: 10px;
}

#suche input#search {
  height: 13px;
  width: 110px;
  background: none;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 0;
  border-bottom: 0;
  vertical-align: bottom;
  font-size: 9px;  
}

#suche input#image {
  height: 13px;
  vertical-align: bottom;
}

#breadcrumb {
	position:relative;
	top: 7px;
	left:14px;
	color: #333;
	font-size: 11px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color: #333;
}

#breadcrumb a:hover {
	color: #000;
	text-decoration:underline;
}
/*	content
*******************************************************************************/

#content {
  position: relative;
  top: 12px;
  margin-bottom: 3px;
  display:block;
}

/* hide from IE/MAC \*/
* html #main-block {
	height:1px;
}
/* end hide */

#main-block {
  padding: 14px;
  width: 800px;
}

#main-filler-top {
  position: absolute;
  top:0px;
  display: block;
  width: 829px;
  height: 5px;
  background-image: url(/pics/gc_main_filler_top.jpg);
  background-repeat: no-repeat;
}

#main-filler-bottom {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 829px;
  height: 4px;
  /*background-image: url(/pics/gc_main_filler_bottom.jpg);
  background-repeat: no-repeat; */
}
/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	left: 9px;
	width:980px;
	bottom: 25px;
}

#header-nav ul.nav1st {
}

#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 20px 5px 20px;
	background-image: url(/pics/gc_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-nav ul.nav1st li.active,
#header-nav ul.nav1st li:hover {
	background-image: url(/pics/gc_header_nav_active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-nav ul.nav1st li a, 
#header-nav ul.nav1st li a:link {
	color: #CCCCCC;
	font-size:14px;
	font-weight:bold;
}

#header-nav ul.nav1st li a.current, 
#header-nav ul.nav1st li a:hover {
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}

#header-nav2 {
	position:absolute;
	left: 0px;
	width:820px;
	bottom: 3px;
}

#header-nav2 ul.nav2nd li {
	display:block;
	float:left;
	padding:0 14px 0 14px;
	border-right: 1px solid white;
}

#header-nav2 ul.nav2nd li a, 
#header-nav2 ul.nav2nd li a:link {
	color: #CCCCCC;
	font-size:12px;
	font-weight:bold;
}

#header-nav2 ul.nav2nd li a.current, 
#header-nav2 ul.nav2nd li a:hover {
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
}


#navigation {
  position: relative;
	width:151px;
}

#navigation ul.nav3rd li {
	padding:0;
	font-size:11px;
	font-weight:bold;
	display:block;
	min-height: 18px;
	width: 151px;
	background-image: url(/pics/gc_nav_left_bg.jpg);
	background-repeat: repeat-y;
}

#navigation ul.nav3rd a{
	display:block;
  line-height: 18px;
	width: 151px;
  padding-top: 1px;
}

#navigation ul.nav3rd a:link,
#navigation ul.nav3rd a:visited {
  padding-left: 14px;
  width: 137px; 
	color:#ccc;
} 

#navigation ul.nav3rd a.current, 
#navigation ul.nav3rd a.current:link,
#navigation ul.nav3rd a.current:visited {
	color:#666;
	padding-left: 14px;
	width: 137px;
	background-image: none;
	background: #CCCCCC;
}

#navigation ul.nav3rd a:hover {
  color: #fff;
}

#nav-filler-top {
  position: relative;
  left:0px;
  display: block;
  width: 151px;
  height: 8px;
  background-image: url(/pics/gc_nav_left_filler_top.jpg);
  background-repeat: no-repeat;
}

#nav-filler-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 151px;
  height: 4px;
/*  background-image: url(/pics/gc_nav_left_filler_bottom.jpg);
  background-repeat: no-repeat;  */
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/

#main-block .Ueberschrift_3_Blau{
	font-size:15px;
	font-weight:bold;
	line-height:17px;
  color: #0032FF;
}

#main-block .Ueberschrift_2_Blau{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color: #0032FF;
}

#main-block .Ueberschrift_1_Blau{
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color: #0032FF;
}

#main-block .Ueberschrift_2{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}

#main-block .Ueberschrift_1{
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}

#main-block .Text_Normal{
  font-size:12px;
  font-family: Arial, Verdana;
  font-weight:normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none; 
  color: #000000;
}

#main-block .Text_-1{
	font-size:11px;
}

#main-block .Text_-2{
	font-size:10px;
}

#main-block .Farbe_Rot {
  color: red;
}

#main-block .Farbe_Blau {
  color: #0032FF;
}

#main-block .Farbe_Schwarz {
  color: #000000;
}



#main-block p,
#main-block ul,
#main-block ol {
	/*margin-bottom:12px;*/
	font-size:12px;
	line-height:14px;
}

#main-block p.suche {
  margin-left: 14px;
  margin-bottom: 14px;
}

#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:12px;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}

#main-block .Tabellen {
  border: 2px double #000000;
}

#main-block .Tabellen td {
  border: 1px solid #999999;
  padding: 1px 4px;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#666;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}

/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
#footer {
	display:block;
	position:relative;
	width:980px;
  height: 30px;
  bottom: -12px;
	background-image:url(/pics/gc_footer_bg.jpg);
}

#footer .right {
  position: absolute;
  display: block;
  float:right;
  right: 14px;
  top: 6px;
  font-size: 11px;
  text-transform: uppercase;
}

#footer .right a:link {
  color: #666;
}

#footer .right a:hover {
  color: #000;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}

/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#999999;
	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 18px;
	}
/* download */

.tb_jl_main {
	width: 100%;
}

.tb_jl_main tr {
	display: block;
	width: 100%;
	margin-bottom: 2px !important; 
}

.tb_jl_main td {
   border: 1px solid #aaa;
   display: block;
   width: 788px;
    border-radius: 2px 2px 2px 2px;
	padding: 4px 5px;
}

.tb_jl_1 {
	background: none repeat scroll 0 0 #EEE;
}

.tb_jl_0 {
	background: none repeat scroll 0 0 #DDD;
}

