@charset "utf-8";
/* CSS Document */


/* TABLE OF CONTENTS:
---------------------------------------------------------------------------------------
	
	0:	CSS RESET & HELPERS:
	
		0.1:	CSS RESET:
		0.2:	AUTO-CLEAR & GLOBAL HELPERS
	
	1:	TYPOGRAPHY & LINK STYLING:
	
		1.1:	TYPO:
		1.2:	LINKS:
	
	2:	STRUCTURE & LAYOUT
		
		2.1:	STRUCTURE
		2.2:	HEADER
		2.3:	NAVIGATION
		2.4:	FOOTER
		2.5:	CONTENT
		
	
--------------------------------------------------------------------------------------	
*/



/*  >> 0.	CSS RESET & HELPERS:
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

/*  		>> 0.1.	CSS RESET:
--------------------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }

ol, ul { list-style: none; }

/*
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
*/

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}



/*  		>> 0.2.	AUTO-CLEAR & GLOBAL HELPERS:
--------------------------------------------------------------------------------------- */
.autoclear:after,
div#content-wrapper div.col-box:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/*  >> 1.	TYPOGRAPHY & LINK STYLING:
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */


/*  		>> 1.1.	TYPO:
--------------------------------------------------------------------------------------- */

body, p, a,
ol, ul, li,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
}


div#footer li {	color: #FEFEFE; }

ul#select-language li,
ul#select-language li a { font-size: 11px; }



