/* Stylesheet for Site verkehrssicherheitszentrum */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");
@import url("faq.css");

/* Tag Definitions limited to ID's */
#rightcol H1 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 8px;
}

#rightcol H2,
#rightcol H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

#maincol A,
#rightcol A {
  color: #000000;
  font-size: 110%;
  text-decoration: none;
}

#maincol A:hover,
#rightcol A:hover {
  color: #E2001A;
  text-decoration: underline;
}

#maincol A.external-link-new-window,
#maincol A.mail,
#rightcol A.external-link-new-window,
#rightcol A.mail {
	color: #0000FF;
  font-size: 110%;
	text-decoration: none;
}

#maincol A.external-link-new-window,
#maincol A.mail:hover,
#rightcol A.external-link-new-window,
#rightcol A.mail:hover {
	color: #0000FF;
  text-decoration: underline;
}

#maincol UL  {
	margin: 0 0 0 14px;
	padding: 0;
}
* html #maincol UL  { margin: 0 0 0 17px; }



/* Layout ID's */
#pagewidth {
	background-color: #EFF0F1;
	width: 953px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#headerRow {
	background-color: #B9C3C8;
	position: relative;
	height: 176px;
	width: 100%;
}

#metaMenu {
	float: left;
	width: 224px;
	padding: 10px 10px 0 0;
}

#metaDivider {
	height: 5px;
	width: 110px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 -10px 5px 0;
	clear: both;
	float: right;
}

#search {
	position: relative;
	float: right;
	clear: both;
	margin-top: 8px;
}

#headerImage {
	float: left;
	width: 719px;
	height: 176px;
}

#headerImageRedArea {
	background-color: #E2001A;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 127px;
	width: 126px;
}

#logoRow {
	background-color: #FFFFFF;
	position: relative;
	height: 53px;
	width: 100%;
	text-align: right;
}

#wrapper {
  position: relative;
  height: 100%;
	background-color: #EFF0F1;
	background-image: url(../images/bg_wrapper.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#leftcol {
  position: relative;
	background-color: #EFF0F1;
	background-image: url(../images/bg_leftcol.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 177px;
	float: left; 
	padding: 0;
}

#mainMenu { 
	margin: 15px 0 40px 13px;
}

#twocols {
	background-color: #EFF0F1;
	background-image: url(../images/bg_twocols.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width: 776px;
	float: right; 
	position: relative; 
	margin: 0;
}
 
#rightcol {
	background-color: #E5E6E7;
	width: 158px;
	float: right;
	position: relative;
	padding: 55px 15px 25px 15px;
}

#maincol {
	background-color: #EFF0F1;
	float: left;
	display: inline;
	position: relative;
	width: 481px;
	padding: 55px 50px 25px 57px;
	min-height: 400px;
}
*html #maincol { height: 400px; }

#footerRow {
	background-color: #FFFFFF;
	height: 20px; 
	clear: both;
	padding-left: 9px;
}


/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	height: 18px;
}
.fileIcon {
	width: 30px;
	float: left;
}


/* Footer Classes */
#footerRow .footer_act A,
#footerRow .footer_no A,
#footerRow .footer_no A:hover {
	float: left;
	font-size: 120%;
	line-height: 25px;
	text-decoration: none;
	margin-right: 20px;
	color: black;
}
#footerRow .footer_act A,
#footerRow .footer_no A:hover {
	color: black;
}
#footerRow .footer_act A {
	font-weight: bold;
}


/* CSS STYLED CONTENT OVERRIDES */
#maincol .csc-linkToTop {
	margin-top: 15px;
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #898A8B;
	margin-bottom: 15px;
	height: 15px;
	width: 100%;
	clear: both;
}


#rightcol DIV.error {
	font-size: 110%;
}




/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  