/*
Stylesheet Name: VCS Basic Layout
Theme URI: http://www.vcs.de
Description: Grundlegende Stildefinition für Projektname
Version: 1.0
Creator: raphael GmbH

    Inhaltsverzeichnis:

    0. ...... Grundlegende Elementdeklarationen
    1. ...... IDs (von oben nach unten)
    1.1 ..... Kopfbereich
    1.2 ..... Spaltenangaben
    1.3 ..... Navigation
    2. ...... Generelle Klassen
    3. ...... Gemischtes
*/

/*
0. Grundlegende Elementdeklis
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #AAAEB2;
	color: #595959;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.75em;
	height: 100%;
	line-height: 140%;
}

input {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #595959;
	vertical-align: middle;
}

h2, h3 {
	font-size: 1em;
	margin-bottom: 8px;
}

img {
	border: none;
}

p {
	margin: 0 0 1em 0;
}

ul li {
	list-style: none;
	margin-left: 5px;
}

a {
	color: #595959;
}

a:hover {
	color: #F3E601;
}

h1 {
	background: #F3E601;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
/*
Alt:
	padding-right: 205px;
	text-align: right;
*/
	padding-left: 254px;
	text-align: left;
	text-transform: uppercase;
}

h1 {
  height: 30px\9;
  padding-top: 2px\9;
}

h4 {
	font-size: 16px;
}


/*
1. IDs
*/

#wrap {
	background: url(images/bg_body.jpg) repeat-y;
	margin: auto;
	min-height: 100%;
	padding: 0 5px 35px 5px;
	position: relative;
	width: 992px;
}

/*
1.1. Kopfbereich
*/

#header {
	background: url(images/logo.jpg) no-repeat;
	height: 80px;
	padding-left: 256px;
	position: relative;
}

#header a {
	text-decoration: none;
}

#header p {
	margin: 0;
}

#header input {
	background: white;
	border: 1px solid #595959;
	height: 17px;
}

#header h3 {
	margin: 0;
	padding: 0;
}

#header h3 a {
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	width: 150px;
	top: 0;
}

#header h3 a span {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#navi1 {
	font-weight: 700;
}

#langs {
	/*padding-top: 48px;*/
	line-height: 1px;
	font-size: 1px;
	bottom: 8px;
	height: 10px;
	position: absolute;
}

#toolbar {
	bottom: 4px;
	left: 510px;
	position: absolute;
}

#toolbar a {
	background-image: url(images/icons.gif);
	display: block;
	height: 21px;
	width: 21px;
}
			
#toolbar a span {
	display: none;
}

#toolbar #i-print {
	bottom: 0;
	left: 0;
	position: absolute;
}

#toolbar #i-send {
	background-position: -21px 0;
	bottom: 0;
	left: 21px;
	position: absolute;
}

#toolbar #i-save {
	background-position: -42px 0;
	bottom: 0;
	left: 43px;
	position: absolute;
}

#toolbar #i-sitemap {
	background-position: -63px 0;
	bottom: 0;
	left: 62px;
	position: absolute;
}

#login {
	bottom: 7px;
	padding-right: 38px;
	position: absolute;
	right: 0;
}

#login input {
	background: white;
	border: 1px solid #C0C1C3;
	height: 17px;
	width: 65px;
	vertical-align: text-bottom;
}

#headerpic {
	margin-bottom: 0px;
	position: relative;
}

#headerpic img {
	margin: 0;
	padding: 0;
}

#news1 .kasten1,
#news1 .kasten2 {
	background: white;
	height: 91px;
	margin-bottom: 16px;
	opacity: 0.75;
	overflow: hidden;
	padding: 5px;
	filter:Alpha(opacity=75);
	width: 148px;
}

#news1 {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 999;
}

#news1 p, #news1 h2 {
	padding: 0;
	margin: 0;
}

#news1 ul {
	margin-left: 0;
}

#news1 li {
	list-style: none;
}

#news1 img {
	margin: -5px -5px 0 -5px;
}

#farbstreifen {
	height: 30px;
	visibility: hidden;
}

#farbstreifen li {
	background: none;
	float: left;
	height: 16px;
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 64px;
}

#farbstreifen li a {
	display: block;
	height: 8px;
	padding: 0 !important;
	margin: 0 !important;
}

#farbstreifen li a span {
	display: none;
}

#farbstreifen li a:hover {
	height: 16px;
}


#farbstreifen #f1 a {
	background: #F3E601;
}

#farbstreifen #f2 a {
	background: #66A62C;
}

#farbstreifen li#f2 a:hover {
	/*
	*/
	cursor: default;
	height: 8px !important;
}

