
/***********************
	FILE
************************
Date:			02.04.2007 11:49				
Author:			Benjamin Stellmacher 			
			<benjamin.stellmacher@hellgrau.com>	
Description:		Contains definitions for all elements on the site
***********************/

/***********************
	STRUCTURE OVERVIEW
************************
1. Document
2. General Definitions
***********************/

/***********************
	DOCUMENT
***********************/

/* Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1em;
	color: #808285;
	text-align: left;
	background: #fff;
	background: transparent url(../images/bg_main.gif) repeat-y;
}

div#main {
	margin: 0;
	padding: 0;
	text-align: left;
}

/***********************
	GENERAL DEFINITIONS
***********************/

h1,h2,h3,p,div,span,a,form,label,input,select,textarea,ul,ol,li,dl,dt,dd {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

/* TEXT */

h1 {
	font-size: 0.8em; 
	line-height: 1.6em; 
	color: #1a6fb7;
	margin: 0;
}

h1.title { 
	font-size: 1.0em; 
	margin: 0 0 0px 0;
}

h2 {
	font-size: 0.8em; 
	line-height: 1.6em; 
	margin: 0 0 0px 0;	
	color: #808285;
}

p { 
	font-size: 0.8em;
	line-height: 1.6em; 
	color: #808285;
}

/* LIST */

ul,ol {}
li {}

/* TABLES */



/* FORMS */

fieldset{ border: none; }
label {}

/* LINKS */

a img { border: none; }
p a { color: #1a6fb7; }

/* IMAGES */

div.csc-textpic dd.csc-textpic-caption {
	padding: 10px 0 0 0;
	font-size: 12px;
}

div.csc-textpic-imagewrap dl.csc-textpic-image {
	padding: 0 10px 10px 0;
}

div.img-dropshadow div.csc-textpic-imagewrap dl.csc-textpic-image {
	padding: 0 7px 3px 0;
	background: transparent url(../images/dropshadow.jpg) no-repeat right bottom;
}

/* FORMATTING */

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.no-break { white-space: nowrap; } 
.clear { clear: both; }

/***********************
	HEADER
***********************/

div#header {
	margin: 15px 0 0 15px;
	width: 1000px;
	height: 135px;
}

div#header a#logo {
	float: left;
	margin: 44px 15px 10px 0;
	width: 234px;
	height: 80px;
}

div#header img#header-img {}


/***********************
	NAV
***********************/

div#nav {
	float: left;
	margin: 30px 0 0 65px;
	padding: 0;
	width: 130px;
	/* background: transparent url(../images/nav_bg.jpg) repeat-y; */
}

div#nav div.head {
	width: 130px;
	height: 10px;
	/* background: transparent url(../images/nav_bg_top.jpg) no-repeat; */
}

div#nav div.body {
	width: 90px;
	padding: 0 30px 0 10px;
}

div#nav div.foot {
	width: 130px;
	height: 20px;
	/* background: transparent url(../images/nav_bg_bottom.jpg) no-repeat; */
}

div#nav ul { list-style: none; }

div#nav ul.subnav { margin: 0 0 0 10px; }

div#nav ul li {	margin: 0 0 5px 0; }

div#nav ul.subnav li {
	margin: 0;
	padding: 0 0 0 6px;
	background: transparent url(../images/nav_bullet.gif) no-repeat 0px 10px;
}

div#nav ul.subnav li.active {
	background: transparent url(../images/nav_bullet_act.gif) no-repeat 0px 10px;
}

div#nav ul li a {
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#nav ul.subnav li a {
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#nav ul li a:hover { color: #ccc; }

div#nav span.mark { color: #ed1c24; }

/* SEARCH */

form#nav-search {
	margin: 20px 0 0 0;
}

form#nav-search fieldset {}

form#nav-search label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

input#nav-search-sword {
	display: block;
	margin: 0 0 5px 0;
	padding: 2px;
	width: 100px;
	font-size: 0.7em;
	color: #000;
	border: none;
}

input#nav-search-submit {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.7em;
	color: #000;
	background: #fff;
	border: none;
}

/***********************
	CONTENT
***********************/

div#content {
	float: left;
	margin: 28px 0 0 70px;
	padding: 0 0 30px 0;
	width: 445px;
}

div#content div.content-element { clear: both; }

div#content h1.title { margin: 0; }

div#content h2,h3,p { margin: 0 0 10px 0; }

div#content h1 { margin: 5px 0 0 0; }

