@CHARSET "UTF-8";
#header {
		/*	background: url("http://www.raedervogel.de/templates/raedervogel2/images/main_bg.jpg"); */
		}
		#mainMenu {
		/*	background: url("http://www.raedervogel.de/templates/raedervogel2/images/line_bg.jpg"); */
		}
		ul.download-list,
		ul.download-listi {
		/*	list-style-image: url("http://www.raedervogel.de/templates/raedervogel2/images/pdficon_small.gif"); */
		}
		ul.download-listi li a * {
			font-style: italic !important;
		}


/*---- 3col Layout ------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	min-width: 1180px;
}

sup {
	line-height: 5px;
}

#colmask {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #bbb; /* left background */
}

#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 175px;
	background: white; /* center background */
}

#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -351px;
	background: #bbb; /* right background */
}

#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}

#col1pad {
	margin: 0 0 0 350px;
	overflow: hidden;
}

#col1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
}

#col2 {
	float: left;
	width: 175px;
	position: relative;
	margin-left: -50%;
	left: 175px;
	overflow: hidden;
	min-height: 500px;
}

#col3 {
	float: left;
	width: 175px;
	position: relative;
	left: 0px;
	overflow: hidden;
}

/*---- content layout ------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header {
	position: relative;
	width: 100%;
	height: 110px;
}

#logo {
	position: relative;
	float: left;
}
#logo div {
	position: absolute;
	left: 10px;
	top: 10px;
}

#banner {
	text-align: center;
	margin-left: 460px;
	margin-right: 175px;
	padding-top: 3px;
}

#language {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#searchbox {
	position: absolute;
	right: 10px;
	top: 64px;
	width: 165px;
}

#staticLinks {
	position: absolute;
	right: 1px;
	margin-right: 1px;
	bottom: 4px;
	font-size: 9pt;
	width: 175px;
}

#mainMenu {
	height: 22px;
	padding-top: 2px;
}

#content {
	padding: 10px;
	min-height: 450px;
}

#right {
	padding: 0 5px 0 5px;
	font-size: 8pt;
}

#copyright {
	clear: both;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #a5a5a5; /* bottom line */
}
#copyright p {
        margin: 0;
}
#copyright .moduletable {
	padding: 0;
	display: inline;
}
#copyright .moduletable ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#copyright .moduletable ul li {
	display: inline;
	margin-right: 10px;
}
#copyright a {
	color: black;
}
#copyright a:visited {
	color: gray;
}

#fussnote a{
   font-size: 2pt;
   font-style: normal !important;
}

/*---- menu layout ------------------------------------------------*/
#staticLinks .mainlevel:link,#staticLinks .mainlevel:visited {
	padding: 0px 8px 0px 0px;
	color: black;
}

#mainMenu ul {
	margin: 0;
	padding: 0 0 0 10px;
	width: 99%;
}

#mainMenu ul li {
	float: left;
	list-style: none;
	margin: 0 21px 0 0px;
	font-size: 12pt;
}

#mainMenu ul li a:link,#mainMenu ul li a:visited {
	color: white;
}

#mainMenu ul li.active a {
	color: #a5a5a5;
}

#col2 {
	/* move menu to top */
	margin-top: -11px;
}
#col2 .menu {
	/* set background and ending border */
	margin: 0;
	padding: 0px 5px;
	background: #bbb;
}
#col2 .menu li {
	/* set in between border and remove li margin */
	margin: 0;
	list-style: none;
}
#col2 .menu li a {
	/* resize link */
	display: block;
padding-bottom: 2px;
/*background: url("http://www.raedervogel.de/images/3dborder.jpg") center bottom repeat-x; */
}
#col2 .menu li a:hover {
	/* add hover */
	background: #999;
}
#col2 .menu li a span {
	/* pad menu entry for first level */
	display: block;
	padding: 3px 0 3px 10px;
}
#col2 .menu li ul {
	/* remove padding for second level */
	margin: 0;
	padding: 0;
}
#col2 .menu .parent ul a span {
	/* pad menu entry for second level */
	padding-left: 20px;
}
#col2 .menu #current {
	/* highlight current entry */
	background: #eee;
}
#col2 .menu #current ul {
	/* grey out current subs */
	background: #ccc;
}
#col2 a {
	/* set link color */
	color: black;
}

/*---- link layout ------------------------------------------------*/
a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #f04e23;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}
.extra-title-link a {
	color: #F04E23;
	text-decoration: none;
}

/*---- joomla layout ------------------------------------------------*/
.contentheading {
	color: black;
	font-size: 20px;
	font-weight: bold;
	height: 15px;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 7px;
	padding-right: 50px;
}

.contentpaneopen {
	width: 100%;
}

.contentpaneopen td a {
	font-weight: bold;
	font-style: italic;
}

.inputbox {
	background: #F7F7F7;
	border: 1px solid #333333;
	color: #343A58;
}

.button {
	background: #F5F5F5;
	border: 1px solid #333333;
	height: 20px;
}