#farbstreifen #f3 a {
	background: #BA2B1D;
}

#farbstreifen #f4 a {
	background: #3D78BE;
}

/*
1.2 Spaltenspezifische Angaben
*/

#col1 {
	float: left;
	margin-bottom: 32px;
	margin-right: 32px;
	padding-top: 32px;
	padding-left: 16px;
	text-align: left;
	_overflow: hidden;
	width: 208px;
}

#col1 input {
	border: 1px solid #C0C1C3 !important;
	color: #595959;
}


#col1 input {
	background: white;
	border: 1px solid #595959;
	height: 17px;
}

#col1 form {
	margin-bottom: 22px;
}

#col2 {
	float: left;
	margin-right: 32px;
	text-align: left;
	_overflow: hidden;
	width: 528px;
}

#col2 .cElement ul li, .bulgelb ul li, .gelb ul li {
	margin-left: 1em;
	list-style: none;
	padding-left: 10px;
	background: url(images/bullet-vcs.gif) no-repeat 0px 6px;
}

#col2 .cElement ul {
	margin-bottom: 1em;
}

#col3 {
	float: left;
	padding-right: 16px;
	padding-top: 64px;
	_overflow: hidden;
	width: 160px;
}

#col3 .cElement {
	background: #F0F0F0;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 3px 7px;
}

#col3 .box img {
	margin: 0 -3px;
}


#col3 .cElement img {
	margin-top: 4px;
}

#col3 ul {
	margin-left: 0em;
}

#col3 li {
	background: url(images/bullet-grey.gif) no-repeat 0px 7px;
	list-style: none;
	padding-left: 10px;
}


/*
1.3 Navigation
*/

ul#menu li {
	margin-left: 0;
	padding-left: 0;
}

ul#menu li {
	background: none;
	font-weight: 700;
	list-style: none;
}

ul#menu li ul li {
	font-weight: 400;
}

ul#menu li a {
	display: block;
	/*	padding: 3px 10px;*/
	margin-bottom: -1px;
	padding-top: 3px;
	min-height: 19px;
	text-decoration: none;
}

ul#menu .l2 li a {
	padding-left: 16px;
}

ul#menu .l3 {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 4px;
}

ul#menu li .l3 a {
	border: none;
	min-height: 12px;
	margin: 0;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#level4 {
	margin-left: -16px;
	margin-top: -2px;
	width: 544px;
}

#level4 {
	_padding-top: 9px !important;
}

#level4 li {
	background: white;
	border-top: 1px solid #C0C1C3;
	border-bottom: 1px solid #C0C1C3;
	float: left;
	height: 19px;
	padding: 3px 0 0 0;
	margin: 0px 0px -1px 16px;
	width: 256px;
}

#level4 li a {
	background: url(images/guillemets.gif) no-repeat left center;
	padding: 0 12px;
	text-decoration: none;
}

.archiv {
	
} 

#newsarchiv li {
	background: none !important;
	margin: 0;
	padding: 0;
}


.spacecom #farbstreifen #f4 a {
	height: 16px;
}

#trail {
	font-size: 11px;
	height: 34px;
	line-height: 13px;
}

#trail a {
	text-decoration: underline;
}

#search {
	margin-bottom: 16px;
	vertical-align: middle;
}

.suchfeld {
	width: 184px;
}

#footer {
	background: white url(images/footer_vcs.gif) repeat-x;
	bottom: 0;
	margin-top: 2em;
	padding-top: 20px;
	padding-bottom: 5px;
	position: absolute;
	width: 992px;
}

#footer  p {
	margin: 0;
}

#footer #datum {
	float: left;
	text-align: right;
	width: 224px;
	margin-right: 32px;
}

#footer a {
	text-decoration: none;
}

#footer h2, #footer div, #footer p.bodytext {
	display: inline;
	float: left;
	font-weight: 400;
}

/*
2. Allgemeine Klassen
*/

.box-small p, .box-big p, .box-middle p {
	border-color: #595959;
	margin: 0;
	padding: 5px;
}

.box-small, .box-big, .box-middle {
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-bottom: 16px;
}

.box-small {
	border: 1px solid #F0F0F0;
	line-height: 1.4em;
	height: 14em;
	overflow: hidden;
	width: 254px;
}

.box-small h2 {
	width: 254px;
}

