/* --- FARBEN --- */

/*
Hintergrund (body): #f3f4f8
Dunkelblau (text): #002266
Hellblau (...): #cce9f7
*/

/* --- RESET ALL --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}
	
fieldset,img { 
	border:0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
	
ol,ul {
	list-style:none;
	}
	
caption,th {
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}
	
	
/* --- RESET TYPO3 CSS-STYLED-CONTENT CSS --- */

#colRight div.csc-textpic,
#colRight div.csc-textpic-center,
#colRight div.csc-textpic-above,
#colRight div.csc-textpic-imagewrap,
#colRight dl.csc-textpic-image, 
#colRight dl.csc-textpic-firstcol,
#colRight dl.csc-textpic-lastcol {
	margin-bottom: 0 !important;
	}


/* --- BODY --- */

body {
	background-color: #f3f4f8;
	font: 75% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}


/* --- MAIN LAYOUT ---*/

#main {
	background-color: #fff;
	width: 990px;
	font-size: 1em;
	}

#header {
	height: 210px;
	}

#flash {
	background: url(../images/header/flash_replacement.jpg) no-repeat;
	z-index: 10;
	clear: both;
	}

#nav1 {
	z-index: 11;
	position: absolute;
	top: 135px;
	width: 990px;
	}

#container {
	background: url(../images/content/line.gif) repeat-y 700px;
	/*height: 400px;
	overflow: auto;*/
	}
	
#container_b {
	background: url(../images/content/line.gif) repeat-y 490px;
	}
	
div.empty {
	background-image: none !important;
	}
	
#nav2 {
	width: 180px;
	min-height: 100px;
	float: left;
	}

#content {
	color: #666;
	width: 460px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	line-height: 1.3em;
	margin-left: 200px;
	}
	
#container_b #content {
	width: 260px;
	}

#colRight {
	color: #666;
	width: 275px;
	float: right;
	text-align: left;
	margin-right: 0px;
	display:inline;  /*+IE6 Double Margin Bug Fix*/
	}

#container_b #colRight {
	width: 460px;
	margin-right: 25px;
	}

#footer {
	width: 990px;
	height: 110px;
	background: #fff url(../images/footer/bg_footer.gif) no-repeat 0 bottom;
	clear: both;
	}
	
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	}

/* !!! STICKY FOOTER !!! */ 
html, body {
	height: 100%;
	}
	
#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -110px;
	}  

#footer {
	}
	
div.clear {
	background-color: #fff;
	height: 110px;
	}
/**/

/* --- NAV1 + FOOTER NAV --- */

#nav1 ul {
	list-style-type: none;
	float: right;
	margin-right: 130px;
	}

#footer ul {
	padding-top: 80px;
	padding-left: 200px;
	}

#nav1 ul li, #footer ul li {
	float: left;
	display: inline;
	border-left: 1px solid #002266;
	}

#nav1 ul li a, #footer ul li a {
	padding-left: 2px;
	padding-right: 2px;
	display: block;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	}

#nav1 a.active, #footer a.active {
	color: #002266;
	}

#nav1 ul li:first-child, #footer ul li:first-child, #nav1 li.first, #footer li.first {
	border: none;
	}

/* --- NAV 2 --- */

#nav2 ul {
	list-style-type: none;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 0;
	}

#nav2 ul li {
	min-height: 20px;
	padding-bottom: 10px;
	}

#nav2 ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	}

#nav2 a.active {
	color: #002266;
	}
	
	
/* --- ALLOVER --- */

a:link {
	color: #002266;
	}

a:visited {
	color: #002266;
	}
	
a:hover {
	color: #002266;
	}
	
h1, h2, h3 {
	color: #002266;
	}

h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	}
	
h3 {
	background-repeat: no-repeat;
	}
	
.text-blue {
	color: #002266;
	}
	
.csc-header {
	padding-top: 20px;
	}

.csc-header-n1 { /* erster Header, kein Abstand oben */
	padding-top: 0;
	}
	
