/* **************************************** */
/* CSS (main.css) of gigabank 							*/
/* Date: 08.08.2007           							*/
/* --------------------------								*/
/* CW = combined with - [class|id] 					*/
/* **************************************** */

/* General Settings */
/* ================ */

/* ONLY FOR DEBUGGING */
.bo {
	border: 1px solid red;
}

html, body {
	background-color: #FFFFFF;
	color: #00608A;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
    height:101%;
}


.tooltipXXX {
	position: absolute;
	display: none;
	background-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
	border-color: #999933;
	padding: 2px;
}



/* //CHANGED:
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
}

ul li {
	background: url(/_common/img/gigabank/list_arrow.gif) 0 4px no-repeat;
	padding-left: 16px;
	margin: .35em 0;
}
*/
ul, ol {
	margin: 0;
	padding:5px 0 0 0;
}

ol {
	list-style-type: none;
}

ul {
	list-style-type: square;
    padding-left:16px;
}

ul li {
	padding-left: 1px;
	margin: .35em 0;
}


#openertextcontainer_cols_halfsize
ul {
	list-style-type: square;
    margin-left:26px;
}

/* ++ Remove list settings for the following item ++ */

#navigation ul li,
#footer ul li,
ol li {
	background: none;
	padding: 0;
	margin: .35em 0;
}

img a, a img, h1 a {
	border: none;
	text-decoration: none;
	color: #00608A;
	outline-width: 0;
}

p {
    color: #00608A;
	margin:  7px 0 0 0;
    padding: 0;
}

	#maincontainer
	#maincontainer_col_right
	.maincontainer_col_right_cols
	p {
    color: #00608A;
	margin:  7px 0 0 0;
    padding: 0;
	}


hr {
	background-color: #7FAFC4;	/* ++ For Mozilla 1.4 ++ */
	color: #7FAFC4;							/* ++ For IE 6 ++ */
	border: #7FAFC4;						/* ++ For Opera 7.11 ++ */
	height: 1px;                /* ++ Opera/Mozilla ++ */
	margin: 0;
	clear: both;
}

.text_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.right {
	right: 0;
}

/* ID Settings */
/* =========== */

#container {
	position: relative;
	margin: auto auto;
	top: 30px;
	width: 993px;
	padding: 0;
}

#container_header, #navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	border: 1px solid #7FAFC4;
	height: 50px;
	padding: 12px 16px;
}

/* CW-container_header */
#navigation { 
	position: relative;
	margin: 10px 0;
	height: 13px;
	padding: 6px 16px;
}

#maincontainer {
	position: relative;
	width: 993px;
	float: left !important;
	float: none; /* ++ For IE ++ 6 */
 	min-height: 460px;
	border: 1px solid #7FAFC4;
}

#maincontainer_col_left {
	position: relative;
 	float: left;
	width: 725px;
	min-height: 428px;
	padding: 16px 16px;
	border-right: 1px solid #7FAFC4;
}

#maincontainer_col_right {
	position: relative;
	float: right;
	width: 235px;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	float: left;
	bottom: 0;
	width: 961px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 6px 16px;
}

#footer img {
vertical-align: middle;
}

/* Class Settings */
/* ============== */

#container_header
.logo {
	position: relative;
	float: left;
}

#container_header
.logotext {
	position: relative;
	float: right;
	bottom: -12px;
}

.openercontainer {
	position: relative;
	padding: 16px 16px 0 16px;
	width: 692px;
}

	/* ++ The different opener pictures ++ */
/*//CHANGED: we don't need them here, will be set inline
	.index {
		height: 230px;
		background: url(/_common/img/gigabank/opener.jpg) no-repeat
	}
	.angebote {
		height: 155px;
		background: url(/_common/img/gigabank/opener_02.jpg) no-repeat;
	}
	.preise {
		height: 155px;
		background: url(/_common/img/gigabank/opener_03.jpg) no-repeat;
	}
*/

.openertextcontainer {
	position: relative;
	width: 692px;
	min-height: 230px;
	float: left;
	margin: 0 0 0 0;
	padding: 16px 16px;
	background-color: #F0EFD2;
	line-height: 1.5em;
}
	#maincontainer p { /* ++ Exact assignment ++ */
		line-height: 1.5em;
	}

	#maincontainer .line_height2 { /* ++ Exact assignment ++ */
		line-height: 2em;
	}


