body {
	font-family: Verdana;
	font-size: 13px;
}


a:link,
a:visited {
	color: #000000;
}

a:hover,
a:active {
	text-decoration: none;
}
h2 {
	line-height: 1.2em;
}

h3 {
	margin-top: 25px;
}

p {
	text-align: justify;
}

li {
	text-align: justify;
}

hr {
	background-color: gray;
	color: gray;
	border: 0;
	height: 1px;
}


/*
	Seiten-Navigation
*/
#pageNavigation {
	font-size: 14px;
}

#pageNavigation li {
	display: block;
}

#pageNavigation li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	color: #DFDFDF;
	background: url('../images/navigation/navigationElements.png') no-repeat;
}

#pageNavigation li a:hover {
	color: #FFF;
}

#pageNavigation .subMenu {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: red !important;
	border-left: 1px solid #647172;
	border-right: 1px solid #647172;
	border-bottom: 1px solid #647172;
}

#pageNavigation .subMenu li a,
#pageNavigation ul.subMenu a {
	line-height: 26px;
	height: 26px;
	background: #A8B2B3;
	color: #2D3333;
	padding-left: 15px;
}

#pageNavigation .subMenu li a:hover,
#pageNavigation ul.subMenu a:hover {
	background: #98A7A8;
}


#pageNavigation li a { background-color: #647172; background-position: 0px -238px; }

#pageNavigation li.n1 a,
#pageNavigation li.first a { background-position: 0px 0px; background-color: transparent; }
#pageNavigation li.n2 a { background-position: 0px -34px; background-color: transparent; }
#pageNavigation li.n3 a { background-position: 0px -68px; background-color: transparent; }
#pageNavigation li.n4 a { background-position: 0px -102px; background-color: transparent; }
#pageNavigation li.n5 a { background-position: 0px -102px; background-color: transparent; }
#pageNavigation li.n5 a { background-position: 0px -136px; background-color: transparent; }
#pageNavigation li.n6.last a { background-position: 0px -170px; background-color: transparent; }

/*#pageNavigation li.last a { background-position: 0px -204px; background-color: transparent; }*/


#pageNavigation .subMenu .menu_aktive { background: #98A7A8; }

#breadcrumb {
	margin-top: 4px;
	font-size: 11px;
}

#content {
	line-height: 1.5em;
}

#content a:link,
#content a:visited {
	color: #D43F29;
}

#content a:hover,
#content a:active {
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

#content img {
	/* border: 1px solid #FFFFFF; */
	/* box-shadow: 0.2em 0.2em #CCC; */
}

span.imageCaption.right {
	float: right;
	clear: right;
	color: #CCC;
	font-size: 0.8em;
	margin-right: 8px;
}

span.imageCaption.left {
	float: left;
	clear: left;
	color: #CCC;
	font-size: 0.8em;
	margin-left: 8px;
}


#content h2 {
	font-size: 1.8em;
	color: #D43F29;
	letter-spacing: 0px;
}

#content .authorVCard {
	width: 285px;
	height: 150px;
	background: url('../images/others/vcardshadow.jpg') 0 0 no-repeat;
}

#content .authorVCard .card {
	width: 278px;
	height: 138px;
	background-color: #F7F7F7;
	border: 1px solid #E6E6E6;
	margin: 0px 0px 0px 2px;
	position: relative;
}

#content .authorVCard img.photo {
	position: absolute;
	left: 8px;
	top: 8px;
	border: 1px solid #CCCCCC;
}

#content .authorVCard .description * { margin: 0; }

#content .authorVCard .description h3 {
	margin-bottom: 4px;
	color: #555555;
}
/* Trennung der Blogbeiträge durch linie */
#content .item {
	border-bottom: 1px #5E6369 dotted;
	padding: 30px 2px 32px 2px;

}

#content .authorVCard .description {
	position: absolute;
	left: 110px;
	top: 8px;
	line-height: 1.2em;
	font-size: 12px;
	width: 160px;
	color: #666666;
}

#content .authorVCard a.readOn {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: block;
	width: 100px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: #555555;
	color: #FFFFFF;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content .authorVCard a.readOn:hover {
	background-color: #777777;
}

#sideBar .module.articles {
	color: #555555;
}

#sideBar .module.articles h2 {
	margin: 0px 0px;
}

#sideBar .module.articles .article {
	color: #666666;
	margin: 4px 0px;
	padding: 4px 0px 10px;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	line-height: 1.3em;
}

#sideBar .module.articles .article.last {
	border: none;
}

#sideBar .module.articles .article h3 {
	margin: 0px 0px 4px 0px;
}

#sideBar .module.articles .article h3 a:link,
#sideBar .module.articles .article h3 a:visited {
	color: #666666;
	text-decoration: none;
}

#sideBar .module.articles .article h3 a:hover,
#sideBar .module.articles .article h3 a:active {
	color: #555555;
	text-decoration: underline;
}

/* Login Box */
#sideBar .tx-felogin-pi1 label {
	font-size: 14px;
	font-family: Georgia;
	font-style:  italic;
	margin-left: 3px;
	margin-top: 4px;
}
#sideBar .tx-felogin-pi1 input {
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #DADADA;
	width: 190px;
	padding: 1px;
	-moz-border-radius: 2px;
}
#sideBar .tx-felogin-pi1 input.submit-button {
	border: none;
	width: 168px;
	height: 26px;
	margin-top: 5px;
	font-size: 13px;
	color: #333;
	background: url('../images/others/submit_button_hellblau.png') no-repeat;
}
#sideBar .tx-felogin-pi1 input.submit-button:hover {
	background-position: 0px -28px;
}

