@charset "utf-8";
/**
 * CSS www.tanz-und-medien.de
 * [c] Holger Mons
 * edited by FXDE.SIGN - Felix Diederichs
**/

/*******************************************************
CSS Reset by Eric Meyer - http://meyerweb.com
*******************************************************/

/* Erklärung

Erst mal alle Elemente zurücksetzen, da jeder Browser für jedes einzelne Element
unterschiedliche Standardeinstellungen hat.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/*******************************************************
GENERAL 
*******************************************************/

html {
	height:101%;
	width:100%;
}

body {
	background:#ffdf7a url(bilder/df_ikon_01.gif) repeat;
	font-size:101%;
	width:100%;
	padding:3% 0;
	color: #666666;
	text-align:center;
}


/* Bilder */

img {border:none;}
img.left {float:left;margin:5px 15px 15px 0}
img.right {float:right;margin: 5px 0 15px 15px}
.mehrerebilder {float:left;margin:5px 15px 15px 0}
.mehrerebilder img {margin:0 0 15px;}
a img {border:#ccc 1px dotted;padding:1px;}
a:hover img {border:#900 1px dotted;padding:1px;}

/* Absatz */
p {
	margin:0 0 12px;
	line-height:1.5;
	font-size:12px;}

.clear {clear:left;}


p.erfolg {color:#00CC00;font-weight:bold;}

p.error {color:#FF0000;font-weight:bold;}

/* Formulare */
input, select, textarea {
	padding:3px;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	padding:3px;
	font-size:12px;
	color:#9E3C02;
}
textarea {width:607px;height:150px;}
div.captcha {line-height:64px;height:64px;}
img.captcha {float:left;border:1px dotted #ccc;padding:1px;margin:0 25px 0 0}
input.captcha {margin:15px 0 0;}

/* Überschriften */
h1 {
	font: 18px Arial, Helvetica sans-serif;
	font-weight:bold;
	color: #FF9B02;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
	text-align:left;
	margin:0 0 15px;
}
h3 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-transform: none;
	text-align:left;
	margin:0 0 6px;
}
h2.shop_h2 {
	padding:30px 0 0 0;
}
h2.shop_preis {
	text-align:right;
}
h3 {
	color:#900;
	padding:7px 0 0 0;
}

/* Links */
a, a:active, a:hover, a:focus, a:visited {
	color: #900;
	text-decoration: none;
}

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


small {font-size:10px;}

strong {font-weight:bold;}
em {font-style:italic}

address {
	font-size:12px;
	line-height:1.5;
	font-style:normal;}

/*******************************************************
CONTAINER = container 
*******************************************************/

#container {
	background: white;
	width:900px;
	margin:0 auto;
	text-align:left;
}

/*******************************************************
HEADER = KOPF
*******************************************************/

#kopf {
	width: 900px;
	height: 120px;
}


/*******************************************************
CONTENT LEFT = CONTENT_1
*******************************************************/


#inhalt_links {
	width:160px;
	margin:10px;
	float:left;
}



/* NEUE NAVIGATION */

ul#sliding-navigation {
	list-style: none;
	font-size: 11px;
	width:160px;
	float:left;
	position:relative;
	left:0;
	right:0;
}

ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 125px;
	padding: 3px 10px;
	margin: 0;
	margin-bottom: 1px;
}


ul#sliding-navigation li.sliding-element a {
	color: #fff;
	background:#900 url(tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover {
	color: #f3b62d;
}
/* Menue 2. Hierarchie */

ul#sliding-navigation ul {
	list-style:none;
}

ul#sliding-navigation ul li.sliding-element a {
	color:#fff;
	background:#600;
	font-size:10px;
	text-indent:10px;}

ul#sliding-navigation li.sliding-element a.active {
	font-weight:bold;
	color:#fff;
	background:#600}

/*******************************************************
CONTENT RIGHT = CONTENT_2
*******************************************************/

#inhalt_rechts {
	background:white;
	width:639px;
	float:left;
	margin: 10px 10px 10px 0;
	padding:0 0 0 20px;
	border-left:#ccc 1px dotted;
	font-size:12px;
}



/* Seite Weblinks */

div.linkblock {
float:left;
height:100px;
width:639px;
}

div.linkblock img {
	float:left;
	vertical-align:middle;
	}
	
div.linkblock a {
float:right;
font-size:12px;
text-align:right;
padding:25px 0 0;
}


/* Bild Seite Index */
table.teamindex {float:right;margin:6px 0 20px 20px}


/* Seite Team */
table.team {float:left;margin:6px 20px 20px 0}


ul.aufgaben {
	font-size:12px;
	margin:15px 0;
	}

ul.aufgaben li {
	display:block;
	padding:0 0 6px;
	clear:left;}

span.bereich, span.kontakt, span.tws {
	display:block;
	float:left;
	width:250px;}

span.kontakt {width:125px}

span.tws {width:40px}

/* Geschaefte */

.bilder_gruppe {
	margin:15px 0;
	}

.bilder_gruppe a {margin:0px 25px 0 0;}

.bilder_gruppe logos {margin:50px 15px 0 0;}


/* Kontakt */
table.kontakt td {padding:5px 0}

fieldset {
	border:#ccc 1px dotted;
	padding:10px;
	margin:0 0 25px}

legend {
	font-size:12px;
	text-transform:uppercase;
	margin:0 10px;
	padding:0 10px 10px;
	background:#fff;}

/*******************************************************
FOOTER
*******************************************************/
#fuss {
	color: #900;
	font-weight:bold;
	clear:both;
	font-size:14px;
	width: 900px;
	height: 40px;
	line-height:40px;
	text-align:center;
	background: #fff url(aufbau/fuss.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

