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

	Project		:	Grado Fenster und Türen GmbH

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

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




/*	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:1.2em; }

a:hover { text-decoration:none; }

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

/*	body
*******************************************************************************/
body {
	background:#eee url(bg_body.png) repeat-x;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	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:0px auto;
	padding:0;
	height:100%;
	width:800px;
	color:#343434;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:390px;
}
#img_header {
	position:absolute;
	top:80px;
	left:0px;
	padding:0;
	height:300px;
	width:800px;
	background:url(img_start_header.jpg);
}

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

#logo a {
	display:block;
	height:70px;
	width:230px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

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

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	News
------------------------------------------------------------------------------*/


#news {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
}

#news .txt {
	width:190px;
	float:left;
	position:relative;
	font-size: 1.1em;
	line-height:1.5em;
	padding-left:10px;
}
#news a {
	color:#003366;
	text-decoration:underline;
}

#news a:hover {
	color:#003300;
}

#date {
	position:relative;
	float:left;
	width:35px;
	height:35px;
}
#date .number {
	font-size:20px;
	line-height:18px;
	color:#333;
	text-align:center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#date .month {
	font-size:11px;
	text-align:center;
	color:#333;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/*	Galerie
------------------------------------------------------------------------------*/

#main-block div.galerie {
	clear: both;
}
#main-block div.galerie div.image {
	float: left;
	margin-left:10px;
	margin-bottom:10px;
	height:110px;
}

#main-block div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}


/*	Referenzen
------------------------------------------------------------------------------*/

#main-block div.txt-img {
	clear: both;
	padding: 12px 0;
}


#main-block div.referenz {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
	min-height:180px;
	border-bottom:dotted 2px #ddd;
}

#main-block div.referenz div{
	width:130px;
	height:180px;
}

#main-block div.referenz p {
	font-size: 1.1em;
	line-height:1.2em
	margin-top: 0px;
}

#main-block div.referenz div.flLeft img {
	margin:4px 0px 4px 0;
}


/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {

}

#main {
	float:right;
	width:800px;
	min-height:400px;
}

#main-block {}

#main-block2 {
	padding:0px;
}

/* Beispiel CSS von Sven Jansen
im Feld "Block-Name" zweier für die Spaltenart "zweispaltig" und dreier für die Spaltenart "dreispaltig" angegeben */

* 2+3 */
.zweier, .dreier {
 margin-top: 0px;
 width: 100%;
 color:#333;
}

/* 2 */
.zweier .spalte_1 {
 width: 290px;
 float: left;
 background: red;
}

.zweier .spalte_2 {
 width: 290px;
 float: right;
 background: yellow;
}


/* 3 */
.dreier .spalte_1 {
 width: 266px;
 height:240px;
 float: left;
 margin-right: 0px;
 background:#eee url(weiter.png) left bottom no-repeat;
 
}

.dreier .spalte_2 {
 width: 266px;
 height:240px;
 float: left;
 margin-left:1px;
 background:#eee url(weiter.png) left bottom no-repeat;
}

.dreier .spalte_3 {
 width: 266px;
 height:240px;
 float: right;
 background:#eee url(weiter.png) left bottom no-repeat;
}
.dreier p {
	padding:10px 10px 10px 10px;
}
#main-block .dreier a{
	color:#fff;
}

/*	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:0px;
	top:0px;
	width:100%;
	height:49px;
}

#header-nav ul.rex-navi1 {
}


#header-nav ul.rex-navi1 li {
	display:block;
	float:left;
	padding:15px 0px 16px 0px;
	width:110px;
	text-align:center;
	margin-left:4px;
	
}
#header-nav ul.rex-navi1 li:hover {

	
}

#header-nav ul.rex-navi1 li.rex-current {
		background:url(bg_button_header.png) no-repeat;
}

#header-nav ul.rex-navi1 li.active a,
#header-nav ul.rex-navi1 li.active a:link {
	color:#003366;
}
#header-nav ul.rex-navi1 a, 
#header-nav ul.rex-navi1 a:link {
	color:#003366;
	font-size:1.6em;
	text-decoration:none;
}

#header-nav ul.rex-navi1 a.rex-current, 
#header-nav ul.rex-navi1 a.rex-current:link {
	color:#003366;
}
#header-nav ul.rex-navi1 a:hover {
	color:#555;
}


#navigation {
	float:left;
	width:260px;
	min-height:430px;
	padding:14px 0px;
	background:url(bg_navigation.png) top right no-repeat;
}
#navigation ul.rex-navi1 {
	padding:40px 0px;
}

#navigation ul.rex-navi1 li {
	padding:0;
	font-size:12px;
	font-weight:lighter;
	background:url(bg_navigation_li.png) no-repeat left bottom;
}

#navigation ul.rex-navi1 a, 
#navigation ul.rex-navi1 a:link {
	display:block;
	padding:5px 0px 6px 10px;
	color:#7E7E7E;
}

#navigation ul.rex-navi1 a.rex-current,
#navigation ul.rex-navi1 a.rex-active, 
#navigation ul.rex-navi1 a.rex-current:link, 
#navigation ul.rex-navi1 a:hover {
	color:#A665AF;
}
#navigation ul.rex-navi1 a.rex-current {
	font-weight:normal;
}




/*	firefox Werbebanner
------------------------------------------------------------------------------*/
#firefox {
	margin:2em 0 0 14px;
}

