/***************************** Tag Styles ***************************************/

body, table, td, tr, p, ul, li, ol, input, textarea, form, fieldset, span, th, cite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
body {
	width: 100%;
	text-align: center;
	margin: 0px;
	margin-top: 22px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
	background-color: #E2001A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	top: -1px;
	position:relative;
}
h2 {
	font-size: 13px;
	color: black;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
}
h3 {
	font-size: 13px;
	color: black;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: solid 1px black;
}
a, a:visited {
	color : #E2001A;
	font-weight: bold;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 14px;
}
tr {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}
td, th {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
}
th {
	font-weight: bold;
	background-color: #CCCCCC;
	text-align:left;
}
table {
	margin: 0px;
	margin-bottom: 12px;
	padding:0px;
}
.fullWidth{
	width: 100%;
}
.evenRow {
	background-color: #FFFFFF;
}
.oddRow {
	background-color: #EEEEFF;
}
.highlightedArea1 {
	background-color: #CCCCFF;
}
.highlightedArea2 {
	background-color:#FFC;
}
.highlightedArea3 {
	background-color:#FFC;
}
.rowSpacer {
	height: 8px;
}
.numberedList {
	list-style: decimal;
}

/***************************** Site Layout ***************************************/
.boxSite {
	margin: auto;
	width: 1181px;
	text-align:left;
}
.box {
}
.boxTop {
	width: 948px;
	height: 80px;
	margin-top: 36px;
}
.boxBottom {
	width: 948px;
	margin-top: 20px;
}
.boxLeft {
	float: left;
}
.boxCenter {
	float: left;
	margin-left: 12px;
}
.boxRight {
	margin-left: 12px;
	float:left;
}

.boxSmall {
	width: 228px;
	float: left;
}
.boxMedium {
	width: 468px;
	float: left;
}
.boxWide {
	width: 708px;
	float: left;
}
.boxFullWidth {
	width: 948px;
}
.boxImagesTop {
	background-color: #E2001A;
}
.boxImagesTop img, .boxImagesBottom img, .boxNavigationImagesTop img, .boxNavigationImagesBottom img, .boxImagesShadowBottom img {
	float:left; 
}
.boxImagesBottom, .boxNavigationImagesBottom {
	background-color: #EBEAE9;
}
.boxImagesTop, boxImagesBottom {
	height: 6px;
}
.boxImagesShadowBottom {
	height:7px;
}

/***************************** Header ******************************************/
.boxHeader {
	height: 87px;
}
.boxHeaderText {
	height: 54px;
	width: 448px;
	padding: 10px;
}
.boxHeader.boxRight {
	vertical-align: bottom;
	text-align: right;
}
.boxHeader.boxRight a {
	margin-left: 10px;
}
.boxHeader.boxCenter {
	background-color:#EBEAE9;
}
.boxHeader .boxImagesTop {
	background-color: #EBEAE9;
}

/***************************** content ***********************************/
.boxTitle {
	background-color:#E2001A;
	float:left;
}
.boxContent {
	background-color: #EBEAE9;
	clear:left;
	padding-top: 10px;
}

/***************************** footer ********************************/
.boxFooter {
}

