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

/* 
Theme Name: Weitzberg und Weitzberg
Theme URL: http://soulstyled.de/
Description: Entwicklungstemplate kanzlei-weitzberg.de
Author: Michael Geissler
Author URI: http://soulstyled.de
Version: 1.0

Code is Poetry!

/*---------------------------------------------------------------------------
CSS Reset
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*---------------------------------------------------------------------------
Body und Container
-----------------------------------------------------------------------------*/

body { 
	background:#ffffff;
	text-align:center; /* zentriert Seite im IE! */
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	}

#container{
	width:960px;
	margin:0 auto;
	text-align:left; /* Überschreibt den IE fix aus dem body */
	}
	
	
/*---------------------------------------------------------------------------
Header und Navigation Styling
-----------------------------------------------------------------------------*/

#logo {
	width:100%;
	float:left;
	padding:16px 0;
	}


#navcontainer {
  	width: 100%;
	float:left;
  	height: 74px;
  	background: url(../img/navbg.gif) repeat-x;
	text-align:left;
}

#navcontainer strong { font-size:130%;}


#nav {
	height: 74px;
  	list-style: none;
	 margin-top:14px;
	 margin-left:10px;
	text-align:left;
	font-size:80%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px 10px;
	float: left;
	position: relative;
	list-style: none;
	height: 40px;
 	float: left;
	border-right:1px solid #cccccc;
	width:130px;
	text-align:left;
}


/* main level link */
#nav a {
	height: 40px;
	display: block;
	text-decoration: none;
	color:#7c7c7c;

	}
	
#nav a:hover {
	color:#337797;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color:#337797;
	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

}
#nav ul a:hover {
	background:#337793 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	top: 43px;
	left: 0;
	background: #efefef;
	border: solid 1px #b4b4b4;
	width:175px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding:0;
	height:25px;
	border:0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	width:165px;
	height:20px;
	padding: 0 5px 0 5px;


}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
	
#keyvisual {
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-top:10px;
	}
	
#keyvisual img {
	background:#e3d8c5;
	}
	
#active-tab a:link, #active-tab a:visited, #active-tab a:active {
	color: #337797;
}

/*---------------------------------------------------------------------------
Page Styling
-----------------------------------------------------------------------------*/

#contentwrap {
	width:960px;
	float:left;
	min-height:150px;
	padding: 20px 0;
	}
	
#contentwrap h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:150%;
	color:#337793;
	margin-bottom:12px;
}
	
#contentwrap ul {
	padding-left:25px;
	}

#contentwrap h2 {
	font-size:160%;	
	font-weight:bold;
	padding:0 0 20px 0;
	color:#7b9d33;

	}
	
#contentwrap h2 a:link {
	
	color:#7b9d33;
	text-decoration:none;

	}
#contentwrap h2 a:active {
	color:#7b9d33;
	text-decoration:none;
}
#contentwrap h2 a:visited {
	color:#7b9d33;
	text-decoration:none;
	}
#contentwrap h2 a:hover {
	color:#5d7922;
	text-decoration:none;
}

#contentwrap p {
	display:block;
	margin:0 0 20px 0;
	font-size:90%;
	}
	
#contentwrap strong {
	font-weight: bold;
	}
	

#contentwrap a:link {	
	color:#337793;
	text-decoration:none;

	}
#contentwrap a:active {
	color:#337793;
	text-decoration:none;
}
#contentwrap a:visited {
	color:#337793;
	text-decoration:none;
	}
#contentwrap a:hover {
	color:#337793;
	text-decoration:underline;
}

#contentwrap h3 { 
	font-weight:bold;
	margin:0;
	padding:0;
	line-height: 15px;
	font-size:14px;
	}
/*---------------------------------------------------------------------------
Footer Styling
-----------------------------------------------------------------------------*/	

#footer {	
	font:Arial, Helvetica, sans-serif;
	font-size:80%;
	float:left;
	width:960px;
	padding:0;
	border-top:1px solid #dedede;
	}
	
#footer ul {
	float:left;
	list-style:none;
	padding:10px 0;
	}
	
#footer ul li {
	float:left;
	list-style:none;
	padding-right:20px;
	}
	
#footer a {
	color: #7c7c7c;
}

#footer a:hover {
	color: #337797;
}

#footer .copyright {
	float:right;
	color:#7c7c7c;
	width:250px;
	display:block;
	padding:10px 0;
	text-align:right;
	} 

/*---------------------------------------------------------------------------
Sidebar
-----------------------------------------------------------------------------*/
#maincontent {
	float:left;
	width:630px;}
	
#sidebar {
	float:right;
	width:260px;
	padding:20px;
	border:1px solid #d9d9d9;
	border-top:4px solid #337797;}
	
#sidevisual {
	float:right;
	width:302px;
	}
.schwerpunkte {
	font-size:90%;
	padding-top:6px;
	margin-left:5px;
	}
.schwerpunkte strong {
	font-size:95%;
	}

#side-contact {
	float:right;
	width:292px;
	margin-top: 20px;
	padding-left:10px;
	}

/*---------------------------------------------------------------------------
Specials
-----------------------------------------------------------------------------*/

.divider {
	width:630px;
	border-bottom: 1px solid #dedede;
	margin: 5px 0 10px 0;}

.teasebox {
	width: 300px;
	margin-right:15px;
	float:left;
	}
	
.formmeta {
	font-size:80%;
	display:block;
	padding:5px 0 2px 0;
	}

.clearit {clear:both;}

form {
	margin:0;
	padding:0;}
	
form input {
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	width:248px;
	margin-bottom:5px;}

form textarea {
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	width:248px;
	margin-bottom:5px;}
	
#sidebar p {
	margin:4px 0 7px 0;
	padding:0;
	font-size:90%;
	line-height:130%;}
	
#sidebar h3 {
	font-weight:bold;}