div.cnt-container strong,
div.cnt-container h2,
div.cnt-container h3,
div.cnt-container h4 { color: #000; }

div.module-col-text p strong { color: #333; }



/*  		>> 1.2.	LINKS:
--------------------------------------------------------------------------------------- */

div.cnt-module a
{
	color: #3A9A9E;
	background: url(../images/arrow_green.png) 0px 4px no-repeat;
	padding-left: 8px;
}

div.cnt-container div.content a.more-link
{
	color: #333;
	background: url(../images/arrow_grey.png) 0px 4px no-repeat;
	padding-left: 8px;
}

div.cnt-module a:link,
div.cnt-module a:visited,
div.partner-data h6 a:link,
div.partner-data h6 a:visited { text-decoration: none; }
div.cnt-module a:hover,
div.partner-data h6 a:hover { text-decoration: underline; }


div.cnt-module div.contact-item a
{
	color: #333;
	background-image: none; 
	padding-left: 0;
	line-height: 1.2em;
}
div.cnt-module div.contact-item a:link,
div.cnt-module div.contact-item a:visited,
div.partner-data a:link,
div.partner-data a:visited,
div.module-col-text a:link,
div.module-col-text a:visited { text-decoration: underline; }

div.cnt-module div.contact-item a:hover,
div.partner-data a:hover,
div.module-col-text a:hover { text-decoration: none; }

div.partner-data h6,
div.partner-data h6 a { color: #000; }

div.partner-data a { color: #333; }

div.module-col-text a:link { color: #000; }
div.module-col-text a:visited { color: #333; }
div.module-col-text a:hover { color: #000; }

ul#navigation-main a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
}
ul#navigation-main a:link,
ul#navigation-main a:visited { color: #CCC; }
ul#navigation-main a:hover,
ul#navigation-main a.selected { color: #FFF; background-color: #3A9A9E; }


ul#subnavi a { font-weight: normal; text-decoration: none; }

ul#subnavi a:link,
ul#subnavi a:visited { color: #333; }
ul#subnavi a:hover,
ul#subnavi a.selected { color: #3A9A9E; }

div#footer li a { text-decoration: none; }
div#footer li a:link, div#footer li a:visited {	color: #727272; }
div#footer li a:hover {	color: #CCC; }




/*  >> 2.	STRUCTURE LAYOUT
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */


/*  		>> 2.1.	STRUCTURE:
--------------------------------------------------------------------------------------- */

body { background-color: #262626; }

div#page-wrapper
{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

	div#header
	{
		position: relative;
		height: 148px;
	}
	
	div#content-wrapper
	{
		position: relative;
		background: #D8D8D8 url(../images/bg_cnt.png) left top repeat-x;
		padding: 12px 20px 20px 20px;
	}
	
	div#footer
	{
		position: relative;
		padding-top: 7px;
	}
	
		div#page-bottom
		{
			clear: both;
			padding-bottom: 26px;
		}



/*  		>> 2.2.	HEADER:
--------------------------------------------------------------------------------------- */

div#header h1#logo a
{
	position: absolute;
	top: 33px;
	left: -1px;
	height: 107px;
	width: 226px;
	background: url(../images/header_logo.png) left top no-repeat;
	
	color: #D8D8D8;
	font-size: 32px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
}



/*  		>> 2.3.	NAVIGATION & MENU-LISTS:
--------------------------------------------------------------------------------------- */

ul#navigation-main
{
	display: block;
	position: absolute;
	right: -1px;
	bottom: 8px;
}

ul#navigation-main li
{
	float: left;
	display: inline;
	line-height: 1em;	
}

ul#navigation-main li a
{
	display: block;
	padding: 3px 10px 3px 10px;
	line-height: 1.1em;
	border-left: 1px solid #333;
}

ul#navigation-main li.first a { border-left: none; }


ul#subnavi
{
	padding-left: 2px;
	padding-right: 10px;
}

ul#subnavi ul { padding-bottom: 1em; }

ul#subnavi ul span
{
	color: #3A9A9E;
	font-weight: bold;
	padding-bottom: 0.2em;
	line-height: 1.2em;
	display: block;
}

ul#subnavi a
{
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

ul#subnavi ul a
{
	font-weight: normal;
}

ul#subnavi a,
ul#subnavi ul a
{
	background: no-repeat scroll 0 0.3em;
	padding-left: 8px;
	display: block;
}

ul#subnavi a,
ul#subnavi ul a { background-image: url(../images/arrow_grey.png); }
ul#subnavi a.selected { background-image: url(../images/arrow_green.png); }


/*  		>> 2.4.	FOOTER:
--------------------------------------------------------------------------------------- */

ul#select-language
{
	display: inline;
	padding-top: 2px;
}

ul#select-language li
{
	display: inline;
	float: left;
	padding: 0 6px 0 7px;
	line-height: 1em;
	border-left: 1px solid #727272;
}

ul#select-language li.first { border: none; margin-left: -7px; }

ul#select-language li a { line-height: 1em; }




/*  		>> 2.5.	CONTENT:
--------------------------------------------------------------------------------------- */

div.cnt-container h2,
div.cnt-container h3
{
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 9px;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
	
	font-size: 21px;
}

/*
div.cnt-container h2 { font-size: 21px; }
div.cnt-container h3 { font-size: 16px; padding-top: 5px; }
*/

div#content-wrapper div.col-box div.col
{
	float: left;
	display: inline;
	overflow: hidden;
}

div.col-box div.col-box { padding-bottom: 1.5em; }

div.subnav-wrapper
{
	width: 205px;
	margin-right: 20px;
}

div.w272 { width: 272px; }
div.w292 { width: 292px; }
div.w380 { width: 380px; }
div.w430 { width: 430px; }
div.w450 { width: 450px; }
div.w675 { width: 675px; }


div.sep-btm
{
	border-bottom: 1px solid #B4B4B4;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

div.sep-top
{
	border-top: 1px solid #B4B4B4;
}

div.cnt-module h4,
div.module-std-text p
{
	padding-bottom: 1.2em;
	line-height: 1.5em;
}

div.pic-sec { overflow: hidden; }

div.cnt-container div.content a
{
	background: none;
	padding: 0;
}


/* ------  2.5.1.	HOME-PAGE:	-------------------------------------------------------- */

div.home div.w430 {	margin-right: 20px; }

div.w450 div.module-big-picture { width: 450px; }


div.home div.w430 div.module-2cols
{
	margin-left: -50px;
	width: 480px;
}

div.home div.w430 div.module-2cols div.col
{
	width: 190px;
	margin-left: 50px;
}

div.module-2cols div.contact-item { margin-bottom: 40px; }



/* ------  2.5.2.	ATTPRNEYS-PAGE:	-------------------------------------------------------- */

div.module-partner-matrix
{
	padding-bottom: 10px;
	clear: both;
}

div.module-partner-matrix div.matrix-item
{
	width: 325px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

div.matrix-item div.partner-img
{
	width: 114px;
	height: 114px;
	float: left;
	display: inline;
}

div.matrix-item div.partner-img a
{
	display: block;
	border: 1px solid #000;
	width: 112px;
	height: 112px;
	overflow: hidden;
}

div.matrix-item div.partner-data
{
	float: left;
	display: inline;
	width: 200px;
	margin-left: 10px;
}

div.partner-data { line-height: 1.2em; }

div.w292 div.pic-sec { width: 272px; }
div.w380 div.pic-sec { width: 380px; }

/*
div.module-col-text { padding-bottom: 1em; }
*/

div.module-col-text p,
div.module-col-text li
{
	line-height: 1.5em;
}

div.module-col-text p { padding-bottom: 1em; }
div.module-col-text ul,
div.module-col-text ol { padding-bottom: 1.2em; }

div.module-col-text ul li
{
	list-style-position: inside;
	list-style-type: square;
}

div.module-col-text ol li
{
	list-style-position: inside;
	list-style-type: decimal;
}

div.module-col-text div.partner-data
{
	padding-top: 1em;
}


/* ------  2.5.3.	OFFICE-PAGE:	-------------------------------------------------------- */

div.content div.w272 { margin-left: 20px; }

div.module-team-table { padding-bottom: 20px; }

div.module-team-table th { padding-bottom: 5px; }

div.module-team-table th,
div.module-team-table td
{
	text-align: left;
	padding-bottom: 5px;
}

th.name { width: 170px; }
th.dpt { width: 210px; }
th.mail { width: 140px; }
th.phone { width: 152px; }


/* ------  2.5.4.	SEMINARS-PAGE:	-------------------------------------------------------- */

div.seminars-item div.pic-sec
{
	width: 220px;
	float: left;
	margin-right: 15px;
}

div.seminars-item div.module-col-text
{
	float: left;
	width: 365px;
}

div.module-col-text div.pic-sec
{
	margin-bottom: 1em;
}

/* ------  EXTRAS:	-------------------------------------------------------- */
.clearer { clear:both; }

#flags { padding-top:36px; float:right; width: 200px; text-align:right; }