.csc-subheader, .csc-subheader-0 {
	font-style: italic;
	margin-top: 0 !important;
	padding-top: 0 !important;
	line-height: 1em;
	padding-bottom: 10px;
	}
		

/* --- MAIN COLUMN ---*/

#content p {
	padding-top: 2px;
	padding-bottom: 10px;
	width: 95%;
	}

#content blockquote {
	color: #002266;
	font-size: 18px;
	display: block;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	padding: 0 0 10px;
	margin: 0;
	}

#content blockquote p {
	padding: 0;
	}

#content blockquote i {
	color: #666;
	font-size: 11px;
	}
	
	
/* --- CONTENT-TABLES ---*/
	
#content table, tr, td {
	color: #666;
	font-size: 1em;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
#content th {
	font-weight: bold;
	}
	
.contenttable-0 td {
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
	
.contenttable-1 td {
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
.contenttable-2 {
	/*table-layout: fixed;*/
	width: 100%;
	}
	
.contenttable-2 th {
	background-color: #002266;
	color: #fff;
	padding: 5px 10px 5px 5px;
	font-weight: bold;
	}

.contenttable-2 td {
	background-color: #ddd;
	padding: 5px 10px 5px 5px;
	border-top: 2px solid #fff;
	}
	
.print {
	margin-top: 20px;
	}	

.print a {
	background: url(../images/content/print-icon.gif) no-repeat 0 2px;
	padding-left: 15px;
	text-decoration: none;
	}
	

/* --- RIGHT COLUMN ---*/

#colRight {
	line-height: 1.4em;
	font-size: 0.9em;
	}
	
#colRight p {
	padding-right: 30px;
	font-style: italic;
	margin-bottom: 8px;
	/*background-color: #ccc;*/
	/*border: 1px solid blue;*/
	}
	
#colRight b {
	color: #002266;
	}

#colRight .button_carrier {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	/*border: 1px solid red;*/
	}
	
#colRight .button_carrier .clear {
	display: block;
	padding-bottom: 0px;
	}

#colRight .button {
	float: left;
	background: url(../images/content/shadow.gif) no-repeat bottom right;
	display: block;
	/*margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;*/
}

#colRight .button span {
	background: url(../images/content/shadow2.png) no-repeat left top;
	padding: 0 5px 5px 0;
	display: block;
	}
	
*html #colRight .button span {
  	background: url(../images/content/shadow2.gif) no-repeat left top;
	}

#colRight .button a {
	border: 1px solid #002266;
	color: #eee;
	background-color: #003781; /*#cce9f7;*/
	text-decoration: none;
	margin: 0;
	display: block;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	padding: 5px;
	width: 230px !important;
	}
	
#colRight .right-column-quote {
	color: #6688bb;
	font-size: 13px;
	}
	
#colRight .csc-frame-frame1, #colRight .blue-border { /* Blue border */
	background-color: #e7f3f7;
	border: 1px solid #002266;
	padding: 8px;
	margin-right: 35px;
	margin-bottom: 10px;
	}
	
#colRight .blue-border p {
	padding-right: 10px !important;
	}
	
#container #colRight .csc-textpic {
	padding-right: 35px;
	}

#container #colRight .csc-textpic-clear {
	padding-bottom: 10px !important;
	}


/* --- SITEMAP --- */

.csc-sitemap ul li {
	list-style-type: none;
	padding-bottom: 10px;
	}

.csc-sitemap ul li a {
	}
	
.csc-sitemap ul ul {
	padding-top: 5px;
	}

.csc-sitemap ul ul li {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 0;
	}
	
.csc-sitemap ul ul li a {

	}
	

/* --- GALLERY --- */

#gallery {
	background: #fff url(../images/gallery/gallery_popup_bg.jpg) no-repeat;
	padding: 60px 50px 50px;
	height: 100%;
	}
	
#gallery h2 {
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: right;
	width: 769px;
	}

#gallery dl dt {
	margin-bottom: 10px;
	}



