/*

CREON Anwaltskanzlei

Version 1.0
02/09

*/


/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4e4e4e;
    color: #212121;
	font-family: "Myriad", "Myriad Web", "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 1.8em;
    }

body.splash {
	background: #e9ebde;
}

img { border: 0; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* typography */

p.first {
	display: inline;
}	

p.margin, div.lawyer-info p, div.news-post p {
	margin-bottom: 1em;
}


em {
	font-style: normal;
	font-weight: bold;
}

h1, h2, h3, h4 { 
	font-weight: normal; 
	font-family: Times, "Times New Roman", Georgia, serif;
}

h1 {
	background: #4e4e4e url(../i/h1-creon.gif) no-repeat;
	width: 218px;
	height: 152px;
}

h2 {
	font-size: 2.5em;
	letter-spacing: 2px;
	color: #838383;
	text-align: right;
	margin-bottom: 45px;
}

h3 {
	font-size: 1.7em;
	letter-spacing: 1px;
	color: #1b1b1b;
	display: inline;
	margin-right: 30px;
}

h3.lawyer-head {
	display: block;
	margin: 0 0 10px 0;
}

h4 {
	font-family: "Myriad", "Myriad Web", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #404040;
	margin-top: 20px;
}

/* links */

a, a:hover {
	-moz-outline-style: none;
	text-decoration: none;
	color: #212121;	
}

p a, span.post-foot a {
	font-size: 0.8em;
	color: #212121;
	text-transform: uppercase;
	border-bottom: 1px solid #212121; 
	}

p a:hover {
	color: #212121;
	text-transform: uppercase;
	border: 0;
}

a.backlink {
	display: block;
	width: 218px;
	height: 152px;
}

a#backlink:hover {
	border: 0;
	text-decoration: none;
}

a.image {
	text-decoration: none;
	border: 0;
}

/* lists */

ul {
	list-style: none;
}

/* forms */

input {
	padding: 3px;
	border: 1px solid #b2b4a8;
}

input#submit {
	padding: 1px 3px 1px 3px;
	cursor: pointer;
}


form#partyform {
	margin: 3px 0 3px 0;
}

form#partyform input {
	margin-right: 5px;
}

/* dirty helpers */

.left 		{ float: left;}
.right 		{ float: right;}
.hidden 	{ position:absolute; left:-999px; width:200px;}
.break 		{ clear: both; display: block;}

/* navigation */

ul#nav-list {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 1.25em;
	letter-spacing: 1px;
	list-style: none;
}

ul#nav-list li a {
	display: block;
	width: 220px;
	background: transparent url(../i/nav-break.gif) no-repeat;
	background-position: bottom;
	color: #3d3d3d;
	text-transform: none;
	border: none;
	padding: 0 0 4px 0;
	margin-top: 8px;	
}

ul#nav-list li a:hover {
	background-image: url(http://creon.de/i/nav-break-hover.gif);
	color: #404040;
}

/* splash */

div#splash-wrap {
	width: 950px;
	margin: 0 auto 50px auto;
}

div#splash-sidebar {
	width: 190px;
	padding: 60px 30px 0 30px;
	float: left;
}

div#splash-content {
	width: 600px;
	height: 450px;
	float: left;
	margin-left: 30px;
	border-left: 1px solid #878787;
	padding: 60px 20px 0 30px;
}

div#flags-wrap {
}

a.lang-option {
	display: block;
	height: 10px;
	width: 60px;
	margin: 5px 20px 0 0;
	padding-top: 35px;
	text-align: center;
	float: left;
}

a#de { background: transparent url(../i/flag-de.gif) no-repeat; background-position: center top;}
a#gb { background: transparent url(../i/flag-gb.gif) no-repeat; background-position: center top;}
a#us { background: transparent url(../i/flag-us.gif) no-repeat; background-position: center top;}
a#fr { background: transparent url(../i/flag-fr.gif) no-repeat; background-position: center top;}
a#es { background: transparent url(../i/flag-es.gif) no-repeat; background-position: center top;}
a#da { background: transparent url(../i/flag-da.gif) no-repeat; background-position: center top;}


