/* 
 * Master Stylesheet Nette Toilette
 * Alle Medien (Screen/Print)
 *
 * Erstellt: 07.07.2009
 *
 * Autor: STUDIOO, Jochen Brenner
 *
 * #db001a rot 
 * #ffdc7b Rahmen-Gelb;
 * #fec206 gelb
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML Elemente
 * ************* */

body {
	font: 12px/1.4 Arial, Helvetica, Tahoma, sans-serif;
	color: #705f5f;
	background-color: white;
}

#container {
	width: 900px;
	margin: 0 auto;
}

h1, h2, h3, h4, p {
	margin-bottom: 1.2em;
}

ul {
	list-style-position: outside;
	padding-left: 1.0em;
	margin-left: 0em;
	margin-bottom: 1.2em;
}

/* Spalten
 ***************** */

div.col1sp {
	float: left;
	width: 300px;
	/*background: yellow;*/
}

div.collast {
	width: 300px;
}

div.col1sp .in {
	width: 280px;
	float: left;
}

div.collast .in {
	width: 300px;
}

div.col2sp {
	float: left;
	width: 600px;
	/*background: yellow;*/
}

div.col2last {
	width: 600px;
}

div.col2sp .in {
	width: 580px;
	float: left;
}

div.col2last .in {
	width: 600px;
}

/* Accessoires
 ***************** */

.block {
	background-color: #FFFF00;
}

.clear {
	clear: both;
}

a.button {
	display: block;
	border: 1px solid #a6a6a6;
	font-size: 12px;
	font-weight: bold;
	color: #7f7070;
	background: white url(../img/layout/button_lo.png) 0 center repeat-x;
	text-decoration: none;
	padding: 12px 11px;
}

a.button:hover {
	color: white;
	border: 1px solid #db001a;
	background:  #db001a url(../img/layout/button_hi.png) 0 center repeat-x;
}

a.current {
	color: white;
	border: 1px solid #767676;
	background:  #db001a url(../img/layout/button_hi.png) 0 center repeat-x;
}

.lose {
	margin-bottom: 0.6em;
}

a.pagetop {
	font-size: 11px;
	color: #7b7b7b;
	padding-left: 8px;
	background: white url(../img/layout/arrowup.png) left top no-repeat;
}

a#pagetop {
	position: relative; 
	display: block;
	width: 1px; height: 1px;
	left: 0;
	top: -50px;
	z-index: 2;
	
}

/* Layout Kopf
 * *********** */

div#header {
	padding: 7px 0 0px 0;
	margin: 0px 0 13px 0;
 	/*background: #fcb919 url(../img/layout/head.jpg) 0 bottom no-repeat;*/
 	background: #fec206; /* gelb */
}

div#header div#hilfsmenue {
	font-size: 11px;
	background: white;
	padding: 3px 0 4px 0;
	text-align: right;
}

div#header div#hilfsmenue a {
	text-decoration: none;
	color: #7b7b7b;
}

div#header div#hilfsmenue a:hover {
	text-decoration: underline;
	color: black;
}


div#header div#bildstreifen {
	background: #db001a; /* rot */
}

div#header div#bildstreifen div.border {
	background: black;
	padding: 9px;
}

div#header div#bildstreifen div.content {
	background: #db001a;
}





div#fussnote {
	padding: 7px 0 0 0;
	margin: 0;
 	background: #fec206; /* gelb */
}

div#fussnote div#bottomtext {
	font-size: 11px;
	background: white;
	padding: 3px 0 4px 0px;
	text-align: left;
}

div#fussnote div#bottomtext a {
	text-decoration: none;
	color: #7b7b7b;
}

div#fussnote div#bottomtext a:hover {
	text-decoration: underline;
	color: black;
}

div#fussnote div#bottomtext span.copyright {
	display: block;
	float: right;
}