/* ++ For 3 cols at the openertextcontainer ++ */

.openertextcontainer_cols {
	position: relative;
	float: left;
	width: 31%;
	min-height: 100px;
	padding-right: 8px; /* ++ Space to right ++ */
}

/* ++ For 2 cols at the openertextcontainer ++ */

.openertextcontainer_cols_halfsize {
	position: relative;
	float: left;
	width: 48%;
	padding-right: 8px; /* ++ Space to right ++ */
}

	#maincontainer_col_left
	.last {
		padding-left: 8px; /* ++ Space to left ++ */
	}

#maincontainer_col_right
.maincontainer_col_right_cols {
	padding: 16px 16px;
}

#maincontainer_col_right
.maincontainer_col_right_cols div.text {
	padding: 6px 0;
}

/* List Settings */
/* ============= */
/* //CHANGED:
#navigation ul,
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation
ul.lang_select {
	float: right;
}

#navigation
ul li {
	position: relative;
	display: block;
	float: left;
	bottom: 2px;
	padding: 0 16px;
	margin: 0;
	border-right: 1px solid #7FAFC4;
}

	/ * ++ Without left padding; only right ++ * /
	#navigation
	ul li.first {
		padding: 0 16px 0 0;
	}

	/ * ++ Without right-border; only left padding ++ * /
	#navigation
	ul li.last {
		border-right: none;
		padding: 0 0 0 16px;
	}
*/
#navigation ul,
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation
ul.navi_addition {
	float: right;
}

/*
#navigation
ul.lang_select {
	float: right;
}
*/

#navigation
ul li {
	position: relative;
	display: block;
	float: left;
	bottom: 2px;
	padding: 0 16px;
	margin: 0;
	border-left: 1px solid #7FAFC4;
}

	/* ++ Without left-border; only right padding ++ */
	#navigation
	ul li.first {
		border-left: none;
		padding: 0 16px 0 0;
	}

	
#footer
ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #7FAFC4;
}

	#footer
	ul li.first {
		border: none;
	}

/* Text, Headline, Links Settings */
/* ============================== */

h1, h2 {
	font-family: "Verdana", sans-serif;
	color: #00608A;
	font-weight: normal;
	margin: 0;
	font-size: 21px;
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color: #646347;
}

	/* ++ Specified H1-Tag of the openercontainer ++ */
    #maincontainer
    #maincontainer_col_left
	.openercontainer
	h1 {
		font-family: "Arial", sans-serif;
		font-size: 36px;
	}

	/* ++ Specified H1-Tag of the openercontainer ++ */
    #maincontainer
    #maincontainer_col_left
	.openercontainer
	h2 {
		font-size: 21px;
		display: block;
		margin: 10px 0 0 0;
		color: #00608A;
		font-weight: bold;
	}

	/* ++ Specified H1-Tag of the openertextcontainer ++ #maincontainer #maincontainer_col_left*/


	.openertextcontainer
	h1 {
		font-family: "Arial", sans-serif;
		font-size: 22px;
		font-weight: bold;
        line-height:24px;
	}

	/* ++ Specified H2-Tag of the openertextcontainer ++ #maincontainer #maincontainer_col_left*/


	.openertextcontainer
	h2 {
		font-size: 14px;
		display: block;
		margin: 16px 0 0 0;
		letter-spacing: 0;
		font-weight: bold;
	}



    #maincontainer_col_hilfe
	h1 {
		font-family: "Arial", sans-serif;
		font-size: 22px;
		font-weight: bold;
        line-height:24px;
	}

	#maincontainer_col_hilfe
	h2 {
		font-size: 14px;
		display: block;
		margin: 16px 0 0 0;
		letter-spacing: 0;
		font-weight: bold;
	}


	/* ++ Specified H1-Tag of the maincontainer_col_right ++ */
	#maincontainer
	#maincontainer_col_right
	.maincontainer_col_right_cols
	h1 {
		font-family: "Arial", sans-serif;
	    font-size: 18px;
		background-color: #F0EFD2;
		letter-spacing: 0;
		display: block;
		margin: 0;
		padding: 4px 8px;
		font-weight: bold;
	}
	
.h1_font {
		font-family: "Arial", sans-serif;
	  font-size: 18px;
	  font-weight: bold;
}

