@charset "utf-8";
/* Verkaufswerkstatt Christiane Christiansen screen CSS */

/*
 *	Tag formatting
 */
* { boder: none; margin: 0; padding: 0; }
html, body { background: #f8b628;height: 100%; min-height: 100%; }
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .4em;
}
h3 { font-size: 1em; }
h4 {
	font-size: .84em;
	margin-bottom: .1em;
}
b,
em { font-weight: bold; }
a {
	color: #000;
	text-decoration: none;
}
a:hover { color:#fff; }
ul li { margin-bottom: 1em; }
	ul li.odd { border-bottom: 4px dashed #fff; padding-bottom: 1em; }
		ul li a { display:block; text-align:right; }

/*
 *	Yahoo basic body, custom properties
 */
#custom-doc {
	min-width:672px;
	margin:auto;
	text-align:left;
	width:51.69em;
	*width:50.45em;
}

/*
 *	Yahoo basic body
 */
.yui-t7 {
	background: #b4c03a;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}

/*
 *	Yahoo header
 */
#hd {
	background: url(../img/header.jpg) top left no-repeat #b32529;
	height: 104px;
}

/*
 *	Yahoo content areas
 */
#bd { background: #8f8e1a; }
div.nested { padding: 1em 2em; }
.second div.nested { padding-left: 1em; }

/*
 *	own formatting
 */
.borderBottom { border-bottom: 4px solid #fff; }
.light { background: #b4c03a; }

#navigation,
.separator {
	font-size: 1.1em;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	text-transform: uppercase;
}
	#navigation a { margin-left: 2em; }
	#navigation a.current {
		color: #fff;
		font-weight: bold; }
		
.separator { padding-left: 2em; }

#mapcontainer {
	background: #b32529;
	border: 1px dashed #f8b628;
	margin: 1em 0;
	padding: 1em;
	width: 28em;
}
	#map {
		color: #000;
		height: 17em;
		width: 28em;
	}
		#map a{ color: #b32529; }

.vwsLightbox { color: #000; }
	.vwsLightbox a {
		background: #b32529;
		border: 1px dashed #f8b628;
		display: block;
		float: left;
		height: 8.26em;
		overflow: hidden;
		padding: .5em;
		width: 8.26em;
	}
	
div.clearLeft { clear: left; }

div#creativeCommons { text-align: right; }