/* PAGE STRUCTURE */
*
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
}

html
{
	overflow: scroll;
}

body
{
	background-image: url('/gfx/pattern.png');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat;
}

html, body
{ 
	margin:0; 
	padding:0; 
	height:100%;
	width: 100%;
}

div#d_top
{
	height: 151px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 2;
}

div#d_main
{
	width: 1011px;
	margin: 0 auto;
	text-align: left;
  	position: relative;
  	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url('/gfx/main_bg.png');
	background-attachment: fixed;
	background-position: top;
}

div#d_content
{
	position: relative;
	vertical-align: top;
	width: 723px;
	margin-left: 230px;
	padding-top: 151px;
	padding-bottom: 90px;
	z-index: 1;
}

div#d_submenu
{
	position: absolute;
	width: 150px;
	top: 151px;
	left: 30px;
}

div#d_subfooter
{
	position: absolute;
	bottom: 70px;
	width: 100%;
	height: 242px;
	background-image: url('/gfx/main_bottom2.png');
	background-position: bottom;
	z-index: 0;
}


div#d_footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-image: url('/gfx/main_bottom.png');
	z-index: 2;
	font-size: 10px;
	text-align: right;
	color: white;
	line-height: 70px;
}

div#d_footer a
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	padding-right: 40px;
}

div.date
{
	color: #5193c4;
	font-size: 11px;
	font-weight: bold;
	float: right;
	display: block;
	margin-top: -10px;
	padding-right: 3px;
	letter-spacing: 0px;
}
/* END PAGE STRUCTURE */