/************************ navigation *****************************/
.boxNavigation {
	background-image:url(/images/drawbox/navigation_background.gif);
	float: left;
}
.boxNavigationTitleSpacer {
	width: 10px;
	background-color: #E2001A;
	float:left;
	height: 26px;
}
.boxNavigationTitle {
	background-color: #E2001A;
	border-top: solid 2px white;
	border-bottom: solid 2px white;		
	width: 218px;
	float: left;	
	height: 22px;
}
.navigationTitle
{
	padding-top:1px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
.boxNavigationImagesTop, boxNavigationImagesBottom {
	height: 6px;
	width: 228px;
	background-color: #EBEAE9;	
}
.boxNavigationLogo {
	background-image:url(/images/drawbox/navigation_background.gif);
	padding:0px;
	width: 218px;
	text-align:right;
	border-right: solid 10px #E2001A;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxNavigationLogo img {
	margin-right: 16px;
}
.navigation1, .navigation2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.navigation1 a, .navigation1 a:visited {
	color: black;
	text-decoration:none;
	width:210px;
}
.navigation1 a:hover, .navigation1 a:visited:hover {
	color: #E2001A;
	text-decoration:underline;
}
.navigation2 a, .navigation2 a:visited {
	color: black;
	text-decoration:none;
	width:210px;	
	font-weight: normal;
}
.navigation2 a:hover, .navigation2 a:visited:hover {
	color: #E2001A;
	text-decoration:underline;
	font-weight: normal;
}
.navigationItem1, .navigationItem2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.navigationItem1 {
	padding-left: 10px;
	padding-right: 10px;
	width: 208px;
}
.navigationItem2 {
	padding-left: 20px;
	padding-right: 10px;
	width: 198px;	
}
.boxAdsTop, .boxAdsBottom {
	text-align:right;
	width:948px;	
}
.boxAdsBottom {
	width: 185px;
}
.boxAdsBottom img {
	float: left;
	margin-bottom:10px;
}
.contentLeft {
	float:left;
	width:948px;
}
.contentRight {
	float: left;
	width: 185px;
	margin-left: 48px;
}
.quotation {
	font-style:italic;
}


/***************************** text ******************************/

.highlightedText1 { /*fetter Text*/
	font-weight: bold;
}
.highlightedText2 { /* roter Text, roter Hintergrund */
	color: #FF0000;
	font-weight: bold;
	background-color: #FFE6E6;
}
.highlightedText3 { /* grüner Text, grüner Hintergrund */
	color: #009900;
	font-weight: bold;
	background-color: #E6FFE6;
}
.highlightedText4 { /*roter Text*/
	color: #FF0000;
	font-weight: bold;
}
.highlightedText5 { /*grüner Text*/
	color: #009900;
	font-weight: bold;
}
.highlightedText6 { /*gelber Text, gelber Hintergrund*/
	color: #FFAA00;
	background-color:#FFFFCC;
	font-weight: bold;
}
.highlightedText7 { /*blauer Text, blauer Hintergrund*/
	color: #0000CD;
	background-color: #ADD8E6;
	font-weight: bold;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textSmall {
	font-size:9px;
}
.textVerticalCenter {
	vertical-align: middle;
}
img.textVerticalCenter {
	vertical-align: bottom;
	position: relative;
}
.error, .error input, .error textarea, .error tr {
	color: #FF0000;
	background-color: #FFE6E6;	
	font-weight: bold;
}
.textNoWrap {
	white-space: nowrap;
}
.linked {
	cursor: pointer;
}
.inlineTable {
	margin: 0px;
	padding: 0px;
}
.profileImage {
	max-width: 150px;
	max-height: 250px;
	margin-top:20px;
}
.profileImageRow {
	width: 150px;
	text-align:center;
}
.slider, .slider tr, .slider td {
	padding:0px;
	margin:0px;
	border:0px;
}
td.sliderCaption {
	margin: 0px;
	padding: 0px;
	border:0px;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}
td.sliderValue {
	background-color:#00C;
	padding:0px;
	margin:0px;
	border:0px;
}
td.sliderSpace {
	padding:0px;
	margin:0px;
	border:0px;
}
.sliderValueTable {
	margin: 0px;
	padding: 0px;
	border:0px;
}
.tableFloatingLeft {
	float:left;
	margin-right: 20px;
}
.columnNoMargin {
	magin:0px;
	padding: 0px;
}






/*###################################################################################

Administrator Styles

###################################################################################*/

.link0, a.link0, a.link0:visited {
	color:black;
	font-weight:bold;
	cursor:pointer;
	background-color : transparent;
}
a.link0:hover, a.link0:visited:hover {
	color:white;
	cursor:pointer;
	background-color : transparent;
}
.highlightYyellow {
	color: #FFAA00;
	background-color:#FFFFCC;
	font-weight:bold;
}
.highlightBblue {
	color: #0000CD;
	background-color: #ADD8E6;
	font-weight:bold;
}

.highlightGgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	font-weight: bold;
	background-color: #E6FFE6;
}
.untertitelB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.lauftextB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.lauftextR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.highlightG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
.highlightR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFE6E6;
}
.highlightRred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFE6E6;
}

.lauftextBSilver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #DDDDDD;
}

.untertitelBSilver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #DDDDDD;
}
.lauftextBbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000GFF;
	font-weight: bold;
}
.button0 {
	text-align : center;
	cursor:pointer;
}


/**************************  development *************/
a.debugInfo, a.debugInfo:hover, a.debugInfo:visited, a.debugInfo:visited:hover {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
