/* meta
	author: rico f.
	contact: i@ricof.de
	date: 2007-08-15
	client: das gmbh / agentur sagurna
*/

/*
D4C0D9	rosa		bg
722E83	lila		bg / extraNavi / headlines / font
6D6E71	grau		naviHover
AF4285	rosalila	subNaviHover
*/

body, body * {
	margin: 0; padding: 0; text-decoration: none; border:none;
}

body {
	color: #000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	background-color: #fff;
}

/* ============== LINKS ============== */
a {
	color: #722E83;
	cursor: pointer;
	outline: none;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	letter-spacing: 1pt;
}
a:hover {
	text-decoration: underline;
}

/* ============== HEADLINE ============== */
h1, h2, h3, h4, h5 {
	font-size: 11px;
	color: #722E83;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	margin-bottom: 0.5em 0;
}
h1 {
	height: 48px;
	padding: 13px 0 0 33px;
}
h1 span {	display: none;}

h2, h3 {
	background: transparent url(../gfx/bgHeadlineMiddle.png) left top repeat-x;
	height: 23px;
	margin: 15px 0;
}
h2 span, h3 span {
	float: right;
	height: 18px;
	padding-top: 5px;
	background: transparent url(../gfx/bgHeadlineRight.png) right top no-repeat;
}
h2 span.first, h3 span.first {
	float: left;
	background: transparent url(../gfx/bgHeadlineLeft.png) left top no-repeat;
	padding-left: 15px;
}

/* damned ezPublish */
h4 {
	margin: 15px 0 5px 15px;
	font-size: 12px;
	color: #000;
}
#content form h4 {
	margin: 0;
}
h4 a {
	font-size: 12px;
	color: #722E83;
	font-weight: 100;
}

h5 {
	font-weight: 900;
	color: #000;
}

/*============== CONTAINER ============== */
#mainContainer {
	width: 820px;
}
#container {
	background: transparent url(../gfx/bgNaviBG.png) left top repeat-y;
}
#containerGradient {
	background: transparent url(../gfx/bgNaviGradient.png) left bottom no-repeat;
}

/* ============== HEADER ============== */
#header h1 {
	height: 48px;
	background: #D4C0D9 url(../gfx/bgLogo.png) right top no-repeat;
}
#header h1 a:hover {
	height: 48px;
	background-color: #D4C0D9;
}
#header ul {
	margin-top: 0;
	padding: 5px 0 4px 230px;
	height: 18px;
	list-style-type: none;
	background: #722E83 url(../gfx/bgExtraNavi.png) left top no-repeat;
}
* html #header ul {
	padding-bottom: 0;
}
#header ul li {
	float: left;
	color: #fff;
}
#header li a {
	display: block;
	color: #722E83;
	padding: 4px 20px 5px 20px;
	margin-right: 1px;
	background-color: #D4C0D9;
}
#header a:hover,
#header a.active {
	color: #fff;
	text-decoration: none;
	background-color: #6D6E71;
}

/* ============== SEARCH ============== */
#header form {
	background: #722E83 url(../gfx/bgSearch.png) right top no-repeat;
	height: 25px;
	padding: 10px 0 0 230px;
}
#header form legend {
	display: none;
}
#header form fieldset {
	background: transparent url(../gfx/bgSearchField.png) left top no-repeat;
	height: 18px;
	padding: 1px 0 0 20px;
}
#header form fieldset input {
	outline: none;
	border: 1px solid #fff;
	border: none;
	height: 13px;
	width: 76px;
	font-size: 10px;
}
body.spain #header form fieldset input {
	width: 55px;
}
#header form fieldset  .button {
	background: transparent url(../gfx/bgSearchButton.png) left top no-repeat;
	width: 6px;
}
* html #header form fieldset  .button {	background-position: left -2px; }
*+html #header form fieldset  .button {	background-position: left -2px; }

