/* reset browser */
:link,:visited { text-decoration:none; }
ul,ol,li { list-style:none; }
h1,h2,h3,h4,h5,h6,code,li,td,th,p,table { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,table { margin:0px; padding:0px; }
a img,:link img,:visited img { border:none; }
form {border:none; margin: 0px; padding: 0px; }

table { border: 0; }

html {
	display:table;
    height:100%;
    width:100%;
    margin: 0;
	padding: 0;
	font-size: 12px;
}


body {
	display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    margin:auto;
    margin: 0;
	padding: 0;
	
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
    color: #121212;
	font-size: 0.95em;
	line-height: 1.3em;
}

/* ### Structure & Layout ### */

#main {
    width:995px;
    height:640px;
    position:relative;
    top:0px; bottom:0px; left:0px; right:0px;
    margin:auto;
}
*:first-child+html body {min-height:640px;}
*:first-child+html #main { 
    top:50%;
    margin-top:-320px;
}
* html body {text-align:center;}
* html body #main {
    text-align:left;
    top: expression(document.body.clientHeight < 640 ? '0px' : document.body.clientHeight/2-(640/2));
}

#leftgrid {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 675px;
	height: 620px;
	background-color: #fff;
}
#leftgrid_fullsize {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 995px;
	height: 620px;
	background-color: #fff;
}

#rightgrid {
	position: absolute;
	top: 0px;
	left: 675px;
	width: 320px;
	height: 620px;
}

#rightgrid_home {
	position: absolute;
	top: 0px;
	left: 675px;
	width: 320px;
	height: 620px;
	background-color: #fff;
}

#footer {
	position: absolute;
	top: 620px;
	left: 0px;
	width: 995px;
	padding-top: 8px;
	background-color: #fff;
}

#navigation {
	position: absolute;
	top: 55px; /*56px*/
	left: 0px;
	width: 660px;
	height: 70px;
	background-color: #fff;
}

#navigation_fullsize {
	position: absolute;
	top: 55px; /*56px*/
	left: 0px;
	width: 995px;
	height: 70px;
}

#leftgrid_box {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 660px; 
	height: 420px; /* 495px - 75px  */
	background-color: #fff;
}

#no_flash {
	width: 660px;
	height: 495px;
}

#grid_box_fullsize {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 995px; 
	height: 420px; /* 495px - 75px  */
	background-color: #fff;
}

.margintop { /* MARGIN for all CONTENT */
	padding-top:75px;
}

#single_row {
	float: left;
	width: 365px;
	height: 565px;
	background-color: #a0f0ff;
}

#double_row {
	float: left;
	width: 750px;
	height: 565px;
	background-color: #a0f0ff;
}

/* Backgrounds */

.background_circle {
	background: #fff url('/images/bg_circle.gif') -8px -34px;
}

.background_circle_dark {
	background: #fff url('/images/bg_circle_dark.gif') -8px -34px;
}


.background_dark {
	background: #fff url('/images/bg_gridleft_dark.gif') 0px 0px repeat-y;
}

.background_homepage {
	background: #fff url('/images/hp_logo.gif') 0 0px no-repeat;
}

.frame_right {
	background: #fff url('/images/bckgrnd_frame.gif') 0px 125px no-repeat; /*125px*/
}

/* Content */

#content_gridleft {
	position: relative;
	margin-top: 0; /*75px;*/
	/*width: 440px;*/
	/*background-color: #fff;*/
}

#content_box_right{
	position: absolute;
	top: 217px; /*230*/
	left: 0px;
}

#content_box_right_notopmargin{
	position: absolute;
	top: 125px; /*125px*/
	left: 0px;
}

#grid330 {
	float: left;
	width: 320px;
	height: 495px;
}

#grid330pad_right {
	float: left;
	width: 320px;
	height: 495px;
	padding-right: 15px;
	/*background-color: #f4f4f4;*/
}

#servicegrid_660 {
	float: left;
	width: 654px;
	height: 480px;
	background-color: #fcfbf8;
	border: solid 2px #f7f4ec;
	padding: 5px 0;
}

#service{
	margin-top: 88px;
	padding-left: 4px;
}

#service ul {
	margin-bottom: 50px;
}

#grid330pad_right p{
	padding-left: 10px;
}

#rightgrid p{
	padding-left: 50px;
	margin-bottom: 15px;
}

/* TEAM CONTENT */

.margin_col1, .margin_col2, .margin_col3,
.margin_col4, .margin_col5, .margin_col6,
.margin_row1, .margin_row2, .margin_row3,
.margin_row4, .margin_row5, .margin_row6 {
    position: absolute;
}
.margin_col1 { left: 0px; }
.margin_col2 { left: 104px;}
.margin_col3 { left: 215px;}
.margin_col4 { left: 335px;}
.margin_col5 { left: 439px;}
.margin_col6 { left: 552px;}

