/**
* Backgrounds
*/
div#background {
	position:absolute;
	width:700px;
	height:700px;
	top:50%; 
	left:50%;
	margin-top:-350px;
	margin-left:-350px;
	z-index:1;
}

div#background.home {
	background-image:url('../jpgs/master_kanzlei.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.verwaltungsrecht {
	background-image:url('../jpgs/master_verwaltungsrecht.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.sozialrecht {
	background-image:url('../jpgs/master_sozialrecht.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.strafrecht {
	background-image:url('../jpgs/master_strafrecht.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.familienrecht {
	background-image:url('../jpgs/master_familienrecht.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.ueber {
	background-image:url('../jpgs/master_ueber.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.kontakt {
	background-image:url('../jpgs/master_kontakt.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.impressum {
	background-image:url('../jpgs/master_impressum.jpg'); background-repeat:no-repeat; background-size: 100%;
}

div#background.datenschutz {
	background-image:url('../jpgs/master_datenschutz.jpg'); background-repeat:no-repeat; background-size: 100%;
}

/**
* Navigation
*/
div#navigation {
	position:absolute;
	width:646px;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:-220px;
	margin-left:-323px;
	z-index:3;
}

/**
* Content
*/
div#content {
	position:absolute;
	width:646;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:-144px;
	margin-left:-323px;
	z-index:4;
}

div#content-home {
	position:absolute;
	width:646px;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:-118px;
	margin-left:-323px;
	z-index:4;
}

div#content-left {
	position:absolute;
	width:315;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:-144px;
	margin-left:-323px;
	z-index:4;
}

div#content-right {
	position:absolute;
	width:315;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:-144px;
	margin-left:10px;
	z-index:4;
}

div#content_1 {
	position:absolute;
	width:315;
	height:380;
	top:50%; 
	left:50%;
	margin-top:-144px;
	margin-left:-323px;
	z-index:4;
}

div#content_2 {
	position:absolute;
	width:315;
	height:380;
	top:50%; 
	left:50%;
	margin-top:-144px;
	margin-left:10px;
	z-index:4;
}

div#content_3 {
	position:absolute;
	width:315;
	height:354;
	top:50%; 
	left:50%;
	margin-top:-118px;
	margin-left:-323px;
	z-index:4;
}

div#content_4 {
	position:absolute;
	width:315;
	height:354;
	top:50%; 
	left:50%;
	margin-top:-118px;
	margin-left:10px;
	z-index:4;
}

/**
* Footer
*/
div#footer {
	position:absolute;
	width:646px;
	height:auto;
	top:50%; 
	left:50%;
	margin-top:260px;
	margin-left:-323px;
	z-index:5;
}

/**
* Typografie
*/
body {
	font-family: 'Lucida Grande', 'Trebuchet MS', Century Gothic, Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color: #142864;
	padding-right: 5px;
	padding-left: 5px;
}

.navi { 
	line-height: 13px;
	text-align: left;
	letter-spacing: -0.01em;
}

.copy {
	line-height: 22px;
	text-align: left;
}

.copy-long {
	line-height: 18px;
	text-align: left;
	letter-spacing: -0.005em;
}

.copy-center {
	line-height: 22px;
	text-align: center;
}

.copyright {
	line-height: 13px;
	text-align: right;
	letter-spacing: -0.01em;
}

a:link { color: #142864;
	text-decoration: none; 
}
a:visited { color: #142864;
	text-decoration: none;
}
a:active { color: #142864;
	text-decoration: none; 
}
a:hover { color: #142864;
	text-decoration: underline;
}