/* MAIN ELEMENTS */
h1
{
	color: #5193c4;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

h2
{
	color: #606060;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

ul
{
	padding-left: 30px;
	padding-bottom: 20px;
}

li
{
	padding-top: 2px;
	line-height: 1.3;
	color: #606060;
	letter-spacing: 1px;
}

a, a:active, a:visited
{
	color: #606060;
	letter-spacing: 0px;
}

a:hover
{
	color: #5193c4;
}

hr
{
	text-align: left;
	width: 658px;
	height: 1px;
	color: #CCCCCC;
	border: 0px none;
	border-top: 1px solid;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 10px;
}

hr.full
{
	text-align: left;
	width: 720px;
	height: 1px;
	color: #CCCCCC;
	border: 0px none;
	border-top: 1px solid;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 10px;
}

p
{
	color: #606060;
	padding-top: 5px;
	letter-spacing: 1px;
	line-height: 1.3;
}

img.icon
{
	float: left;
	padding-right: 10px;
	margin-bottom: 0px;
}

img.smallicon
{
	float: left;
	display: block;
	padding-right: 5px;
}

img.referenzen
{
	float: right;
	padding-left: 15px;
}

img.web_box
{
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

img.angebot
{
	float: right;
	padding-left: 10px;
}

img.team
{
	float: right;
	padding-left: 10px;
	padding-top: 25px;
}

br.clear
{
	clear: both;
}

fieldset
{
	border: 0px;
	padding-top: 15px;
}

fieldset br
{
	clear: left;
}


label
{
	color: #5193c4;
	padding-bottom: 15px;
	display: block;
	float: left;
	width: 110px;
}

input[type=text],[type=password]
{
	margin-bottom: 15px;
	color: #606060;
	width: 300px;
	display: block;
	float: left;
	
}

input[type=button],[type=submit],[type=reset]
{
	margin-bottom: 15px;
	background-color: #5193c4;
	color: white;
	float: right;
	border: 1px solid white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
	margin-right: 2px;
	font-size: 11px;
}

select
{
	margin-bottom: 15px;
	color: #606060;
	width: 304px;
	display: block;
	float: left;
}

textarea
{
	margin-bottom: 15px;
	color: #606060;
	width: 605px;
	display: block;
	float: left;
	height: 150px;
}

legend
{
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
}

div.table
{
	display: table;
}

div.tr
{
	display: table-row;
}

div.td
{
	display: table-cell;
	padding-right: 10px;
	padding: 5px;
	vertical-align: top;
	color: #606060;
}
/* END MAIN ELEMENTS */

/* NAVIGATION */
table#t_navigation
{
	height: 50px;
	text-align: center;
	margin-bottom: 27px;
}

table#t_navigation td
{
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

table#t_navigation td:hover
{
	color: #404040;
	cursor: pointer;
}

table#t_navigation td.home
{
	width: 91px;
}

table#t_navigation td.team
{
	width: 90px;
}

table#t_navigation td.angebot
{
	width: 114px;
}

table#t_navigation td.referenzen
{
	width: 136px;
}

table#t_navigation td.kontakt
{
	width: 112px;
}
/* END NAVIGATION */

/* SUBMENU */
table#t_submenu
{
	width: 162px;
}

table#t_submenu th
{
	background-image: url('/gfx/submenu_bg.png');
	width: 156px;
	height: 24px;
	color: white;
	text-align: left;
	padding-left: 10px;
}

table#t_submenu .content
{
	background-image: url('/gfx/submenu_bg.png');
	width: 156px;
	height: 24px;
	border-top: 1px solid white;
	color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 7px;
	font-size: 11px;
	line-height: 20px;
}

table#t_submenu .content_top
{
	background-image: url('/gfx/submenu_bg.png');
	width: 156px;
	height: 24px;
	color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 7px;
	font-size: 11px;
	line-height: 20px;
}

table#t_submenu .content_top:hover
{
	background-image: url('/gfx/submenu_bg_rollover.png');
	color: #5193c4;
	cursor: pointer;
}

table#t_submenu .content:hover
{
	background-image: url('/gfx/submenu_bg_rollover.png');
	color: #5193c4;
	cursor: pointer;
}

table#t_submenu .top
{
	background-image: url('/gfx/submenu_top.png');
	height: 3px;
}

table#t_submenu .left
{
	background-image: url('/gfx/submenu_left.png');
	background-repeat: repeat-y;
	width: 3px;
}

table#t_submenu .right
{
	background-image: url('/gfx/submenu_right.png');
	background-repeat: repeat-y;
	width: 3px;
}

table#t_submenu .bottom
{
	background-image: url('/gfx/submenu_bottom.png');
	height: 3px;
}
/* END SUBMENU */

/* WEB BOXES */
table#web_box
{
	width: 723px;
	table-layout: fixed;
	padding-top: 20px;
}

table#web_box th
{
	height: 77px;
	font-size: 14px;
	color: white;
	text-align: left;
	padding-left: 85px;
	padding-bottom: 20px;
	vertical-align: bottom;
}

table#web_box th.box1
{
	background: url('/gfx/web_bg_head1.png') bottom no-repeat;
}

table#web_box th.box2
{
	background: url('/gfx/web_bg_head2.png') bottom no-repeat;
}

table#web_box th.box3
{
	background: url('/gfx/web_bg_head3.png') bottom no-repeat;
}

table#web_box td.middle
{
	background: url('/gfx/web_bg_middle.png') center no-repeat;
	height: 335px;
	padding-left: 30px;
	color: white;
	vertical-align: top;
}

table#web_box td.bottom
{
	background: url('/gfx/web_bg_bottom.png') top no-repeat;
	height: 40px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 25px;
	vertical-align: top;
}

div.textbox
{
	position: relative;
	display: block;
	width: 100%;
}
/* END WEB BOXES */
/* PROJEKTMONITOR */
div#statusbar
{
	background-image: url('/gfx/bar_back.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#statusbar img
{
	float: right;
}

div#gradient
{
	background-image: url('/gfx/bar.png');
	background-repeat: repeat-x;
	margin-right: 8px;
	height: 16px;
	min-width: 5px;
	color: #fff;
	padding-left: 4px;
	line-height: 14px;
	font-size: 10px;
}
/* END PROJEKTMONITOR */