#firefox a, 
#firefox a:link {
	display:block;
	width:120px;
	height:60px;
	background-image:url(ff_120x60_2.gif);
	text-indent:-1000em;
}
/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#003366;
	font-family:"Century Gothic", arial, helvetica, verdana, sans-serif;
	font-size:1.6em;
	line-height:1.8em;
	background:url(bg_h1.png) bottom left repeat-x;
	padding-left:10px;
	margin-bottom:10px;
}
/* Headline 1 */
#navigation h1 {
	color:#003366;
	font-family:"Century Gothic", arial, helvetica, verdana, sans-serif;
	font-size:1.6em;
	line-height:1.8em;
	background:url(bg_h1.png) bottom left repeat-x;
	padding-left:10px;
	width:220px;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#003366;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	padding-left:10px;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.3em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

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

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


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#FFF;
	text-decoration:none;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
}

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



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
	
}
#main-block div.image p {
	margin:-20px;
	font-size:0.9em;
	background:url(lupe.png) no-repeat;
}
#main-block div.flLeft {
	margin-right:14px;
	margin-left:10px;

}
#main-block div.flRight {
	margin-left:14px;

}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin:20px 0 0 0;
	padding:3px 0 0 0;
	background:url(dash1.gif) repeat-x #1D466A;
	font-size:1.2em
	;line-height:1.5em;
	color:#a7bfd0;
}
.footer h3 {
	margin:0 0 20px 0;
	padding:50px 0 0 0;
	text-transform:uppercase;
	font-size:1.5em;
	line-height:1.5em;
	color:#a7bfd0;
	font-family:"Century Gothic", arial, helvetica, verdana, sans-serif;
}

.footer a {
	color:#a7bfd0;
}

.footer a:hover, 
.footer a:focus {
	text-decoration:none;
	color:#fff;
}

.footer ul {
	list-style:none; 
	width:100px; 
	float:left;
}

.footer ul li {
	border-bottom:1px dotted #7e9db4;
}

.footer ul li a {display:block;padding:7px 0;}

.footer .sitemap {
	width:570px;
	margin:0px 0px 60px 0px;
}

.footer .con_sitemap {
	margin:0 10px 0 5px;
}

.footer .contact {
	width:200px;
	margin:0 0 0 0;}
	
.footer .footer2 {
	background:url(background-footer.jpg) no-repeat top center #1D466A; 
	width:800px; margin:0 auto;
}

.footer .ende {height:60px;clear:both;margin:0;padding:15px 0 0 0;border-top:2px solid #a7bfd0;}



/* 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;
}

/* --- Formular --------------------------------------------- */
/* Formular Definition */


/* Div das das Formular umschlieÃ?t */
.formgen {
	font-size: 1.2em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	background-color: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 0px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	height: 120px;
    width: 220px;
	background-color: #FFF;
	margin-left: 4px;
	border: 1px solid #CCC;
}


/* Textfeld */
.formgen .formtext
{
	height: 16px;
    width: 220px;
	margin-bottom:10px;
	background-color: #FFF;
	margin-left: 4px;
	border: 1px solid #CCC;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #8B1111;
	font-size: 1.1em;
}
/* Ã?berschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #556a99;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 110px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 220px;
	border: 1px solid #CCC;
	margin-left: 114px;
}


/* Definition des Fieldsets, das das ganze Formular umschlieÃ?t */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.forminfo {
	color: #8B1111;;
	background-color: #FFFFFF;
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: bold;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #8B1111;;
	background-color: #FFFFFF;
}

 #form-module-thanks {
	color: #8B1111;;
	background-color: #FFFFFF;
}

 #form-module-thanks strong {
	color: #8B1111;;
	background-color: #FFFFFF;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


/
/* ### Breadcrump Navigation #################################################### */

#sitePath {
	display:none;
}


