/************************************************************************/
/*																								*/
/*						Stylesheet für Website: Decision Institute				*/
/*						Autor: Gunther Vilzmann											*/
/*						Date: 17.03.2007													*/	
/*																								*/
/************************************************************************/

body {
	background: #ffffff;
	text-align: center;
	height: 100%;
	color: #000000;
	font-size: 66%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 135%
}

#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background: #ffffff;
	text-align: left;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}


blockquote {
	margin-left: 20px;
	}

* {
	margin: 0;
	padding: 0;
}


img { border: none}

p {
	margin: 0 0 10px 0;
	text-align: left;
}
.csc-caption {
padding-top: 5px;
padding-bottom: 5px;
}


ul {
	margin: 0 0 0 0;
	list-style-image: url(../images/ul_fi.gif);
}

html* ul {
	margin: 0 0 0 0;
	list-style-image: url(../images/ul.gif);
}

li {
	margin: 5px 0 0 20px;
}

.bar {
	display: block;
	position: absolute;
	left: -5000px;
}


#content .first {
	font-size: 140%;
	padding: 10px 0 15px 0;
	text-transform: uppercase;
	color: #aa0000;
	line-height: 100%;
}


span.hidden {
	display: none;
}


h1 {
	font-size: 140%;
	padding: 10px 0 5px 0;
	color: #aa0000;
}

h2 {
	font-size: 130%;
	padding: 10px 0 10px 0;
	color: #aaaaaa;
	font-style: italic;
	line-height: 120%;
}

h3 {
	font-size: 110%;
	padding: 5px 0 0 0;
	font-weight:  bold;
	color: #aa0000;
}


A:link {
	color: #aa0000;
	text-decoration: underline;
}

A:visited {
 color: #aa0000;
 text-decoration: underline;
}

A:hover {
	color: #aa0000;
	text-decoration: underline;
}

A:active {
	color: #aa0000;
	text-decoration: underline;
}

#top {
	height: 100px;
}

#logo {
	float: left;
	width: 435px;
	padding: 25px 0 30px 25px;
}
#obenrechts {
	float: right;
	width: 480px;
}

#subnav {
	float: right;
	width: 480px;
	line-height: 195%;
}


#subnav ul {
	margin: 0 0 0 0;
	color: #aaaaaa;
}

#subnav li {
	margin: 0 0 0 0;
	list-style: none;
	display: inline;
	float: right;
}

#subnav a {
	padding: 0 0 0 0;
	text-decoration: none;
	color: #aaaaaa;
}

#subnav a:hover {
	padding: 0 0 0 0;
	text-decoration: underline;
	color: #aa0000;
}

#search {
	text-align: right;
	line-height: 125%;
}

#lang {
	text-align: right;
	margin-top: 5px;
	line-height: 125%;
}

html* #lang {
	text-align: right;
	margin-bottom: -7px;
}

.tx-srlanguagemenu-pi1 {
	float: right;
}

#middle {
	clear: left;
	height: 30px;
}

#breadcrumb {
	height: 25px;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	background-position:	top;
	border-bottom: 2px solid #aaaaaa;
}

#breadcrumb ul {
	margin: 0 0 0 20px;
	color: #aaaaaa;
	
}

#breadcrumb li {
	margin: 0 0 0 0;
	padding: 4px 15px 0 15px;
	list-style: none;
	display: inline;
	float: left;
	border-left: 1px solid #ffffff;
	height: 20px;
	background-color: #aa0000;
}
#breadcrumb li#last  {
	border-right: 1px solid #ffffff;
}

#breadcrumb li.active  {
	background-color: #aaaaaa;
	color: #ffffff;
	height: 21px;
	font-weight: bold;
}

#breadcrumb a {
	padding: 0 0 0 0;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#breadcrumb a:hover  {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#bottom {
/*muss raus*/
	background-image: url(../images/bg_start.gif);
	background-repeat: repeat-y;
	background-position:	left;
}




#center {
	float: left;
}

#content {
	clear: both;
	float: left;
	width: 800px;
	margin: 0 10px 0 10px;
}

#hauptcontent {
}



*html #content {
	clear: both;
	float: left;
	width: 794px;
	margin: 0 5px 0 5px;
}

#contentright {
	float: left;
	width: 120px;
	margin: 0 10px 0 10px;
}

#contentright p {
	text-align: left;
}

#contentright .csc-firstHeader {
	font-size: 140%;
	padding: 5px 0 10px 0;
	color: #aa0000;
}

*html #contentright {
	float: left;
	width: 117px;
	margin: 0 0 0 17px;
}

#footer {
	clear: both;
	height: 10px;
}

#pagebottom {
	margin-top: 10px;
}

/********************************/

/* Frames, spacing, link-to-top */

/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible { }
DIV.csc-frame-rulerBefore {border-top: 1px solid #aaaaaa; margin: 200px 220px 0 0; }
DIV.csc-frame-rulerAfter {border-bottom: 1px solid #aaaaaa; margin: 5px 0 5px 0; }

/*Mailform Pflichtfelder*/
.mailform_fehler_input {
color:#ff0000;
font-weight:bold;
display:inline;
}

.mailform_fehler {
color:#ff0000;
font-weight:bold;
display:inline;
}

.mailform_label {
font-weight:bold;
display:inline;
}

.radioinput {
	height: 11px;
}
