/***********************************************************
 *
 * Welcome to the source-code
 *
 * this file is part of the joergstingl.com project
 *
 * (C) 2007 SPLINELAB http://www.splinelab.com
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/

HTML, BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    background-color:#414141;
}

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#535658;
}

.clear {
	clear:both;
}

IMG {
	border:0;
}

IMG.image {
	border:2px solid white;
}

TD.mainWrap {
	background-image:url(images/unten_schatten.gif);
	background-repeat:repeat-x;
}

TABLE.footer TD, TABLE.footer TD * {
	color:#666666;
	font-size:9px;
	text-decoration:none;
	padding-bottom:3px;
}

TABLE.main {
	margin-top:20px;
}

TABLE.main TD.content {
	padding-top:8px;
	padding-bottom:10px;
	width:524px;
}

TABLE.main TD.content P {
	line-height:170%;
	margin-bottom:10px;
}
H1.bigheader {
	margin-bottom:12px;
}
H1,H2,H3,H4,H5,
H1 *,H2 *,H3 *,H4 *,H5 * {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

A.internal-link {
	/* display:inline-block; */ /* ms: warum das denn hier? zerstört zeilenhöhe in Safari und Opera */
	background-image:url(images/arrow.gif);
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:center left;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}

SPAN.subtitle {
	font-size:9px;
	padding-left:12px;
}

SPAN.subtitle2 {
	font-size:9px;
	padding-left:0px;
}






.csc-mailform * {
	font-size:11px;
	vertical-align:top;
}
.csc-mailform {
	border:0;
	width:500px;
	height:100%;
	padding:5px;
}
.csc-mailform-field {
	margin-bottom:5px;
	width:100%;
	clear:both;

}
.csc-mailform-field label {
	width:60px;
	float:left;
	margin-bottom:5px
}
.csc-mailform-field input, .csc-mailform-field textarea  {
	float:left;
	width:280px;
	margin-bottom:5px;
}
.csc-mailform-field input.csc-mailform-submit {
	width:100px;
	margin-left:60px;
}




.csc-sitemap UL, .csc-sitemap LI {
    margin-left:1.5em;
}

.external-link-new-window {
    color:#ffffff;
}