.box-small ul, .box-small li, .box-small p {
line-height: 1.4em;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.box-middle {
	line-height: 1.4em;
	height: 16em;
	width: 254px;
}


.box-small h2 a:hover {
	color: white !important;
}

.bleft {
	margin-right: 8px;
}

.bright {
	margin-left: 8px;
}

.box-small h2, .box-big h2, .box-middle h2 {
	font-size: 1em;
	margin-bottom: -0.25em;
	padding: 0 5px;
}

.box-small h2, .box-big h2, .box-middle h2 {
	background: #F0F0F0;
	color: #595959;
}

.box-small h2 a, .box-small h2 a:hover, .box-middle a, .box-middle a:hover {
	color: #595959;
	text-decoration: none;
	display: block;
}

.box-small p, .box-small ul, .box-middle p, .box-middle ul {
	margin: 0 !important;
}

.box {
	background: #595959;
}

.bc {
	padding: 0 5px;
}

.error {
	color: #D51C16;
	margin-left: 1em;
}

.error li {
	list-style: disc !important;
}

#login * {
	vertical-align: middle;
}

.logout {
	background: url(images/guillemets.gif) no-repeat 3px 5px!important;
	border: none !important;
	color: #595959; 
	font-weight: 700;
	font-family: arial, verdana, sans-serif;
	height: auto !important;
	margin-bottom: -3px;
	padding-left: 14px;
	text-decoration: underline !important;
	width: auto !important;
}

.logout strong {
	margin-top: 6px;
}

.logoutform {
	margin-bottom: -2px;
}

.button {
	background: url(images/guillemets.gif) no-repeat center center !important;
	color: #595959;
	font-weight: 700;
	height: 19px !important;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 19px !important;
}

/*
Formulare
*/

#kontaktform select, #signupform select {
	width: 260px;
}

#kontaktform, #signupform {
	margin-top: 1em;
}

#kontaktform textarea, #signupform textarea {
	width: 256px;
}

#kontaktform label, #signupform label {
/*	display: block; */
}

#kontaktform .button {
	background: threedface;
	border: 2px outset #999;
	height: auto !important;
	width: auto !important;
}

#kontaktform textarea, #tipform textarea {
	border: 1px solid #C0C1C3;
}

#kontaktform input, #signupform input, #tipform input {
	border: 1px solid #C0C1C3;
	height: 16px;
	width: 256px;
}

#signupform .checkbox {
	width: auto !important;
}

#kontaktform .button, #signupform .button, #tipform .button {
	border: 2px outset buttonshadow;
	background: threedface !important;
	font-weight: 400;
	height: auto !important;
	margin-left: 0 !important;
	padding: 2px 3px;
	width: auto !important;
}

/*
Tip a Friend
*/

#tipform {
	margin-right: 15px;
	margin-top: 1em;
}

#tipform label {
	display: block;
}

#tipform p {
	clear: left;
	margin: 0;
	padding: 3px 0;
}


#fontsize {
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	bottom: 7px;
	left: 610px;
}

#fontsize .small {
	font-size: 12px;
}

#fontsize .big {
	font-size: 16px;
}

#fontsize .bigger {
	font-size: 20px;
}

.newsitem {
	margin-bottom: 1.5em;
}

.newsitem a {
	text-decoration: none;
}

.newsitem .division {
	float: right;
}

.newsitem .datum {
	float: left;
}


.newsitem h3 {
	display: inline;
}

.newsitem a {
	color: #595959;
}

#newsarchiv {
	height: 192px;
	margin-right: -7px;
	margin-bottom: -3px;
	padding-right: 3px;
	overflow: auto;
}

#newsarchiv span {
	display: block;
	font-size: xx-small;
}

#newsarchiv li {
	margin-bottom: 5px;
}

h3#archiv {
	border-bottom: 1px solid #595959;
	margin: 0 -7px;
	padding: 0 7px 3px 7px;
}

.afternav {
	clear: left;
	margin-bottom: 1.333em;
}

#sitemap li {
	list-style: disc;
}

#sitemap ul li {
	list-style: circle;
}

#sitemap ul li li {
	list-style: square;
}

#sitemap ul li li li {
	list-style: square;
}

#sitemap ul {
	margin-left: 1em;
}

.sitemapl1 {
	margin-top: 1em;
}

.csc-textpic-caption {
	font-size: 90%;
}

.csc-uploads tr {
	vertical-align: top;
}

.csc-uploads-fileSize {
	width: 60px;
	text-align: right;
}

#headerpic .csc-textpic-imagewrap dl {
	margin: 0 !important;
}


.box-small h2 a {
	display: block !important;
	z-index: 9999;
	position: relative;
}

.abstand {
	height: 23px;
}

.l2 .abstand {
	border-top: 1px solid #c0c1c3;
	background: #fff;
	height: 23px;
	margin: 0 !important;
}

.l3 .abstand {
	border-top: 0;
	border-bottom: 1px solid #c0c1c3;
	background: #F7F7F7;
	height: 23px;
	margin: 0 !important;
}

