/*******************************
	Schüssler Rechtsanwälte
	Cascading Style Sheet
	Last changed 10/02/2008
********************************/

/** Simple CSS-Reset **/

* {
	vertical-align: baseline;
	font-weight: normal;
	font-family: normal;;
	font-style: normal;;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

ol,ul {
	/* list-style: none; */
	list-style: square;
}

#points_ul {
	margin-left: 20px;
}

#points_li {
	margin:5px 0; 
	padding:2px;
}

li, dd, blockquote {  
	margin-left: 0px;  
} 

table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}
	
	
/** Basic HTML-Elements **/

* {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4em;
	/* color: #3e4041; */
	color: #000a2d;
}

html {
}

body {
	/* background-color: #9ea4a6; */
	background-color: #FFFFFF;
}


/** Structural Elements **/

/* Wrapper */

#structure_wrapper {
	position: absolute;
	left: 50%;
	width: 800px;
	margin: 30px 0px;
	margin-left: -400px;
}

a.topLink {
	font-size: 0.7em;
	/* color: #3e4041; */
	color:000a2d;
	text-decoration: none;
}


/* Header */

#structure_header {
	height: 150px;
	padding-left: 200px;
	/* background: #357d8b url('../images/header.png') no-repeat; */
	background: #0126a6 url('../images/header.png') no-repeat; /** Hintergrund-Farbe vom Header **/
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#structure_header h1 {
	margin-bottom: 3px;
	padding-top: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	// border-bottom: #5d97a2 solid 2px;
}


/* Navigation */

#structure_navigation {
	height: 35px;
	/* background-color: #2d636d; */
	background-color: #001768; /** Hintergrund-Farbe vom Hautmenü **/
}

#structure_navigation ul {
	list-style-type: none;
	margin-left: 240px;
}

#structure_navigation ul li {
	display: block; 
	float: left;
	padding: 9px 10px;
}

.navLeft {
	position: absolute;
	display: block;
	width: 200px;
	margin-bottom: 3px;
	margin: 6px 0px;
	padding: 3px 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-right: #fff solid 1px;
}

#structure_navigation ul li a {	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#structure_navigation ul li a.current {
	text-decoration: underline;
}

#structure_navigation ul li a:hover {
	text-decoration: underline;
}


/* Content Wrapper */

#structure_contentWrapper {
	width: 100%;
	background: #fff url('../images/contentBg.png') repeat-y;
	border-right: #D7DCEE thin solid; /* rechter Strich am Content-Bereich */
}


/* Sidebar */

#structure_sidebar {
	float: left;
	width: 200px;
	margin-top:10px;
	margin-bottom:10px;
}

#structure_sidebar ul {
	list-style-type: none;
}

#structure_sidebar ul li {
	display: block; 
	padding: 4px 20px;	
	/* background: #d3dfdf url('../images/bullet.png') no-repeat 5px; */
	background: #d7dcee url('../images/bullet.png') no-repeat 5px; /** Hintergrund-Farbe vom Menü "Rechtsgebiete" **/
	border-bottom: #acb8b8 dotted 1px;
}

#structure_sidebar ul li a {
	font-weight: bold;
	/* color: #3e4041; */
	color: #001768; /** Text-Farbe vom Menü "Rechtsgebiete" **/
	text-decoration: none;	
}

#structure_sidebar ul li a.current {
	text-decoration: underline;
}

#structure_sidebar ul li a:hover {
	text-decoration: underline;
}


/* Content */

#structure_content {
	margin-left: 200px;
	padding: 10px 20px;
}


/* Footer */

#structure_footer {
	clear: both;
	height: 100px;
	// background-color: #86989a;
	background-color: #7e8795;
}

#structure_footer div {
	float: left;
	width: 25%;
	margin: 15px 0px;
}

#structure_footer div.lastBox {
	width: 50%;
}

#structure_footer strong {
	margin: 10px 20px;		
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}

#structure_footer address {
	margin: 10px 20px;			
	font-size: 0.9em;
	color: #fff;
}

#structure_footer address a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#structure_footer address a:hover {
	text-decoration: underline;
}


/** General Typography **/

a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3 {
	line-height: 1.8em;
	font-weight: bold;
	/* color: #2d636d; */
	color: #001768; /** Text-Farbe von Überschriften" **/
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

p {
	margin: 10px 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/** Meine Formatierungen **/

#tabelle {
	padding:15px;
	margin: 15px 22px;
	width:500px;
	height:200px;
	}

#tabelle p {
	margin: 0px 0px;
}

#tabelle1 {
	padding:15px;
	margin: 15px 22px;
	width:150px;
	height:100px;
	}

#tabelle2 {
	padding:15px;
	margin: 15px 22px;
	width:250px;
	height:100px;
	}

#tabelle3 {
	padding:15px;
	margin: 15px 22px;
	width:350px;
	height:100px;
	}

#tabelle4 {
	padding:15px;
	margin: 15px 22px;
	width:500px;
	height:100px;
	}