/* ============== MAINNAVI / MENU ============== */
#menu {
	float: left;
}
#menu ul#main,
#menu ul#main ul {
	list-style-type: none;
	width: 175px;
}
#menu ul#main  li {
	margin: 0 0 1px 15px;
}
#menu ul#main  li a {
	display: block;
	width: 145px;
	padding: 2px 0 2px 15px;
	background: transparent url(../gfx/mainNavi.png) left top no-repeat;
	color: #722E83;
	font-size: 11px;
	text-decoration: none;
}
#menu ul#main  li a.active,
#menu ul#main  li a:hover {
	color: #fff;
	background: transparent url(../gfx/mainNaviHover.png) left top no-repeat;
}
#menu ul#main  ul {
	width: auto;
	margin-top: 1px;
}
#menu ul#main  ul li a {
	width: 135px;
	padding: 2px 0 2px 10px;
}
#menu ul#main  ul li a.active,
#menu ul#main  ul li a:hover {
	background: transparent url(../gfx/mainNaviSubHover.png) left top no-repeat;
	color: #fff;
}

/* ============== LANGUAGES ============== */
#menu #languages ul {
	margin-top: 2em;
	padding: 0.5em 0 0 20px;
	border-top: 1px solid #fff;
	list-style-type: none;
	width: 155px;
}
#menu #languages ul li a {
	color: #fff;
	line-height: 20px;
}
#menu #languages ul li a {
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
}
#menu #languages ul li a img{
	vertical-align: bottom;
}
#menu #languages ul li a:hover,
#menu #languages ul li a img:hover {
	text-decoration: underline;
}

/* ============== TOPIMG ============== */
* html #topImg p { /* damned ie6 with ezPublish */
	display: inline;
}
* html #topImg object {
	z-index: 1;
	position: absolute;
	margin-left: -36px;
}
* html #topImg img {
	position: absolute;
	z-index: 1;
	left: 175px;
}
#topImg img.over {
	position: absolute;
	z-index: 2;
	left: 175px;
}
* html #topImg img.over {
	position: relative;
	z-index: 2;
	left: -3px;
}

/* ============== NEWADDRESS ============== */
#newAddress {
	color: #fff;
	font-size: 12px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 840px;
	width: 200px;
	background: #722E83 url(http://www.das.tz-dd.de/design/das_new/images/gfx/newAddress_bottom.png) left bottom no-repeat;
}
#newAddress #overview {
	text-align: center;
	padding: 20px 10px 0 10px;
}
#newAddress #details {
	text-align: left;
	padding: 20px 5px 0 10px;
	display: none;
}
#newAddress:hover #details {
	display: block;
}
#newAddress:hover #overview {
	display: none;
}
#newAddress p {
	margin-bottom: 15px;
}
#newAddress a {
	color: #fff;
}
#newAddress #details a {
	text-decoration: underline;
}

/* ============== CONTENT ============== */
#content {
	float: right;
	width: 630px;
	min-height: 275px;
	border-top: 2px dotted #722E83;
	margin-top: 8px;
}
* html #content {
	margin-top: 80px;
}
#content p {
	margin: 0 0 0.5em 15px;
}
#content p.noMarginleft {
	margin-left: 5px;
}
#content img {
	border: 1px solid #000;
	padding: 3px;
}
#content img.left,
#content p img[align="left"] {	margin: 0 5px 5px 0; }
#content img.right,
#content p img[align="right"] {	margin: 0 0 5px 5px; }
#content .imgNoBorder img {
	border: none;
}

#content .colA,
#content .colB {	width: 300px; }
#content .colA {	float: left; }
#content .colB {	float: right; }

#content a.arrow {
	background: transparent url(../gfx/arrowLink_hover.png) left top no-repeat;
	background: transparent url(../gfx/arrowLink.png) left top no-repeat;
	padding-left: 15px;
}
#content a.block {
	display: block;
}
#content a.arrow:hover {
	background: transparent url(../gfx/arrowLink_hover.png) left top no-repeat;
}

#content ul {
	list-style-type: circle;
	padding-left: 25px;
	margin: 0.5em 0 1em 0;
}
#content ul.linkList {
	padding-left: 15px;
	list-style-type: none;
}
#content ul.linkList li a {
	margin-bottom: 10px;
}
#content ul.linkList li a.arrow {
	padding-left: 15px;
	background-position: left top;
}

