* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	color: #266659;
	line-height: 1.9em;
	text-align: center;
	background-color: #2b4c3f;
}


/* {{{ Links */
a:link {
	padding: 1px;
	color: #266659;
	text-decoration: underline;
}
a:visited {
	padding: 2px;
	color: #666666;
}
a:hover {
	color: #266659;
	background-color: #edf4f2;
	text-decoration: none;
}
a:active, a:focus {
	color: #266659;
	background-color: #edf4f2;
	text-decoration: none;
}

a.no_underline {
	text-decoration: none;
}

a.extern {
	padding-right: 1.4em;
	background-image: url(../images/icon-extern-url.gif);
	background-repeat: no-repeat;
	background-position: right;
}

p.toplink a {
	padding-left: 0.7em;
	background-image: url(../images/icon-top.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#logo a {
	padding: 0px;
}
#logo a:hover, #logo a:active, #logo ul li a:focus, #speed_menu a:hover, #speed_menu a:active, #speed_menu ul li a:focus, h5 a:hover {
	background-color: transparent;
}
#logo a:hover, #logo a:active, #logo ul li a:focus {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #c1d4ce;
}
#footer a:hover, #footer a:active, #footer ul li a:focus {
	color: #266659;
	background-color: #d2e4de;
}

a#slick-toggle:link, a#slick-toggle:visited {
	color: #7ca59b;
	text-decoration: none;
	background-image: url(../images/toggle_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 2px 2px 22px;
}
a#slick-toggle:hover, a#slick-toggle:active, a#slick-toggle:focus {
	color: #7ca59b;
}
a#slick-toggle.active {
	background-position: left bottom;
}
/* }}} */


/* {{{ Structure */
#outer_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -268px; /* half of container's height */
	float: left;
}
#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	padding: 5px 5px 63px 5px;
	width: 968px;
	height: 492px;
	text-align: left;
	clear:left;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
}
#wrapper {
	width: 952px;
	height: 476px;
	text-align: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-color: #d2e4de;
	border: 8px solid #fff;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #254136;
}

/* Column settings */
.column_left {
	float: left;
	width: 476px;
	height: 476px;
	background-repeat: no-repeat;
}
.column_right {
	float: right;
	padding: 0px 25px;
	width: 426px;
	height: 476px;
	font-size: 1.1em;
	overflow: auto;
}
.column_right_iframe {
	float: right;
	padding: 0px 0px 0px 25px;
	width: 451px;
	height: 476px;
	font-size: 1.1em;
	overflow: hidden;
}
.column_right_iframe iframe {
	width: 451px;
	height: 415px;
	margin: 0;
	padding: 0;
}
#logo {
	margin-top: 10px;
	margin-left: 10px;
	width: 325px;
	height: 58px;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.06em;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Gecko */
	opacity: 0.80; /* Opera */
	background-color: #fff;
}
/* }}} */


/* {{{ Navigation */
#menu ul, #speed_menu ul {
	list-style-type: none;
}
#menu ul li, #speed_menu ul li {
	display: inline;
}

#menu ul li a.aktive, #menu ul li ul li a.aktive, #speed_menu ul li a.aktive {
	cursor: default;
}

/* Main Navigation */
#menu {
	position: absolute;
	bottom: 72px;
	left: 13px;
	line-height: 1.7em;
	width: 475px;
}
#menu ul.main {
	font-size: 1.36em;
	font-weight: bold;
	font-variant: small-caps;
}
#menu ul li a {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	padding: 5px;
	width: 84px;
	height: 84px;
	color: #fff;
	text-decoration: none;
	background-color: #266659;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Gecko */
	opacity: 0.60; /* Opera */
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus, #menu ul li a.aktive {
	color: #266659;
	background-color: #fff;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Gecko */
	opacity: 0.70; /* Opera */
}
/* Sub */
#menu ul ul {
	position: absolute;
	font-size: 0.79em;
	font-weight: normal;
	font-variant: normal;
}
#menu ul ul li a {
	color: #1a3b34;
	text-decoration: none;
	background-color: #b4d2c8;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Gecko */
	opacity: 0.70; /* Opera */
}
#menu ul li ul li a.image { /* Attorneys images on Navi */
	padding: 0px;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Gecko */
	opacity: 0.70; /* Opera */
	border: 5px solid #adc7bd;
}
#menu ul li ul li a.image:hover, #menu ul li ul li a.image:active, #menu ul li ul li a.image:focus, #menu ul li ul li a.image.aktive {
	border: 2px solid #ddd;
	width: 90px;
	height: 90px;
}
#menu ul ul.smenu1 { /* Attorneys Submenu */
	left: 0px;
}
#menu ul ul.smenu3 { /* Fields of law Submenu */
	left: 190px;
	width: 285px;
}
#menu ul ul.smenu3 li a {
	float: right;
}
#menu ul ul.one {
	top:-285px;
}
#menu ul ul.two {
	top:-190px;
}
#menu ul ul.three {
	top:-95px;
}

