/*
* ####################################################################################
* ####################################################################################
* ###### Dontos.de ###################################################################
* ####################################################################################
* ####################################################################################
*/


/* ####################################################################################
   ###### ALLGEMEINES #################################################################
   #################################################################################### */

html {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	margin: 0;
	border: none;
	padding: 0;
	background-color: #f0f0f0;
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #777777;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.3em;
	color: black;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3em;
	color: black;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #777777 !important;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	color: #888888;
}

h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	color: black;
}

hr {
	margin: 20px 0;
	border: none;
	height: 1px;
	background-color: #bbbbbb;
}

.imglink, .imglink img {
	text-decoration: none;
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	margin: 0 auto;
	width: 925px;
}

/* ####################################################################################
   ###### HEADER ######################################################################
   #################################################################################### */

#header {
	width: 925px;
	height: 93px;
	background-color: #f0f0f0;
	/*background-image: url(../img/header_background.png);*/
	background-image: url(../img/header_mit_bubble.png);
	background-repeat: no-repeat;
	
	text-align: right;
}

#bubble_text {
	padding: 46px 18px 0 0;
	
	font-weight: bold;
	color: #888888;
	
	
	/*position: absolute;
	top: 30px;
	margin: 0 0 0 770px;
	padding: 13px 10px;
	width: 137px; /* 157px - 2 * 10px = 137px */
	/*height: 30px; /* 56px - 2 * 13px = 30px *//*
	background-image: url(../img/bubble.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #888888;
	*/
	/*display: none;
	float: right;
	margin-top: 30px;
	padding: 15px 10px;
	width: 137px; /* 157px - 2 * 10px = 137px */
	/*height: 26px; /* 56px - 2 * 15px = 26px */
	/*background-image: url(../img/bubble2.png);
	background-repeat: no-repeat;*/
	/*font-weight: bold;
	color: #888888;
	/*top: 30px;
	margin: 0 0 0 670px;*/
}


/* ####################################################################################
   ###### HAUPTMENÜ ###################################################################
   #################################################################################### */

#menu {
	width: 925px;
	height: 80px; /* 52 px haben die Menüelemente, darunter noch Pfeil und Abstand */
	background-color: white;
}

.menuitem {
	width: 185px; /* 5 * 185px = 925px -> OK */
	height: 80px;
	float: left;
	
	font-family: "Arial Narrow", Arial, Helvetica, Verdana, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

#menuitem_active {
	background-image: url(../img/menu_active.png);
	background-repeat: no-repeat;
}

.menuitem_upperpart {
	height: 52px;
	background-color: black;
}

#menuitem_active .menuitem_upperpart {
	background-color: transparent;
}

.menuitem a {
	display: block;
	padding: 10px;
}

.menuitem_title {
	color: white;
}

.menuitem_subtitle {
	font-size: 8pt;
	color: #bbbbbb;
}

#menuitem_active .menuitem_subtitle {
	color: #dddddd;
}

#middle {
	background-color: white;
}


/* ####################################################################################
   ###### UNTERMENÜ ###################################################################
   #################################################################################### */

#submenu {
	padding: 0 16px;
	width: 153px; /* 185px - 2 * 16px = 153px */
	float: left;
	background-color: white;
}

.submenuitem {
	/* jedes Item hat einen kleinen Pfeil und einen Strich oben und unten */
	border-top: 1px solid #f0f0f0;
	
	width: 153px;
	background-image: url(../img/pfeil_rechts_grau.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	font-family: "Arial Narrow", Arial, Helvetica, Verdana, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

#submenuitem_act {
	background-image: url(../img/pfeil_rechts_orange.png);
}

.menuitem a, .submenuitem a, #footer a {
	color: black;
	text-decoration: none;
}

.submenuitem a {
	display: block;
	padding: 10px 10px;
	color: #666666;
}

#submenuitem_act a {
	color: #fe7b3c;
}

#submenu_bottomline {
	border-top: 1px solid #f0f0f0;
	width: 153px;
}

.container_links {
	margin-top: 50px;
	color: #888888;
}


/* ####################################################################################
   ###### INHALTSTEIL #################################################################
   #################################################################################### */

#content {
	margin-left: 169px; /* 185px - 16px = 169px */
	padding: 0 16px 16px 16px;
	background-color: white;
	
	line-height: 1.5em;
	color: #555555;
}

#content>.csc-default {
	margin: 0 10px 20px 0;
}

.csc-textpic-imagewrap {
	clear: none !important;
}

.csc-mailform {
	padding: 15px;
	border: none;
	background-color: #f8f8f8;
	width: 380px;
}

.csc-mailform input, .csc-mailform textarea {
	width: 370px;
}

