/***********************************************

	©	Die Netzmacher <die-netzmacher.de>
		fuer werkstatt-wuest.de

	Mai 2010

***********************************************/

/***** reset *****/
* {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin-bottom: .3em;
	margin-top: .75em;
}
p, ul, ol, dl {
	margin-bottom: .5em;
}
ul, ol {
	margin-left: 1.2em;
}
ol {
	padding-left: 2em;
}
form, pre {
	margin: 1em 0;
}
input, textarea, select {
	background-color: #fff;
	border: 1px solid rgb(102,102,102);
}


/***** body *****/
html {
	height: 100%;	/* f. vert. Zentrierung HG-Grafik in FF/Opera */
	overflow-y: scroll;
}
body {
	background: #777 url(../pics/bg.body.gif) repeat-x scroll 0 30px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
}


/***** boxes *****/
#wrap-outer {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 800px;
}

#wrap-inner {
	/*min-height: 100%;*/
}

#content-main {
	margin: 0 auto;
	padding-top: 125px;
	width: 625px;
}
	#content-main.text {
		background-color: #888;
	    border: 5px solid rgb(255,180,70);
	    left: auto;
	    margin-bottom: 30px;
	    padding: 25px;
	    position: relative;
	    top: 125px;
		width: 565px;
	}

.content-box, .content-box-plain {
	margin-bottom: 30px;
	position: relative;
}
	.content-box {
		background-color: #888;
		border: 5px solid rgb(255,180,70);
		height: 268px;
		margin-bottom: 30px;
		padding: 10px;
		position: relative;
		width: 268px;
	}
	.content-box-plain {
		height: 298px;
		/*overflow-x: show;
		overflow-y: hidden;*/ /* für Daumenkino noscript */
		width: 298px;
	}
	.content-box-left {
		float: left;
	}
	.content-box-right {
		float: right;
	}
	.content-box1, .content-box2, .content-box-right1, .content-box-right2 {
	}
	.content-box-2rows {
	    height: 596px;
	}
	.content-box-2cols {
	    background-color: transparent;
	    border: none;
	    height: auto;
	    padding: 0;
	    position: static;
	    text-align: justify;
	    width: auto;
	}

#menu-main {
	left: 25px;
	position: absolute;
	top: 47px;
}

#ww-logo {
	border-color: #777;
	border-style: solid;
	border-width: 0 20px;
	position: absolute;
	right: 0;
	top: 30px;
}




/***** Elements *****/
h1 {
	font-size: 1em;
	left: -1000px;
	position: absolute;
	top: auto;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .91em;
}
h5, h6 {
	font-size: .81em;
	font-weight: normal;
}
.csc-firstHeader {
	margin-top: 0;
}

pre {
	font-size: 1.2em;
}

#content-main p, #content-main li {
	line-height: 150%;
	margin-bottom: .7em;
}

.content-box h1, .content-box h2, .content-box h3 {
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-shadow: 2px 2px #333;
	text-transform: uppercase;
	z-index: 30;
}
	.content-box h1 div, .content-box h2 div, .content-box h3 div {
		filter: DropShadow(color=#333333, offx=2, offy=2);
		/*filter: Shadow(color=#333333, direction=135);*/
		/*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offX=1, offY=1);"*/
		width: 100%;
	}
.content-box img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 20;
}

.contenttable th, #c9 th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.contenttable th, #c9 th, .contenttable td, #c9 td {
	padding: 0 .75em .5em 0;
	vertical-align: top;
}

.std-mask {
	line-height: 125%;
}
.std-mask h2 {
	font-size: 1em;
	text-align: left;
	text-shadow: none;
	filter: DropShadow(color=#333, offx=2, offy=2); /* schaltet wg. 3-stelliger Farbangabe Schatten aus */
}
.std-mask div {
	padding-left: 1.5em;
	margin-bottom: .75em;
	text-indent: -1.5em;
}




/***** Links *****/
a:link, a:visited {
	color: rgb(255,180,70);
	text-decoration: none;
}
a:focus, a:hover, a:active {
	/*color: rgb(191,0,0);*/
	text-decoration: underline;
}




/***** Navigation *****/
/* Common */
.menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
}
.menu a:focus, .menu a:hover, .menu a:active {
	text-decoration: underline;
}

/* Main menu */
#menu-main li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
	text-transform: uppercase;
}
#menu-main li.cur a:link, #menu-main li.cur a:visited, #menu-main li.cur span,
#menu-main li.act a:link, #menu-main li.act a:visited, #menu-main li.act span,
#menu-main li.actifsub a:link, #menu-main li.actifsub a:visited, #menu-main span {
	color: #fff;
}




/***** forms *****/
#mailform {
	margin: 0;
}
#mailform input, #mailform textarea, #mailform select {
	display: block;
	margin-bottom: .5em;
	width: 266px;
}
	#mailform textarea {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
#mailform .csc-mailform-submit {
	background-color: #444;
	color: rgb(255,180,70);
	font-weight: bold;
	margin-top: 1em;
	width: 268px;
}




/***** misc *****/
.cb, .cl, .cr {
	border: none;
	height: 0; /* do not revome it - it fixes IE behavior */
	margin: 0;
	padding: 0;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.csc-linkToTop {
	font-size: .9em;
	margin: 0 0 0 1.5em;
}
.csc-linkToTop a:before {
	content: "↑ ";
}
.nowrap {
	white-space: nowrap;
}
.right {
	padding-right: 1em;
	text-align: right;
}
.align-right {
	text-align: right;
}
.important {
    color: rgb(83,19,18);
	font-weight: bold;
}
.detail {
	letter-spacing: .05em;
	padding-right: 5px;
}
.name-of-person {
	font-style: italic;
}