/*  
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      typography.css                                         *
 * created on:    2009 Jan 04 12:02:21 +0100 (UTC)                       *
 * last modified: 2009 Feb 06 19:53:47 +0100 (UTC)                       *
 * (c) 2009 Stefan 'Stefko' Kohler - eMail: stefko@stefko.com            *
 *                                     web: http://www.blognroll.com     *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
*/


/* 
@import url("navigation.css");
@import url("navigation_structure.css");
@import url("navigation_layout.css"); */
@import url("tabellen.css");

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#headnavi a:link, #headnavi a:visited, #headnavi a:active {
	color: #fff;
	word-spacing: 0.75em;
	font-size: 1.5em;
	text-decoration:none;
}

#headnavi a:hover {
	color: #ff7f00;
	word-spacing: 0.75em;
	font-size: 1.5em;
	text-decoration:underline;
}

#page {
	text-align: left;
}

#sidebar {
	/*background-color: #157641;*/
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#fff;
}

#sidebar ul {
	
}

#breadcrumb {
	color: #fff;
	font: 1.1em Verdana, Arial, Sans-Serif;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #fff;
	font: 1.1em Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #ff7f00;
	text-decoration: none;
}

#footer {
	background: url('_gfx/footer.png') no-repeat top;
	border: none;
}

#footer p {
	margin: 0;
	padding: 18px 0;
	text-align: center;
	line-height:16px;
}

#footer p a:link, #footer p a:visited, #footer p a:active {
	color:#333;
}

#footer p a:hover  {
	color: #ff7f00;
	text-decoration:underline;
}

#content h1 {
	color: #157741;
	font-size: 2em;
	font-family: Georgia, 'Times New Roman', serif;
}

#content h2 {
	color: #157741;
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', serif;
	border-bottom: 1px solid #157741;
	margin-left: 5px;
	width: 95%;
	margin-bottom:5px;
	text-decoration:none;
}

#content h2 a { /* für verlinkte H2-Überschrift auf der Links-Seite */
	color: #157741;
	text-decoration:none;
}

#content h3 {
	color: #157741;
	font-size: 1.35em;
	font-family: Georgia, 'Times New Roman', serif;
	width: 95%;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#content h4 {
	font-size: 1.15em;
	font-family: Georgia, 'Times New Roman', serif;
	width: 95%;
	margin-left:10px;
	margin-top:10px;
}

#content h6 {
	font-size: 0.8em;
	margin-left: 500px;
	margin-right: 0px;
	border-top: 1px solid #157741;
	text-align:right;
	margin-bottom:0;
}

#content p, #content li {
	/*text-indent: 1em;*/
	color: #157741;
	font-size: 1.1em;
	text-align: justify;
	line-height:1.4em;
	margin-left: 15px;
	width:93%;
}

#content li {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}


#content h1 + p, #content h2 + p, #content h3 + p, #content h4 + p {
	/*text-indent: 1em;*/
}

#content small {
	text-indent:none;
	color: #157741;
	font-size: 0.9em;
	text-align: justify;
	line-height:1.2em;
}

#content pre {
	margin-left:10px;
	border-left:4px solid #999;
	padding: 5px;
	font-size: 1.4em;
}

#content p a, #content p a:visited {
	color: #157741;
	text-decoration:underline;
}

#content p a:hover {
	color: #ff7f00;
}

#content p a:active {
	color: #ff7f00;
	text-decoration:none;
}

#content p img {
	/*float:left;*/
	padding: /*0 5px 0 0*/4px;
	border:1px solid #999;
	margin-right:5px;
}

#content p img:hover {
	padding: /*0 5px 0 0*/4px;
	border:1px solid #000;
	background:#eee;
	margin-right:5px;
}

#content div.image {
	padding: /*0 5px 0 0*/4px;
	border:1px solid #999;
}

#content div.image.left {
	float:left;
	padding: /*0 5px 0 0*/4px;
	border:1px solid #999;
	margin-right:5px;
	margin-left: 15px;
}

#content div.image:hover {
	padding: /*0 5px 0 0*/4px;
	border:1px solid #000;
	background:#eee;
}

#content div.image.right {
	float:right;
	padding: /*0 5px 0 0*/4px;
	border:1px solid #999;
	margin-right: 10px;
	margin-left: 5px;
}

#sidebar h1 {
	color: #fff;
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', serif;
	padding-left:5px;
	border-bottom: 1px solid #fff;
}

#sidebar p {
	color: #fff;
	font-size: 1.1em;
	font-family: Verdana, Arial;
	text-align: left;
	line-height:1.2em;
	padding-left: 10px;
}
#sidebar hr {
	border-bottom: 1px solid #fff;
}

strong {
	font-weight: bold;
}

/*.image {
	border: 1px solid #999;
	padding: 3px;
	margin-right:5px;
	margin-left: 15px;
}*/

.picright {
	float:right;
	margin-left:10px;
}
.picleft {
	float:left;
}

.lightbox {
	text-decoration:none;
}

.readMoreLink {
	padding-bottom: 20px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}