div#lang {
	margin-top: 30px;
}


/* head */

div#language {
	font-family: Times, "Times New Roman", Georgia, serif;
}

div#language a {
	color: #757575;
	text-transform: none;
	border: 0;
}

div#language a:hover {
	color: #212121;
	text-transform: none;
}

div#language span.language_active a {
	color: #212121;
}

/* news */

h3.news-head {
	font-size: 1.2em;
	display: block;
}

div#news a {
	color: #5c5c5c;
	border-color: #878787;
}

div.news-content {
	min-height: 500px;
}

/* content */

div.content-section {
	margin-bottom: 30px;
}

div.news-post {
	border-bottom: 1px solid #b2b4a8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

span.post-foot {
	margin-top: 10px;
	color: #878787;
}

span.post-foot a {
	color: #878787;
	border-color: #878787;
}

span.post-foot a:hover {
	border: 0;
}



/* lawyers */

div.lawyer-contact {
	float: left;
}

div.lawyer-contact img 	{ margin-bottom: 20px; display: block; }
div.lawyer-contact p 	{ padding-left: 5px; }

div#lawyer-wrap {
	width: 600px;
/*	height: 605px; */
	overflow: hidden;
	margin-bottom: 20px;
}

div#lawyer-inner {
	width: 6000px;
}

div.scrolling-content {
	width: 600px;
/*	height: 605px; */
	float: left;
}

div.lawyer-info {
	width: 300px;
	margin-left: 20px;
	float: left;
}

div.lawyer-nav {
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	width: 600px;
	height: 25px;
	padding: 0 5px 0 5px;
	line-height: 25px;
}

div.lawyer-nav-top {
	margin-bottom: 20px;
}

div.lawyer-links {
	float: left;
}

div.lawyer-bttns {
	width: 63px;
	height: 25px;
	border-left: 1px solid #878787;
	padding-left: 22px;
	float: right;
}

a.lawyer-button {
	display: block;
	float: left;
	width: 20px;
	height: 25px;
}

a.lawyer-last {
	background: transparent url(../i/lawyer-nav-last.gif) no-repeat;
	margin-right: 3px;
	background-position: center;
}

a.lawyer-next {
	background: transparent url(../i/lawyer-nav-next.gif) no-repeat;
	background-position: center;
}

span.divider {
	color: #878787;
}

/* contact */

div.col {
	width: 250px;
	margin-right: 30px;
	float: left;
}

iframe {
	width: 600px;
	height: 400px;
	margin: 20px 0 10px 0;
	border: 1px solid #878787;
}

/* imprint */

img#immo_logo {
	margin: 15px 0 0 0;
}

/* foot */

p#foot-meta {
	padding-bottom: 20px;
}

/* layout */

div#wrap {
	background: #e9ebde;
	width: 950px;
	margin: 0 auto 50px auto;
}

div#language {
	height: 25px;
	padding: 15px 30px 0 0;
	text-align: right;
}

div#head {
	background: transparent url(../i/head-alster.jpg) no-repeat;
	background-position: 307px 40px;
	height: 270px;
	padding-left: 30px;
	margin-bottom: 70px;
}

div#sidebar {
	width: 190px;
	padding: 0 30px 0 30px;
	float: left;
}

div#news {
	color: #878787;
	margin: 70px 0 10px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #b2b4a8;
	border-bottom: 1px solid #b2b4a8;
}

div#content {
	width: 600px;
	float: left;
	margin-left: 30px;
	border-left: 1px solid #b2b4a8;
	padding: 0 20px 0 30px;
}

div#foot{
	width: 225px;
	float: left;
	border-right: 1px solid #b2b4a8;
	padding: 0 30px 0 25px;
}

/* form */

.partyinput {
	margin: 5px 0 5px 0;
	display: block;
}

.btn {
	display: block;
	background-color: transparent;
	float: right;
}