.margin_row1 { top: -34px;}
.margin_row2 { top: 79px;}
.margin_row3 { top: 192px;}
.margin_row4 { top: 305px;}
.margin_row5 { top: 418px;}

/* MARGINS & FLOATs*/

.margin_bottom_30 {
	margin-bottom: 30px;
}

.margin_right_20 {
	margin-right: 20px;
}

.margin_bottom_4 {
	margin-bottom: 4px;
}

.margin_mandanten_righthead {
	margin-top: 146px;
}

.padright {
	margin-right: 15px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

div.clear {
	clear: both;
	width: 1px;
	height: 1px;
}

/* Navigation */

a.textlink, #listOfText ul li a.textlink {
	text-decoration: none;
	color: #9f9f60;
	display: block;
	padding-left: 12px;
	background: url('/images/btn_txt_link.gif') no-repeat 0px top;
}

a.textlink:hover, #listOfText ul li a.textlink:hover {
	text-decoration: underlined;
	color: #da0d6a;
	display: block;
	padding-left: 12px;
	background: url('/images/btn_txt_link_a.gif') no-repeat 0px top;
}

#navigation_fullsize ul, #navigation ul, #footer ul {
    margin: 0;
    padding: 0;
}

#navigation_fullsize ul li, #navigation ul li, #footer ul li {
    display: inline;
	float: left;
}

#bottom_navigation {
	float: left;
	width: 675px;
	/*background-color: #00FF66;*/
}

#slideshow_navigation {
	float: left;
	width: 318px;
	/*background-color: #00F066;*/
}

#footer ul li.first_column {
    width: 111px;
}

#footer ul li.second_column {
    width: 114px;
}

.buttonsontop {
	margin-left: 200px;
}

.buttonsontop_fullsize {
	position: absolute;
	top: 0px;
	left: 875px;
}

#menu_team {
	margin-left: 25px;
	margin-top: 32px; /*47px*/
	width: 250px;
}

#menu_team ul li {
	display: inline;
	float: left;
	width: 54px;
	height: 50px;
}
#menu_team ul li.margin_left {
	margin-left: 25px;
}

#menu_kugel {
	margin-top: 47px; /*47px*/
}
#menu_kugel ul {
	margin: 0 0 0 40px;
	padding: 0;
}
#menu_kugel ul li {
	display: inline;
	float: left;
}

#menu_rundgang {
	float: left;
	width: 333px;
}

#menu_rundgang ul {
	padding: 0px;
	margin: 0px;
}

#menu_rundgang ul li {
	display: inline;
	float: left;
}

#menu_mandanten {
	float: left;
	margin: 26px 0 0 0; /*26px*/
}

#menu_mandanten ul {
	margin: 0;
	padding: 0;
}
#menu_mandanten  ul li {
	display: inline;
	float: left;
}

#menu_mandanten  ul li.static {
	width: 104px;
	height: 113px;
}

#menu_lage {
	margin-top: 40px;
	margin-left: 185px;
}

#menu_lage  ul li {
	display: inline;
	float: left;
}

/* LISTEN */

#menu_rooms ul li{
	width: 111px;
	height: 116px;	
}

#content_gridleft ul li {
	display: inline;
	float: left;
	background-color: #fff;
}
#content_gridleft ul li.margin_right {
	padding-right: 10px;
}

/* Homepage Addressfield */

.hp_email {
	position: absolute;
	top: 534px;
	left: 135px;
}

/* list */

#content_rigtgrid_nomenu {
	position: absolute;
	width: 320px;
	height: 495px;
	margin-top: 61px; /*61px*/
	/*background-color: #ff00ff;*/
}

#content_box {
	position: absolute;
	width: 320px;
	height: 415px;
	margin-top: 85px;
	/*background-color: #0000ff;*/
}

#listOfText{
	padding: 0px;
	margin: 0px;
}

#listOfText h1 {
	margin-bottom: 45px;
}
#listOfText ul{
	margin: 0 0 15px 0;
	padding: 0;
	/*background-color: #00CCCC;*/
}

#listOfText ul li {
	padding-left: 35px;
	margin-bottom: 10px;
	/*background-color: #00CCCC;*/
}

#listOfText ul li.nopad {
	padding: 0px;
	margin: 0px;
}

#listOfText ul li.smallmargin_bottom {
	padding-bottom: 5px;
	margin: 0px;
}

#listOfText ul li.link {
	padding-left: 19px;
	/*background-color: #fff000;*/
}

#listOfText ul li.line_green {
	padding-left: 35px;
	background: url('/images/line_green.gif') no-repeat 0px 5px;
}

#listOfText ul li.line_beige {
	padding-left: 35px;
	background: url('/images/line_beige.gif') no-repeat 0px 5px;
}

#listOfText ul li.line_cyan {
	padding-left: 35px;
	background: url('/images/line_cyan.gif') no-repeat 0px 5px;
}




