/* Speed Menu */
#speed_menu {
	clear: both;
	padding-top: 0.2em;
	text-align: right;
	font-size: 1.1em;
	text-transform: uppercase;
}
#speed_menu ul li {
	padding: 0 0.4em 0 0.6em;
	border-left: 1px solid #597269;
}
#speed_menu ul li.first {
	border-left: none;
}
#speed_menu ul li a {
	color: #b4d2c8;
	text-decoration: none;
}
#speed_menu a:hover, #speed_menu a:active, #speed_menu ul li a:focus, #speed_menu ul li a.aktive {
	text-decoration: underline;
}
/* }}} */


/* {{{ Format Text */
#footer, #start, #menu ul, .cluetip-jtip h3#cluetip-title, h1, em, blockquote, h2, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.column_right, #speed_menu, .cluetip-jtip #cluetip-outer, h3, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	font-size: 1.4em;
	line-height: 38px;
	color: #c1d4ce;
}

#start p {
	padding: 80px 0px 0px 0px;
	text-align: center;
	font-size: 1.45em;
	line-height: 1.55em;
}

#terrain {
	padding-top: 95px;
}
#terrain h1 {
	font-size: 2.3em;
}
#terrain .einzug, .einzug, h1.einzug {
	padding-left: 120px;
}
#terrain ul {
	padding-left: 68px;
	margin-left: 68px;
}

.column_right h1, .column_right_iframe h1 {
	padding: 16px 0em 0.7em 0em;
	font-size: 2em;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.05em;
}
.column_right h2 {
	padding: 16px 0em 0.86em 0em;
	font-size: 1.9em;
	line-height: 1.35em;
	font-weight: normal;
	font-variant: small-caps;
}
.column_right h3 {
	padding: 1em 0em 1.3em 0em;
	font-size: 1.18em;
	line-height: 1.84em;
}
.column_right h4 {
	padding-bottom: 1.4em;
	font-size: 1.18em;
	line-height: 1.84em;
	font-weight: normal;
	/*font-style: italic;*/
}
.column_right h5 {
	font-size: 1.1em;
	padding-top: 1.2em;
	padding-bottom: 1em;
}

p, ol {
	padding-bottom: 1.2em;
}
p.bigger, .column_right ul.bigger li {
	padding-bottom: 2.2em;
}
.column_right ul {
	list-style-type: square;
}
.column_right ul, .column_right ol {
	margin-left: 0.8em;
	padding-left: 0.8em;
	padding-bottom: 0.4em;
}
.column_right ul li, .column_right ol li {
	padding-bottom: 0.6em;
}

.normal {
	font-weight: normal;
}
.column_right h2.smalleinzug, .column_right h3.smalleinzug, .smalleinzug {
	padding-left: 60px;
}
.column_right .nomargintop {
	padding-top: 0px;
}
.column_right .nomarginbottom {
	padding-bottom: 0px;
}
.rahmen {
	border: 1px solid #9ebeb6;
}
p.toplink {
	text-align: right;
	font-size: 0.91em;
	line-height: 1em;
}

/* List as columns */
ul.twocolums {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.innen {
	float: left;
	width: 120px;
	font-weight: bold;
	margin: 0 10px 10px 0;
}
li.aussen {
	float: left;
	width: 250px; 
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
}
li.clr {
	display: inline;
	margin: 0;
	padding: 0;
	width: 1px;
}
br.clr {
	clear: left;
	width: 1px;
	font-size:1px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
/* }}} */


/* Common classes */
.fltright {
	float: right;
}
.fltleft {
	float: left;
}


/* {{{ Plugins */
/* Social */
.bubbleInfo {
	position: relative;
}
.popup {
	position: absolute;
	display: none;
	padding: 10px;
	padding-bottom: 2px;
	width: 200px;
	z-index: 10;
	text-align: left;
	text-transform: none;
	background-color: #fff;
	border: 1px solid #bdcdc7;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#speed_menu .popup ul li {
	display: block;
	float: left;
	margin-bottom: 8px;
	padding: 0px 0px 0px 20px;
	width: 80px;
	height: 16px;
	border-left: none;
	background-image: url(../images/socialicons.png);
	background-repeat: no-repeat;
}
#speed_menu .popup ul li a {
	color: #266659;
}
li.favorite {
	background-position: 0px -272px;
}
li.delicious {
	background-position: 0px -176px;
}
li.digg {
	background-position: 0px -192px;
}
li.google {
	background-position: 0px -336px;
}
li.linkedin {
	background-position: 0px -400px;
}
li.reddit {
	background-position: 0px -592px;
}
li.wong {
	background-position: 0px -448px;
}
li.twitter {
	background-position: 0px -784px;
}
li.facebook {
	background-position: 0px -239px;
}
/* }}} */