.csc-mailform h2 {
	margin: 5px 0 20px 0;
}

.csc-mailform input[type=submit] {
	width: 80px;
}

/******* GRAUER KASTEN *******/

.grauer_kasten {
	margin-bottom: 20px;
}

.grauer_kasten, .grauer_kasten_mit_bild {
	padding: 15px 15px 5px 15px;
	background-color: #f7f7f7;
}

.grauer_kasten_mit_bild {
	width: 694px;
}

.grauer_kasten_text {
	/*padding-right: 150px; /* rauslassen und das Bild auch floaten, sonst checkt's der IE6 nicht */
	width: 544px; /* 694px - 150px = 544px */
	float: left;
}

.grauer_kasten_bild {
	width: 150px;
	text-align: right;
	float: right; /* statt padding-left, sonst checkt's der IE6 nicht */ 
}

.grauer_kasten .csc-firstHeader {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.3em;
	color: black;
}

/******* AUFZÄHLUNG MIT BILDERN LINKS *******/

.aufzaehlungsitem {
	
}

.aufzaehlungsitem_bild {
	width: 120px;
	float: left;
}

.aufzaehlungsitem_text {
	margin-left: 120px;
}

.aufzaehlungsitem-type-2 .aufzaehlungsitem_text {
	padding-top: 20px;
}

.aufzaehlung hr {
	margin: 0 0 10px 0;
	border: none;
	background-color: #dddddd;
}

/******* TABELLE MIT REFERENZEN *******/

#tabelle_referenzen {
	margin-top: 20px;
	width: 100%;
	font-weight: bold;
	color: #666666;
}

#tabelle_referenzen img {
	margin-top: 10px;
}

#tabelle_referenzen tr {
	height: 120px;
}

#tabelle_referenzen tr td {
	vertical-align: top;
	padding-bottom: 20px;
}

/*#tabelle_referenzen img {
	border: 1px dotted #333333;
	padding: 5px;
}/**/

/******* ORANGER KASTEN *******/

.oranger_kasten {
	background-image: url(../img/orange_box.png);
	width: 704px;
	height: 78px;
}

.oranger_kasten_kontakt {
	margin: 10px 0;
	padding: 18px 18px 18px 128px;
	width: 578px;
	height: 42px; /* 78px - 2 * 18px = 42px */
	background-image: url(../img/orange_box_mail_contact.png);
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 1.3em;
	color: white;
}

/******* NEWS *******/

.news {
	
}

.newsitem {
	padding-top: 10px;
}

.newsitem_date {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #888888;
	padding: 10px 0;
	width: 80px;
	height: 20px;
	font-size: 8pt;
}

.newsitem_content {
	margin-left: 100px;
	padding: 10px 0;
}

.newsitem_title {
	font-size: 11pt;
	font-weight: normal;
}

.newsitem_title a {
	text-decoration: none;
	color: #555555;
}

.newsitem_subheader {
	font-size: 9pt;
	font-weight: bold;
}

.newsitem_text {
	color: #666666;
}

.newsitem_author {
	font-size: 8pt;
	color: #888888;
}

.newsitem a {
	/*text-decoration: none;/**/
	color: #666666;
}

.show {
	border: none;
	padding: 0;
	background-color: transparent;
}

/*
.tx-ttnews-browsebox * {
	border: none;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
	color: #666666;
	font-size: 10pt;
}
.tx-ttnews-browsebox > p { margin: 0; }
.tx-ttnews-browsebox > table { border-spacing: 10px; }
*/

.news_browser {
	margin-top: 10px;
}

.news_browser_result {
	float: left;
}

.news_browser_links {
	float: right;
}

.news_browser_links a {
	color: #666666;
	/*text-decoration: none;/**/
	/*font-weight: bold;/**/
}

/* Impressum */
.impressum-tabelle, .impressum-tabelle-2 {
	margin: 0 100px;
	width: 500px;
	table-layout: fixed;
	border-spacing: 0;
	padding: 15px;
	background-color: white;
}

.impressum-tabelle tr {}
.impressum-tabelle td {}

.impressum-tabelle-2 {
	background-color: #f6f6f6;
}
.impressum-tabelle-2 i {
	font-weight: bold;
	padding-bottom: 5px;
}
.impressum-tabelle {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ####################################################################################
   ###### FOOTER ######################################################################
   #################################################################################### */

#footer {
	clear: both;
	
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	width: 925px;
	background-color: #f0f0f0;
	
	font-family: "Arial Narrow", Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #bbbbbb;
}

#footer_left {
	float: left;
}

#footer_right {
	text-align: right;
}

#footer a {
	color: #bbbbbb;
}


input[type=checkbox] {width: 15px;margin-bottom: 15px;}