div#content ul { margin: 0 0 10px 20px; }

div#content li {
	margin: 0 0 0.8em 0;
	font-size: 0.8em;
	line-height: 1.6em; 
	color: #808285;
}
div#content li a { color: #1a6fb7; }

div#content img { margin: 0; }

div#content div.csc-textpic-intext-left div.csc-textpic-imagewrap { padding: 5px 5px 5px 0; }
div#content div.csc-textpic-intext-left div.csc-textpic-text div.csc-textpicHeader,
div#content div.csc-textpic-intext-left div.csc-textpic-text p.bodytext { padding: 0 0 0 10px; }

div#content div.csc-textpic-intext-right div.csc-textpic-imagewrap { padding: 5px 0 5px 5px; }
div#content div.csc-textpic-intext-right div.csc-textpic-text div.csc-textpicHeader,
div#content div.csc-textpic-intext-right div.csc-textpic-text p.bodytext { padding: 0 10px 0 0; }

div#content div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { padding: 0 0 10px 0; }
div#content div.csc-textpic-intext-left-nowrap div.csc-textpic-text div.csc-textpicHeader,
div#content div.csc-textpic-intext-left-nowrap div.csc-textpic-text p.bodytext { padding: 0 0 0 20px; }

div#content div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { padding: 0 0 10px 0; }
div#content div.csc-textpic-intext-right-nowrap div.csc-textpic-text div.csc-textpicHeader,
div#content div.csc-textpic-intext-right-nowrap div.csc-textpic-text p.bodytext { padding: 0 10px 0 0; }

div#content div.csc-textpic-imagewrap { margin: 0 0 20px 0; }

div#content div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	margin: 0;
	padding: 0;
}

div#content div.csc-textpic-intext-left p.bodytext { margin: 0 0 0 10px; }

div#content div.csc-textpic div.csc-textpicHeader h1 { position: relative; bottom: 5px; }

div#content table { 
	margin: 0 0 10px 0; 
	caption-side: top; 
/*	border: 1px solid #808285; */
}

div#content th, div#content td { 
	margin: 0; 
	padding: 3px; 
}

div#content th { 
	color: #fff; 
	font-weight: bold;
	background-color: #808285; 
}

div#content td {
	border: 1px solid #808285;
}


/***********************
	FEATURES
***********************/

div#features {
	float: left;
	margin: 28px 0 0 50px;
	width: 180px;
}

div#features img { margin: 0; }


/***********************
	MAIL FORM
***********************/

form#mailform {
	margin: 0 0 10px 0;
}

form#mailform label {
	clear: left;
	float: left;
	width: 100px;
	font-size: 0.8em;
	line-height: 1.6em;
}

form#mailform input {
	float: left;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 300px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #808285;
	background: #d4effc;
	border: none;
}

form#mailform textarea {
	float: left;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 300px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #808285;
	background: #d4effc;
	border: none;
}

form#mailform input.csc-mailform-submit {
	margin: 0 0 0 100px;
	width: auto;
	color: #808285;
	text-decoration: underline;
	background: transparent;
	border: none;
}


/***********************
	SEARCH FORM
***********************/

table.csc-searchform {}

table.csc-searchform td.csc-form-labelcell {
	padding: 0 !important;
	border: none !important;
}

table.csc-searchform td.csc-form-labelcell p.csc-form-label {}

table.csc-searchform td.csc-form-fieldcell {
	padding: 0 0 0 10px !important;
	border: none !important;
}

table.csc-searchform td.csc-form-fieldcell input {
	font-size: 0.7em;
}

table.csc-searchform td.csc-form-fieldcell select {
	font-size: 0.7em;
}


/* result page */

table.csc-searchResultInfo { border: none; }

table.csc-searchResultInfo td.csc-searchResultRange { 
	margin: 0 !important;
	padding: 0 !important; 
	height: auto !important;
	font-weight: bold;
	border: none !important; 
}

table.csc-searchResultInfo td.csc-searchResultRange p {}

table.csc-searchResultInfo td.csc-searchResultPrevNext { 
	padding: 0; 
	border: none !important; 
}

table.csc-searchResultInfo td.csc-searchResultPrevNext p {}

h3.csc-searchResultHeader { margin: 0 0 5px 0; }

h3.csc-searchResultHeader a {
	font-size: 0.7em;
	font-weight: normal;
	color: #808285;
	text-decoration: underline;
}

p.csc-searchResult { font-size: 0.7em; }