@charset  "UTF-8";

/* CSS Document version 1.0 12.September - initial CSS version, ok on safari3, firefox2/3 - ck from www.worknode.com */
/* CSS Document version 1.1 22.September - final version - ck from www.worknode.com */
body
{
	color: #868788;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #FAF6F3;
	padding: 0 0 0 0;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 10px 0;
	background-image: url(../sitePics/bg_HTMLBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#logoPrint { display: none; }
img { border: 0; }

a:link
{
	text-decoration: underline;
	color: #444C52;
}

a:visited
{
	text-decoration: underline;
	color: #444C52;
}

a:hover
{
	text-decoration: underline;
	color: #981020;
}

a:active
{
	text-decoration: none;
	color: #444C52;
}

/* WrapBG 829 px wide */
#wrap
{
	margin: 0px auto 0 auto;
	width: 802px;
	background-image: url(wrap_bg_dobler.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 13px 13px 13px;
}

#innerWrap
{
	border-top: 0;
	border-right: 1px #4D4D4D solid;
	border-bottom: 1px #4D4D4D solid;
	border-left: 1px #4D4D4D solid;
	z-index: 10;
}

#header
{
	height: 120px;
	background-color: #FFF;
}

#headerFollow
{
	height: 150px;
	position: relative;
}

#headerPic
{
	width: 800px;
	height: 177px;
	z-index: 10;
	visibility: visible;
	position: absolute;
	margin-top: -20px;
}

#siteMenu
{
	float: right;
	background-color: #FFF;
	width: 190px;
	margin: 5px 5px 0 0;
	padding: 3px;
	z-index: 20;
	position: relative;
}

#emailPage { float: left; }
#printPage { float: right; }

#printPage img
{
	border: 0;
	padding: 0 0 0 0;
	margin: 0;
}

#siteLogo
{
	float: left;
	width: 760px;
	clear: right;
	margin: 15px 0 0 30px;
	z-index: 20;
	position: relative;
}

#siteLogoFollow
{
	float: left;
	width: 760px;
	clear: right;
	margin: 15px 0 0 37px;
	z-index: 20;
	position: relative;
}

#siteNavigation
{
	float: right;
	background-color: #FFF;
	clear: left;
	margin: 15px 5px 0 0;
	text-align: right;
	padding: 7px 5px 3px 20px;
	font-size: 12px;
	z-index: 20;
	position: relative;
}

#siteNavigation a:link
{
	text-decoration: none;
	color: #69C;
}

#siteNavigation a:visited
{
	text-decoration: none;
	color: #69C;
}

#siteNavigation a:hover
{
	text-decoration: underline;
	color: #369;
}

#siteNavigation a:active
{
	text-decoration: none;
	color: #69C;
}

#mainStart
{
	background-color: #369;
	overflow: hidden;
	width: 780px;
	padding: 25px 10px 10px 10px;
	background-image: url(../sitePics/bg_startseite.jpg);
	background-position: center top;
	height: 475px;
}

#leftColum
{
	width: 520px;
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin: 394px 0 17px 0px;
}


{
	text-decoration: none color: #F93;
	background-color: #FFF;
	padding: 2px 10px 2px 10px;
}

#leftColum h1
{
	font-size: 10px;
	font-weight: bold;
}

#leftColum p
{
	padding: 0;
	margin: 7px 0 0 0;
}

/* Neues Front Message Felx Element */
#frontHeadline
{
	color: #000;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	padding: 6px;
	background-color: #666;
	width: 250px;
}

#frontHeadline a:link
{
	text-decoration: none;
	color: #FFF;
}

#frontHeadline a:visited
{
	text-decoration: none;
	color: #FFF;
}

#frontHeadline a:hover
{
	text-decoration: underline;
	color: #F93;
}

#frontHeadline a:active
{
	text-decoration: none;
	color: #FFF;
}

#frontText
{
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px 4px 6px;
	background-color: #666;
	margin: 0px;
}

#rightColum
{
	width: 240px;
	float: right;
	margin: 220px 0 0 0;
}

#rightColum ul
{
	padding: 0;
	margin: 0 0 0 30px;
}

#rightColum li
{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 17px;
	list-style-type: square;
}

#rightColum a:link
{
	text-decoration: none;
	color: #69C;
}

#rightColum a:visited
{
	text-decoration: none;
	color: #69C;
}

#rightColum a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#rightColum a:active
{
	text-decoration: none;
	color: #69C;
}

#bigLinks
{
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	color: #FFF;
}

#bigLinks li { margin: 8px 0 8px 0; }

#frontMessage
{
	background-color: #666;
	padding: 5px 15px 5px 15px;
	margin: 15px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	display: none;
}

#doblerPic
{
	z-index: 50;
	overflow: visible;
	visibility: visible;
	position: relative;
	top: 0px;
	left: 610px;
	margin-top: -300px;
	width: 201px;
	display: none;
}

#mainWide
{
	background-color: #FFF;
	overflow: hidden;
	width: 780px;
	padding: 25px 10px 40px 10px;
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

#wideStart
{
	margin: 0 0px 0 55px;
	width: 625px;
}

#wideStart img
{
	padding: 2px;
	margin: 7px 0 5px 0;
}

#wideStart h1
{
	font-size: 13px;
	font-weight: bold;
	margin-left: -3px;
}

#wideStart h1 img
{
	border: 0;
	padding: 0;
	margin: 7px 0 5px 0;
}

#wideStart h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #69C;
}

#wideStart p
{
	padding: 0;
	margin: 8px 0 0 0;
}

#mainFollow
{
	background-color: #FFF;
	overflow: hidden;
	width: 780px;
	padding: 10px 10px 40px 10px;
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

#startButton
{
	position: relative;
	top: -600px;
	left: 25px;
}

ul
{
	padding: 0;
	margin: 10px 0 0 30px;
	list-style-type: square;
}

ul li
{
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 17px;
	list-style-type: square;
}

#leftContent
{
	margin: 0 0px 0 55px;
	width: 475px;
	float: left;
}

#leftContent img
{
	padding: 2px;
	margin: 5px 0 5px 0;
}

#leftContent h1
{
	font-size: 13px;
	font-weight: bold;
	margin-left: -3px;
}

#leftContent h1 img { border: 0; }

#leftContent h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #69C;
}

#leftContent p
{
	padding: 0;
	margin: 8px 0 0 0;
}

#rightSubnavigation
{
	width: 190px;
	height: 350px;
	float: right;
	margin-top: 85px;
	text-align: left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px #CCC solid;
	padding: 15px 0 0 15px;
	line-height: 20px;
	font-size: 12px;
}

#rightSubnavigation a:link
{
	text-decoration: none;
	color: #999;
	padding: 3px;
}

#rightSubnavigation a:visited
{
	text-decoration: none;
	color: #999;
	padding: 3px;
}

#rightSubnavigation a:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #666;
	padding: 3px;
}

#rightSubnavigation a:active
{
	text-decoration: none;
	color: #999;
	padding: 3px;
}

#rightSubnavigation .activeLink
{
	padding: 3px;
	color: #69C;
	font-weight: bold;
}

#topLink
{
	margin: 0 0 10px -55px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

#topLink img
{
	border: 0;
	padding: 2px 0 0 0;
	margin: 0;
}

#topLink a:link
{
	text-decoration: none;
	color: #C00;
	padding: 2px 3px 2px 3px;
}

#topLink a:visited
{
	text-decoration: none;
	color: #69C;
	padding: 2px 3px 2px 3px;
}

#topLink a:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #B2B2B2;
	padding: 2px 3px 2px 3px;
}

#topLink a:active
{
	text-decoration: none;
	color: #69C;
	padding: 2px 3px 2px 3px;
}

#footer
{
	background-color: #2C2C2C;
	padding: 10px 10px 8px 10px;
	overflow: hidden;
	width: 781px;
	position: relative;
}

#shortCuriculum
{
	width: 630px;
	float: left;
	color: #E6E6E6;
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
}

#shortCuriculumFollow
{
	background-image: url(bruno_dobler_minPic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 580px;
	height: 105px;
	padding-left: 50px;
	float: left;
	color: #E6E6E6;
	font-family: Verdana;
	font-size: 9px;
	line-height: 13px;
	text-align: justify;
}

#newsletterArea
{
	width: 150px;
	text-align: right;
	z-index: 60;
	overflow: visible;
	visibility: visible;
	position: absolute;
	margin: 0 0 0 630px;
}

#footerLine
{
	border-top: 1px #999 solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	float: left;
	width: 780px;
	margin: 10px 0 10px 0;
	clear: left;
}

#contactLine
{
	float: left;
	width: 570px;
	color: #F1F1F1;
	font-family: Verdana;
	font-size: 9px;
	clear: left;
}

#contactLine a:link
{
	text-decoration: none;
	color: #FFF;
}

#contactLine a:visited
{
	text-decoration: none;
	color: #FFF;
}

#contactLine a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#contactLine a:active
{
	text-decoration: none;
	color: #FFF;
}

#contactMenu
{
	float: right;
	width: 200px;
	text-align: right;
	color: #FFF;
	font-family: Verdana;
	font-size: 9px;
}

#contactMenu a:link
{
	text-decoration: none;
	color: #FFF;
}

#contactMenu a:visited
{
	text-decoration: none;
	color: #FFF;
}

#contactMenu a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#contactMenu a:active
{
	text-decoration: none;
	color: #FFF;
}

/* CSS Formulare */
input.formular
{
	width: 350px;
	border: 1px #999 solid;
	background-color: #F1F1F1;
	padding: 2px;
}

input.formularSmall
{
	width: 150px;
	border: 1px #999 solid;
	background-color: #F1F1F1;
	padding: 2px;
}

input.formularNewsletterAnmeldung
{
	width: 250px;
	border: 1px #999 solid;
	background-color: #F1F1F1;
	padding: 2px;
}

textarea.formular
{
	width: 350px;
	border: 1px #999 solid;
	background-color: #F1F1F1;
	padding: 2px;
}

.textsmall { font-size: 11px; }

/* Template Folgeseite 50-50 */
#left50
{
	margin: 0 0px 0 55px;
	width: 340px;
	float: left;
}

#right50
{
	width: 340px;
	float: right;
	text-align: left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px #E6E6E6 dotted;
	padding: 0 0 0 30px;
	margin: 30px 0 0 0;
}

/* CSS Newsletteranmeldung */
input.formularNewsletter
{
	width: 60px;
	background-color: #FFF;
	padding: 1px 1px 1px 1px;
	font-size: 9px;
	margin: 0 1px 0 0;
	color: #999;
	font-family: verdana, arial;
}

input.formularNewsletter:focus
{
	color: #C00;
	font-size: 9px;
	font-family: verdana, arial;
}

input.sendButton { padding: 3px 0 0 0; }

/*-------contenttable
table.contenttable
{
	background-color: #FFFFFF !important;
	border: 1px #CCC !important;
	margin: 0px !important;
	border-collapse: collapse;
	margin-left: 5px !important;
	margin-top: 10px !important;
	width: 500px !important;
}

table.contenttable td
{
	vertical-align: top;
	line-height: 16px;
	background-color: #ffffff !important;
	border-bottom: 1px solid #999999 !important;
	width: 25%;
	padding-left: 5px;
}

table.contenttable p
{
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px !important;
	color: #000000 !important;
	background-color: transparent !important;
}

table.contenttable p a:link, table.contenttable p a:visited
{
	color: #005bfe !important;
	font-weight: normal;
	font-size: 11px !important;
}

table.contenttable p a:hover
{
	color: #FF0000 !important;
	font-weight: normal;
	font-size: 11px !important;
}

tr.tr-even td { background-color: #efefef !important; }
tr.tr-0 td { font-weight: bold; }

contenttable--------*/

/* Tabellen Css */
.tabelleNormal
{
	width: 600px;
	margin: 20px 0 0 0;
}

.tabelleNormal caption { text-align: left; }
TABLE.tabelleNormal P { margin: 3px; }
TABLE.tabelleNormal TR.tr-even { }
TABLE.tabelleNormal TR.tr-odd { }

TABLE.tabelleNormal TD.td-0
{
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
	text-align: left;
}

TABLE.tabelleNormal TD.td-1
{
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	padding: 0 10px 0 5px;
}

TABLE.tabelleNormal TD.td-2
{
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}

blockquote
{
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 5px 0 5px 0;
}

.csc-textpic-caption
{
	color: #999;
	font-size: 9px;
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
}
