/**
 * Style sheet style
 */
body
{
	height:100px;
	margin:0px;
	padding:0px;
	font-family:Arial, Vera Sans, sans-serif;
	font-size:9pt;
	color:#2f2f2f;
	line-height:12pt;
}

html
{
	background-color:#d5d5d5;
	background-image:url("tl_files/images/background.jpg");
	background-position:center top;
	background-repeat:repeat-y;
}

div#wrapper
{
	width:830px;
	height:100%;
	position:relative;
	margin:0 auto;
	height: auto !important;
	min-height: 100%;
}

div#header
{
	width:830px;
	height:205px;
	margin:0px;
	background-color:#ffffff;
	background-image:url("tl_files/images/background_header.jpg");
}

div#header div.logo
{
	width:145px;
	height:183px;
	left:0px;
	top:0px;
	position:relative;
	float:left;
	background-image:url("tl_files/images/gieseke_logo.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
}

div#header div.slogan
{
	width:310px;
	height:183px;
	left:0px;
	top:0px;
	position:relative;
	float:left;
	background-image:url("tl_files/images/gieseke_slogan.jpg");
	background-position:right top;
	background-repeat:no-repeat;
}

div#header h1,
div#header p
{
	display:none;
}

div#header div.headpic
{
	width:355px;
	left:20px;
	top:0px;
	position:relative;
	float:left;
}

div#container
{
	width:736px;
	margin:0px;
	padding:0px 30px 50px 64px;
	background-color:#ffffff;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

div.mod_navigation
{
	width:760px;
	height:70px;
	margin:0px auto 20px auto;
	background-color:#ffffff;
}

div.main
{
	width:310px;
	margin:0px;
	padding:0px;
}

div.main_one_block
{
	width:610px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

div.main_full
{
	width:740px;
	margin:0px auto;
	padding:0px;
}

div.left
{
	width:180px;
	float:right;
	margin:20px 0px 0px 0px;
}

div.right
{
	width:100px;
	right:30px;
	top:315px;
	position:absolute;
}

div.imgright_container
{
	width:270px;
	float:right;
	margin:20px 0px 0px 0px;
}

div.imgright
{
	width:270px;
	float:right;
	margin:0px 0px 23px 0px;
}

div.imgright div.caption
{
	height:17px;
	margin-top:-3px;
	padding:3px;
	background-color:#a7a6a6;
	font-size:8pt;
	color:#ffffff;
}

div.shortcut div.rooting a
{
	color:#ffffff;
}

div.shortcut div.rooting a:hover
{
	color:#f2f2f2;
}

div.full_block div.inside,
div#referenzen div.inside
{
	width:310px;
}

.block_left
{
	width:255px;
	float:left;
	display:block;
}

.block_right
{
	width:255px;
	float:right;
	margin:0px 45px 0px 0px;
}

.block_right .inside,
.block_left .inside
{
	width:255px;
}

div.full_block div.image_container img,
div.imgright img
{
	padding-bottom:1px;
}

div.referenz div.image_container img
{
	width:158px;
	overflow:hidden;
	float:right;
	padding-bottom:1px;
	border-bottom:0px;
}

img
{
	border:0px;
}

a.link_blue
{
	color:#1d4264;
}

a.link_red
{
	color:#e81e16;
}


/**
 * ce_toplink
 */
div.ce_toplink a
{
	font-weight:bold;
	text-decoration:none;
	color:#e81e16;
}

div.ce_toplink a:hover
{
	text-decoration:underline;
}


/**
 * dropdown menu
 */
div.dropdown ul
{
	width:100%;
	margin:0px;
	padding:0px;
	white-space:nowrap;
	list-style: none;
	z-index: 99;
}

div.dropdown ul * ul
{
	width:130px;
	left:-5px;
	position:absolute;
	display:none;
	margin:0px;
	padding:0px 0px 10px 10px;
	background-color:#ffffff;
	background-image:url("tl_files/images/navi-sub-bg.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	list-style: none;
	z-index: 99;
}

div.dropdown ul li
{
	position:relative;
	float:left;
	margin:3px 0px 0px 0px;
}

div.dropdown ul li ul li p
{
	margin:0px;
	padding:0px;
}

div.dropdown ul li * li
{
	position:relative;
	float:none;
}

div.dropdown ul ul * ul
{
	left:130px;
	top:0px;
}

div.dropdown ul a
{
	display:block;
}

div.dropdown ul a,
div.dropdown ul p
{
	margin:0px 18px 0px 0px;
	padding:0px;
}

div.dropdown ul ul a
{
	margin:0px;
	padding:0px;
}

div.dropdown ul ul ul a
{
	margin:0px 0px 3px 0px;
}

div.dropdown ul ul * a
{
	height:100%;
}

div.dropdown ul li:hover ul ul,
div.dropdown ul li:hover ul ul ul,
div.dropdown ul li:hover ul ul ul ul
{
	display:none;
}

div.dropdown ul li:hover ul,
div.dropdown ul ul li:hover ul,
div.dropdown ul ul ul li:hover ul
{
	display:block;
}

div.dropdown ul a.main1
{
	color:#030303;
}

div.dropdown ul a.main2
{
	color:#bdb4b7;
}

div.dropdown ul a:hover
{
	color:#e81e16;
}

div.dropdown ul.level_1 li.last a,
div.dropdown ul.level_1 li.last p
{
	margin:0px;
}

div.dropdown a
{
	font-weight:bold;
	text-decoration:none;
	font-size:7.5pt;
	color:#2f2f2f;
}

div.dropdown a:hover,
div.dropdown p,
div.dropdown a.trail,
a.parent
{
	font-weight:bold;
	text-decoration:underline;
	font-size:7.5pt;
	color: #e81e16 !important;
}

div.dropdown p,
div.dropdown a.trail,
a.parent
{
	text-decoration:none;
}


/**
 * footer
 */
div#footer
{
	width:748px;
	margin:0px 0px 0px 62px;
	padding:0px;
}

div#footer ul
{
	margin:5px 0px 0px 0px;
	padding:0px;
	list-style: none;
}

div#footer ul li
{
	display:inline;
}

div#footer ul li a,
div#footer ul li p
{
	display:inline;
	margin:0px;
	padding:0px 5px;
	border-right:1px solid #bbb4b7;
	text-decoration:none;
	font-size:7.5pt;
	color:#ffffff;
}

div#footer ul li a.first,
div#footer ul li p.first
{
	margin:0px;
	padding:0px 5px 0px 0px;
}

div#footer ul li a.last,
div#footer ul li p.last
{
	margin:0px;
	padding:0px 0px 0px 5px;
	border-right:0px;
}

div#footer ul li p
{
	color:#e81e16;
}


/**
 * Schrift
 */
h1
{
	margin:0px 0px 25px 0px;
	padding:0px;
	font-weight:normal;
	font-size:18pt;
	color:#e81e16;
	line-height:22pt;
}

h2
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:8pt;
	color:#030303;
}

h3
{
	margin:15px 0px;
	padding:0px;
	font-weight:bold;
	font-size:8pt;
	color:#e81e16;
}

h4
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:8pt;
}

p
{
	margin:0px;
	padding:0px;
	font-size:8pt;
	line-height:12pt;
}

br.clear
{
	clear:both;
}

a.link_red,
a.link_black,
a.link_blue
{
	display:inline;
	margin-right:10px;
	padding-right:10px;
	background-image:url("tl_files/images/sc_rooting.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
}

a.link_black
{
	color:#000000;
}

div.ce_text a
{
	font-weight:bold;
	text-decoration:none;
	color:#e81e16;
}

div.ce_text a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#e81e16;
}


/**
 * shortcut
 */
div.shortcut
{
	height:66px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	padding:7px;
	background-image:url("tl_files/images/sc_background.jpg");
	background-repeat:repeat-x;
	font-size:8pt;
}

div.shortcut span.gieseke
{
	font-weight:bold;
	color:#000000;
}

div.shortcut span.shortcut
{
	font-style:italic;
	color:#ffffff;
}

div.shortcut div.rooting
{
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background-image:url("tl_files/images/sc_rooting.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	color:#ffffff;
}

div.shortcut div.rooting a
{
	text-decoration:none;
}

div.shortcut div.rooting a:hover
{
	text-decoration:underline;
}


/**
 * sitemap
 */
div#sitemap div.topsitemap
{
	width:742px;
	display:block;
}

div#sitemap a
{
	font-size:7.5pt;
}

div#sitemap div.ce_text
{
	float:left;
	display:inline;
	margin:0px;
	padding:0px 9px;
	text-align:center;
}

div#sitemap div.first
{
	float:left;
	display:inline;
	margin:0px;
	padding:0px 7px 0px 0px;
	text-align:center;
}

div#sitemap div.last
{
	float:left;
	display:inline;
	margin:0px;
	padding:0px 0px 0px 9px;
	text-align:center;
}

div#sitemap div.ce_text div.inside div.home
{
	width:100%;
	font-weight:bold;
	font-size:7.5pt;
	color:#e81e16;
	text-align:center;
	margin-left: -50px; /* so it looks centered*/
}