/* ================== TABLE ================== */
table {
	clear: both;
	padding: 0;
	width: 100%;
}
table.tableContent {
	margin-left: 35px;
}
table th,
table td {
	margin: 0;
	padding: 0;
}
table th {
	background-color: #722E83;
	font-weight: 900;
	color: #fff;
	padding: 2px;
	text-align: left;
}
table td {
	padding: 5px 2px;
}
table td p,
table th p,
table td br,
table th br {
	padding: 0;
	margin: 0;
}
table td br,
table th br {
	line-height: 1px;
}
table .bgc {
	background-color: #D4C0D9;
}
#content table.renderedtable tr td img {
	border: none;
}

/* ================== FORM ================== */
#content form {
	margin: 0 15px;
}
#content form p {
	margin: 10px 0;
}
#content form legend {
	margin-left: 35px;
}
#content form legend,
#content form label,
#content form input.button {
	color: #722E83;
	font-weight: 900;
}
#content form label {
	display: block;
	width: 120px;
	float: left;
	margin-left: 35px;
}
#content form label.widthAuto {
	width: auto;
	display: inline;
	margin-left: 0;
}
#content form fieldset {
	border-bottom: 2px dotted #722E83;
	margin-bottom: 15px;
}
#content form fieldset div.contentMarginLeft {
	margin-left: 35px;
}
#content form input,
#content form select,
#content form textarea {
	padding: 1px 2px;
	border: 2px solid #333;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}
#content form input {	width: 90px; }
#content form textarea {	width: 334px;}
#content form input.widthAuto {	width: auto;}

#content form input:hover,
#content form input:focus,
#content form textarea:hover,
#content form textarea:focus {
	border-color: #333;
}

#content form .button {
	border: 0;
}
#content form .button input {
	cursor: pointer;
	margin-left: 155px;
}

/* ============== GOOGLEADRESS ============== */
#googleWorld {
	height: 240px;
	z-index: 1;
}
#googleAdresse {
	z-index: 3;
	position: absolute;
	top: 400px;
	left: 600px;
	width: 290px;
	padding-right: 10px;
	background: transparent url(../gfx/googleAdresseBg.png) left top repeat-y;
}

#alleAdressen {
	z-index: 2;
	margin-top: 50px;
}
#googleAdresse #mapsGoogleMap {
	margin-left: 1px;
	position: absolute;
	top: 23px;
	height: 150px;
	width: 278px;
	background-color: transparent;
}
#googleAdresse #mapsGoogleMap a {
	font-size: 9px;
	background-color: transparent;
}
#googleAdresse div.adresse h3 {
	margin: 0;
	margin-left: -5px;
}
#googleAdresse .adresse p {
	margin: 0;
	margin-top: 150px;
	padding: 10px 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	line-height: 1.2em;
}
#googleAdresse div#bottom {
	position: relative;
	top: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	background: transparent url(../gfx/googleAdresseBottom.png) left bottom no-repeat;
}


/* ============== FOOTER ============== */
#footer {
	clear: both;
	padding-top: 2em;
	text-align: right
}
#footer img {
	border: none;
}

/* ============== ERROR / MSG ============== */
#content p.error,
#content p.msg {	margin: 0.5em 15px; padding: 0.3em 0.5em;	}
.error		{	background-color: #B97F8B; color: #fff; }
.msg		{	background-color: #D6D6D6; }

/* ============== OTHER CLASSES ============== */
.clear, .clearSpace {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.clearSpace	{	margin-top: 20px; }
.right		{	float: right; }
.left		{	float: left; }
.leftSpace	{	float: left; padding-left: 0.5em; }
.topSpace	{	margin-top: 0.5em;  }
.topAndBottonSpace	{	padding: 1.5em 0 1em 0; }
.widthAuto	{	width: auto; }
.borderMiddle .colB p {
	background: transparent url(../gfx/border_middle.png) left top repeat-y;
}
#webhitsCounter {
	display: none;
}