#sideBar .tx-felogin-pi1 input.submit-button:active {
	background-position: 0px -56px;
}


/* Anfragen - Formular*/
#box_anfragen {
	margin: auto;
	width: 620px;
	background-color: #e8f3fd;
	padding: 10px;
	border: 1px solid gray;
}

#box_anfragen_geodb {
	margin: auto;
	margin-top: 15px;
	width: 300px;
	background-color: #e8f3fd;
	padding: 8px;
	border: 1px solid white;
	min-height: 430px;
}

#box_anfragen input.form {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #a0a0a0;
	margin: 0 10px 0 0px;
	padding: 0 1px 0 0px;
	color: #000080;
	overflow: visible;
	font-size: 11px;
}
#box_anfragen input.submit {
	height: 40px;
	cursor: pointer;
}

/* Seminare */

#box_seminare_small {
	margin: auto;
	margin-top: 15px;
	width: 300px;
	background-color: #e8f3fd;
	padding: 8px;
	border: 1px solid white;
	min-height: 430px;
}
#box_seminare_small i {
	color: gray;
}
#box_seminare_small p {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}
#box_seminare_small a {
	font-size: 13px;
	font-weight: bold;
}
#box_seminare_small td {
	margin: 0px;
	padding: 0px;
}

#box_seminare_wide {
	margin: auto;
	width: 660px;
	background-color: #EFEFEF;
	padding: 8px;
	border: 1px solid gray;
	min-height: 430px;
}
#box_seminare_wide i {
	color: gray;
}
#box_seminare_wide p {
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}
#box_seminare_wide a {
	font-size: 14px;
	font-weight: bold;
}
#box_seminare_wide td {
	margin: 0px;
	padding: 0px;
}
/* Sitemap Menüs, Menü der Unterseiten */
#content_text .csc-menu-4 dt {
	font-size: 14px;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
}
#content_text .csc-menu-4 dd {
	padding-left: 0px;
	margin-left: 0px;
	text-align: justify;
}
/* Werbebox links */
#produktwerbung_box {
	border: 1px solid #647172;
	padding: 4px;
	margin-bottom: 10px;
}
#produktwerbung_box p {
	font-size: 11px;
	padding: 1px;
	margin: 1px;
	line-height: 1.2em;
}
#produktwerbung_box a {
	font-weight: bold;
	font-size: 11px;
}
#produktwerbung_box i {
	color: gray;
}
/* Blog Formatierung */
#latestPosts {

}
/* Blog Formatierung */
#latestPosts dd{
	margin: 2px;
	padding: 5px 0px 5px 0px;
}
#latestPosts hr{
	background-color: gray;
	color: gray;
	border: 0;
	height: 1px;
}

#latestPosts a{
	text-decoration: none;
	color:#D43F29;
}

#latestPosts a:hover{
	text-decoration: underline;
	color:#D43F29;
}

#archive ul {
	margin-left: 5px;
	padding-left: 10px;
}
/* Blog formatieren */
div.itemBody h3 a{
	font-size: 20px;
}

.trackback {
	padding-left: 10px;
}
.previous {
	position: relative;
	left: 0px;
	width: 130px;
	float: left;
}
.backtolist {
	position: relative;
	left: 130px;
	float: left;
}
.next {
	position: relative;
	left: 260px;
	float: left;
}

#singleNavigation {
	padding: 10px;
}
/* Blog Kommentare formatieren */
.formField input {
	width: 300px;
}

.blogCommentMessage {
	color: blue;
	font-weight: bold;
}

.formField textarea {
	width: 600px;
	height: 200px;
}

.tx-t3blog-pi2 .item_odd {
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
	margin-top:0px;
        border:1px solid #AAAAAA;
}

.tx-t3blog-pi2 .item_even {
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
	margin-top:0px;
        border:1px solid #AAAAAA;
}
/* Bildunterschriften */
.csc-textpic-caption {
	font-style: italic;
	font-size: 12px;
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #E5E9F5;
		padding: 3.5px;
		margin-right: 0px;
	}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG {
		border: 1px solid #E5E9F5;
		padding: 5px;
		margin-right: 0px;
	}
	
/* Kredit-Vergleichsbox*/
#kreditvergleich td {
	border-bottom: 1px solid black;
	height: 55px;
	font-size: 11px;
}
#kreditvergleich .zeile:hover {
	background-color: #BFEEFF;
}
#kreditvergleich .zeile_head {
	background-color: #f8f8f8;
}
#kreditvergleich th {
	border-bottom: 1px solid black;
	font-size: 11px;
}
#kreditvergleich img {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

/* Geschäftskonto */
hr.konto {
	background-color: #ffffff;
	border: dashed #0A8BCF;
	border-width:1px 0 0 0;
	height:0;
	line-height:0px;
	font-size:0;
	margin:15px 0px 15px 0px;
	padding:0px;
}
#konto_button {
	float: right;
	margin-top: 20px;
}