.search .inputbox {
	width: 163px;
}
.moduletable {
	padding: 10px 0 0 0;
}

#jflanguageselection {
	margin: 0;
}
#jflanguageselection .rawimages {
	margin: 0;
}
#jflanguageselection .rawimages img, #jflanguageselection #active_language img {
	margin: 0 0 0 4px;
}

/*---- other layout ------------------------------------------------*/
img {
	border: 0;
}

p {
	margin: 7px 0;
}
.spacer {
	height: 12px;
/* background: url("http://www.raedervogel.de/images/3dborder.jpg") center center repeat-x; */
}
.images {
	padding-top: 10px;
	padding-left: 10px;
}

.images img {
	margin-bottom: 10pt;
}

#content ul {
	margin-top: 7px;
	margin-bottom: 7px;
}

#content ul li {
	margin-bottom: 8pt;
}

#content ul.no-margin li {
	margin-bottom: 0pt;
}

/*---- other layout speziell Mail------------------------------------------------*/
.clean-mail a {
	font-weight: bold !important;
	font-style: italic !important;
}
.clean-mail-bold a {
	font-weight: bold !important;
	font-style: italic !important;
}
.clean-mail-space {
	margin-right: -5px;
}

.clean-mail-space-l {
	margin-left: -5px;
}

.clean-mail-space-normal a {
	margin-right: -5px;
	font-weight: bold !important;
	font-style: italic !important;
}

.clean-mail-l-r-space-normal a {
	margin-right: -5px;
        margin-left: -5px;
	font-weight: bold !important;
	font-style: italic !important;
}
.clean-mail-l-r-space a {
	margin-right: -5px;
        margin-left: -5px;
}
.clean-mail-normal a {
	font-weight: bold !important;
	font-style: italic !important;
}

.clean-mail-space-bold a {
	margin-right: -5px;
	font-weight: bold !important;
	font-style: italic !important;
}
.bold-mail a {
	font-weight: bold !important;
	font-style: italic !important;
}
/*---download-list fuer Downloads im body---*/
#download-list2 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list3 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list4 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list5 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list6 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list7 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list8 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list9 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list10 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list11 a {
	font-weight: bold !important;
	font-style: normal;
}
#download-list12 a {
	font-weight: bold !important;
	font-style: normal;
}
.download-listi a {
	font-weight: bold !important;
	font-style: italic !important;
}
.link-date {
        margin-top: -20px;
}
/*---email blau unterstrichen ---*/
.blue-under a {
    color: blue !important;
    text-decoration: underline !important;
    font-style:normal !important;
    font-weight:normal !important;
}

/*---- breezingforms ------------------------------------------------*/
.bfMaxLengthCounter {
    white-space: nowrap;
    display: block;
    color: #666666;
}
.bfRequired {
color: black !important;
}

.bfQuickMode select {
margin-right: 6px !important;
}

#small_link a{
   font-size: 8pt;
   font-style: normal !important;
}

#ff_formdiv8.content_outline select,
#ff_formdiv8.content_outline textarea,
#ff_formdiv8.content_outline input[type="text"],
#ff_formdiv8.content_outline input[type="password"] {
   width: 548px;
   min-width: 548px;
   max-width: 548px;
}

/*----formularenmmn------------------------*/
table.formulare_table{
    border-collapse: collapse;
    white-space: nowrap;
}
table.formulare_table td{
    padding: 5px 5px 5px 0px;
}
tr.formulare_nmmn {
    border: 1px solid #ffffff;
    padding: 0px !important;
    background-image: url(/components/com_breezingforms/themes/quickmode/glossy_gray/img/bg_rollover.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat-x !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
tr.background_yes{
    background: none repeat scroll 0% 0% rgb(204, 204, 204);
}
div.btn_middle{ 
    background: url(/components/com_breezingforms/themes/quickmode/glossy_gray/img/bg_btn.png) no-repeat scroll 0% 0% transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    overflow: visible;
    padding: 5px 5px 5px 5px;
    position: relative;
    text-align: center;
    color: white;
}
div.btn_right{ 
    background: url(/components/com_breezingforms/themes/quickmode/glossy_gray/img/bg_btn.png) no-repeat scroll right 68% transparent;
    /*background-color: red;*/
    border: 0 none;
    cursor: pointer;
    overflow: visible;
    padding: 5px 5px 5px 5px;
    position: relative;
    float: right;
}
div.main_required_error{
    -moz-border-radius: 5px !important;
    padding: 5px 5px 5px 5px;
    background-color: #FFEDED;
}
div.required_error {
    color: #FF0000;
    font-weight: bold;
}
/*------------ slideshow ---------------------*/
.rs-slideshow {
    border: 0px;
    height: 220px;
    margin: 24px auto;
    overflow: hidden;
    position: relative;
    width: 770px;
}
.rs-slideshow .slide-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.rs-slideshow .slide-container img {
    position: absolute;
}
.rs-slideshow .slides {
    display: none;
}