.bold {
	font-weight: bold;
}



#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:focus {
	color: #00608A;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#navigation ul li a#active,
#navigation ul li a:hover {
	color: #646347;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active,
#footer ul li a:focus {
	color: #00608A;
	text-decoration: none;
	font-weight: normal;
}

#footer ul li a#active {
  font-weight: bold;
  color: #646347;
}

#footer ul li a:hover {
	text-decoration: underline;
}



a:link,
a:visited,
a:active,
a:focus {
	color: #646347;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #00608A;
}

/* Input, Button, Form Settings */
/* ============================ */

form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	float: left;
}

	form.form_min_height {
		min-height: 21px;
		height: 21px;
	}

input.blue_submit {
	position: relative;
	padding: 2px 8px;
	background-color: #00608A;
	color: #FFFFFF;
	font-size: 11px;
	border: none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	width: auto;
	overflow: hidden;
}

input.gold_submit {
	position: relative;
	padding: 2px 8px;
	background-color: #646347;
	color: #FFFFFF;
	font-size: 11px;
	border: none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	width: auto;
	overflow: hidden;
}

.blue_button {
	background-color:#00608A;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 16px 4px 8px;
	text-decoration:none;
}
.gold_button {
	background-color:#646347;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 16px 4px 8px;
	text-decoration:none;
}


/* ++ Specified classification for input buttons as finisher behind a input field ++ */
.input_margin_bottom {
	margin-bottom: 10px;
}

input {
	background-color: #E2E6EB;
	color: #00608A;
	width: 100%;
	padding: 0;
	padding: 3px 0;
	border: 1px solid #7FAFC4;
/* // CHANGE: disabled, displaces fields like input[type=text]
	text-indent: 3px; / * ++ Only at IE 7 & Firefox ++ * /
*/
}


/* ++ Some format for elements beeing inside a lightwindow ++ */

/* ++ Display header 1 and 2 inside a lightwindow box as a block ++ */
.lightwindowcontainer
.openertextcontainer {
    color: #00608A;
	margin:0;
}

.lightwindowcontainer
.closecontainer {
	clear:both;
	margin:16px 18px 0 0;
}

.lightwindowcontainer
p {
color: #00608A;
}


.lightwindowcontainer
.openertextcontainer
.openertextcontainer_cols_halfsize {
color: #00608A;
}

.lightwindowcontainer
.openertextcontainer
h1 {
  font-family: "Arial", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height:24px;
}
.lightwindowcontainer
.openertextcontainer
h2 {
  font-size: 14px;
  display: block;
  margin: 16px 0 0 0;
  letter-spacing: 0;
  font-weight: bold;
}


/* ++ Pricelist ++ */
.openertextcontainer_cols_halfsize
.pricelist 
.priceitemcol {
	text-align:left;
	font-weight:bold;
	width:30%;
	padding:0 10px 10px 0;
}

.openertextcontainer_cols_halfsize
.pricelist {
	margin: 10px 0 0 0;
}

.openertextcontainer_cols_halfsize
.pricelist
.priceitemcol2 {
	text-align:left;
	width:70%;
	padding:0 0 10px 0;
}

.openertextcontainer_cols_halfsize
.pricelist
.priceitemcol2 p {
	margin:0;
}


.buttondiv  {margin:10px 0 10px 0;}
.buttondivright  {margin:10px 0 0 0;}
.gold {color: #646347;}
.font_brown {color: #646347;}
.font_brown18pxbold {color: #646347;font-size: 18px;font-weight: bold;}

.preiseintrag {float:left;width:330px;margin-top:7px;padding-bottom:5px;}
.preiseintragleft {float:left;width:110px;margin-top:7px;font-weight:bold;}
.preiseintragright {float:left;width:220px;}

#maincontainer_col_left ul
{ margin-left:10px; }

a.tipplink:link,
a.tipplink:visited,
a.tipplink:active,
a.tipplink:focus {
font-weight: normal;
color: #00608A;
border-bottom:dotted 1px #00608A; text-decoration:none;
}
a.tipplink:hover {
font-weight: normal;
color: #00608A;
border-bottom:dotted 1px #00608A; text-decoration:none;
}


div#qTip {
  max-width:200px;
  padding: 4px;
  border: 1px solid #646347;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background: #ffffff;
  color: #00608A;
  font: 11px Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}





