/* Basic Elements ---------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

img.leftfloater{	
	float: left;
	margin: 0 15px 15px 0;
}

.right {
	float: right !important;
}

.nomargin{
	margin: 0 !important;
}


.news ul{
	padding-left: 20px;
}

.form {
	border: 1px solid #CBCBCB;
	width: 180px;
}

textarea.form {
	height: 225px;
}

hr {
	clear: both;
	margin-bottom: 15px;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #003160;
	color: #003160;
}

.box hr{
	margin: 0;
}


select {
	color: #4F4F4F;
	width: 100%;
	display: block;
	margin: 10px 0px;
	font-size: 11px;
}

.box .content a, .news a, .littleNews a, p a, .link, #impressum a {
	font-weight: bold;
	color: #003160;
}

.grayLink {
	font-weight: normal !important;
	color: #4F4F4F !important;
	display: block;
}

.lightGray {
	color: #A8A8A8;
}

.italic {
	font-style: italic;
}

.grayLink.active {
	font-weight: bold !important;
}

table {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

h1 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #003160;
	border-bottom: 1px solid #003160;
	background: url(../images/arrow.png) no-repeat left;
	padding-left: 25px;
	line-height: 25px;
}

h2, #content h2 a {
	font-size: 12px;
	color: #003160;
	line-height: 18px;
	margin-bottom: 2px;	
}

p {
	margin: 10px 0px;
}

.smallText {
	font-size: 9px;
	vertical-align: middle !important;
}

.icons {
	margin: 10px 0px;
}

a.ctbutton{
	background: #E9E9E9;
	border: 1px solid #9CA4AC;
	color: black !important;
	font-weight: normal !important;
	line-height: 21px;
	height: 21px;
	padding: 0 19px;
}


.iconsFloater {
	float: right;
	margin: 0px;
	position: relative;
	top: -10px;
	left: 15px;
}

.icons a {
	margin-right: 15px;
	padding-left: 18px;
	padding-bottom: 2px;
	font-size: 10px;
	float: left;
	color: #C0C0C0;
}

.icons a.images {
	background: url('../images/icons/iconImages.gif') no-repeat top left;
}

.icons a.download {
	background: url('../images/icons/downloads.gif') no-repeat top left;
}

.icons a.video {
	background: url('../images/icons/iconVideo.gif') no-repeat top left;
}

.icons a.print {
	background: url('../images/icons/iconPrint.gif') no-repeat top left;
}

.icons a.tell {
	background: url('../images/icons/iconTell.gif') no-repeat top left;
}

.icons a.newsletter {
	background: url('../images/icons/iconNewsletter.gif') no-repeat top left;
}

.icons a.comment {
	background: url('../images/icons/iconComment.gif') no-repeat top left;
}

.icons a.outlook {
	background: url('../images/icons/iconOutlook.gif') no-repeat top left;
}

.icons a.comment {
	background: url('../images/icons/iconComment.gif') no-repeat top left;
}

.icons a.back {
	background: url('../images/icons/iconBack.gif') no-repeat center left;
	padding-left: 13px;
}


.iconsHeader {
	float:right;
	margin-right: 5px;
	margin-top: 0px;
}

.iconsHeader a {
	margin-right:0px;
}

.imageWrapper {
	float: left;
	width: auto;
	background-color: #cbdfef;
	color: #4F4F4F;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageWrapper p {
	margin: 6px;
}

.imageWrapper img {
	float: none !important;
	margin: 0px !important;
}

.dateSpan {
	float: right;
	font-weight: bold;
	font-size: 9px;
	margin-top: 10px;
}

.rectangleBox {
	position: relative;
}

.rectangleBox span {
	font-size: 8px;
	color: #BBBBBB;
	position: absolute;
	top: -15px;
	left: 0px;
}

.adHeightSlim{
	height: 207px;
}


.error {
	color: red;
}


/* Page Structure ---------------------------------------------------- */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
}

#mainframe {
	margin-top: 22px;
}

#header {
	color: white;
	padding-right: 20px;
	background: url(../images/backgrounds/header.png) repeat-x;
	height: 112px;
}

#page {
	width: 1000px;
}

#boxes {
	float: right;
	width: 300px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#content {
	float: left;
	width: 610px;
	padding: 5px 0 30px 30px;
}

#footer {
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 320px;
	width: 620px;
	font-size: 10px;
	border-top: 4px solid #ffcc00;
}


/* Header ---------------------------------------------------- */
#logo {
	float: left;
	margin: 8px 0 0 15px;
}

#logo a {
	display: block;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat top left;
	width: 150px;
	height: 69px;
}

#infonavi {
	list-style: none;
	float: right;
}

#infonavi li {
	float: left;
	position: relative;
	top: 13px;
	padding: 0px 2px;
}

#infonavi .ivw {
	top:0;
}


#infonavi a,
#infonavi li {
	color: #6e6e6e;
}

#infonavi .ivw {
	top: 0px;
}

#count {
	display: none;
}


/* Top Navi ---------------------------------------------------- */
#topNavi {
	position: absolute;
	margin-top: -23px;
	padding-left: 26px;
	border-bottom: 1px solid #6e6e6e;
	width: 974px;
}

#topNavi li {
	float: left;
	height: 22px;
	line-height: 22px;
	list-style: none;
	text-align: center;
	font-size: 11px;
	padding: 0 15px;
	border: 1px solid #6e6e6e;
	border-width: 0 1px;
	margin: 0 0 -1px -1px;
}

#topNavi .active, #topNavi li.normal:hover {
	background-color: white;
	border-width: 1px 1px 0 1px;
}

#topNavi li a {
	font-size: 12px;
	color: #6e6e6e;
}

#topNavi li ul {
	position: absolute;
	margin-top: 0px;
	left: 0px;
	padding-left: 22px;
	display: none;
	list-style: none;
	height: 22px;
	width: 978px;
	top: 23px;
	border-bottom: 1px solid #6e6e6e;
	background-color: white;
}

#topNavi li.active ul {
	display: block;
}

#topNavi li:hover ul, #topNavi li.over ul {
	display: block;
	z-index: 60;
}

#topNavi a {
	text-decoration: none;
}

#topNavi li ul li {
	height: 22px;
	line-height: 22px;
	width: auto;
	border: 0;
}

#topNavi li ul li a:link, #topNavi li ul li a:visited, #topNavi li.active ul li a:link, #topNavi li.active ul li a:visited {
	width: auto !important;
	display: block;
	padding: 0 5px;
}

#topNavi li ul li a:hover, #topNavi li ul li a:active, #topNavi li ul li a:focus, #topNavi li.active ul li a:hover {
	text-decoration: underline;
}


/* Content ---------------------------------------------------- */
#content #breadcrumb {
	color: #C0C0C0;
	font-size: 9px;
	margin-bottom: 15px;
}

#content #breadcrumb a {
	color: #C0C0C0;
}

#content .floatLeft {
	display: block;
	float: left;
	margin: 0.5em 15px 0.5em 0;
}

#content .floatRight {
	display: block;
	float: right;
	margin: 0.5em 0 0.5em 15px;
}

#content .box {
	width: 100%;
}

#content .box.left, #content .box.right {
	width: 298px;
}

.news h4, .littleNews h4 {
	color: #878787;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #003160;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.news h4.blue{
	color: #003160;
	border-bottom: 1px solid #003160;
}

.news h2, .littleNews h2 {
	color: #003160;
	font-size: 14px;
}

.news {
	margin-bottom: 15px;
}

#content .news.left, #content .news.right {
	width:298px;
}

.littleNews {
	float: left;
	width: 130px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.littleNews h4 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.littleNews h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.littleNewsEnd {
	margin-right: 00px;
}

.littleNews img {
	margin-bottom: 15px;
}

.littleNews h2, .littleNews h2 a {
	line-height: 15px !important;
}

.box .content .thumbnail {
	margin-right: 23px;
}

.tableSpace td {
	padding: 5px;
	vertical-align: top;
}

.grayBox {
	background-color: #cbdfef;
	padding: 5px;
	margin-bottom: 20px;
}

.grayBox h3 {
	font-size: 12px;
}

.captionLink {
	color: black;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -10px;
}

.itemCount {
	font-weight: normal;
}

.flottenliste {
	border-collapse: separate;
	border-spacing: 15px;
}

.flottenliste td {
	border-bottom: 2px solid #DBDCDE;
}

.flottenliste td a img {
	width: 60px !important;
	height: 60px !important;
}

#content ul {
	margin: 10px 0px 10px 20px;
}

#content ul.rowList {
	margin-left: 0px;
	list-style: none;
}

#content ul.rowList li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

#content ul.rowList li a{
 color:#003160;
}


.article {
	margin: 30px 0px;
}

.article h4 {
	color: #66B717;
}

.article h5, .date-header {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDCDE;
	color: #4F4F4F;
}

.copyright {
	color: #4F4F4F;
	font-size: 10px;
	margin-bottom: 40px;
}

.rueckblick td {
	padding-right: 5px;
}

.rueckblick hr {
	border-bottom-color: #003160;
	margin-bottom: 0px;
}

.rueckblick td a.boxLink {
	margin-top: 0px;
}

#content .logomenu td {
	padding: 0;
}

#content .logomenu td img {
	margin: 0;
}

#jumplist {
	text-align: right;
	padding: 10px 0;
	color: #000 !important;
}

#jumplist a {
	color: #4F4F4F !important;
}

#visitenkarten img {
	margin: 0 10px 10px 0;
	border: 1px solid #C2C3C5;
}

#visitenkarten img.noleftmargin {
	margin-right: 0;
}

/* Fahrschulpartner ---------------------------------------------------- */
table.fahrschulpartner{
	margin: 10px 0;
}

table.fahrschulpartner.gray{
	background-color: #E9E9E9;
	margin: 5px 0;
}

table.fahrschulpartner td{
	vertical-align: top;
	width: 210px;
}

table.fahrschulpartner.gray td{
	padding-top: 5px;
	padding-bottom: 5px; 
}

table.fahrschulpartner td a{
	color: #000;
}

table.fahrschulpartner td h2{
	margin-top: 0;
}


table.fahrschulpartner td.first{
	width: 140px;
}

table.fahrschulpartner td.last{
	text-align: right;
	vertical-align: bottom;
	width: 60px;
}

#map{
	with: 300px;
	height: 150px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.usp{
	margin-bottom: 10px;
}

.usp p{
	font-weight: bold;
}

#mainframe #content div.tabs{
	clear: both;
}


#mainframe #content div.tabs ul.tabsNavi{
	list-style: none;
	margin: 0 0 0 1px;
	clear: both;	
}

#mainframe #content div.tabs ul.tabsNavi li {
	float: left;	
	list-style: none;	    
	margin: 0 0 0 -1px;

}

#mainframe #content div.tabs ul.tabsNavi li a{
    background: #003160;
	font-size: 11px;
	color: white;
	cursor: pointer;
	border-left: 1px solid #003160;
	border-top: 1px solid #003160;
	border-right: 1px solid #003160;
	padding: 3px 8px !important;
	display: block;
	cursor: pointer;
}

#mainframe #content div.tabs ul.tabsNavi li a.active, #mainframe #content div.tabs ul.tabsNavi li a:hover {
	background: #FFF;
	color: #003160;
	cursor: pointer;
}

#mainframe #content div.tabs div{
	clear: both;
	border: 1px solid #003155;
	padding: 20px 10px;
}

#mainframe #content div.tabs div div{
	clear: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
}

table.fahrschulpartner-eintraege{
	margin: 10px 0;
	width: 100%
}

table.fahrschulpartner-eintraege td{
	vertical-align: top;
}


table.fahrschulpartner-eintraege td.first{
	width: 140px;
}

.preisbutton{
	color: #B90C3A;
}

.default-form td{
	padding: 0 3px 3px 0;
}

.default-form td label{
	
}




/* Gallery ---------------------------------------------------- */
.box .content .galleryActive {
	width: 400px !important;
}

.box .content .galleryActive img {
    float: none;
	display: block;
}

.box .content .galleryThumb img {
	margin-bottom: 4px;
}

.box .content .galleryThumb {
	margin-bottom: 10px;
}

.box .content .galleryThumb img {
	float: none;
}

.thumbTable {
	width: 130px;
	float: right;
}

.box.gallery .content select {
	float:right;
	margin:5px 0 0;
}

.box.gallery .content,
.box.gallery .content a{
	font-size: 10px !important;
}


.videoThumb {
	padding-bottom: 17px;
	float: left;
	background: url('/images/videoleiste.png') no-repeat bottom left;
}

.galleryBox select,
.galleryBox input {
	display: inline;
	vertical-align: middle;
}

.galleryBox select {
	width: 70%;
}




/* Boxes ---------------------------------------------------- */
#searchBox {
	height: 46px;
	line-height: 46px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #6E6E6E;
	border-top: 0;
	background-color: white;
	position: relative;
}

#searchBox .styledInput {
	width: 204px;
	display: inline;
}

#searchBox input {
	vertical-align: middle;
}

#searchBox span {
	color: #6E6E6E;
	font-weight: bold;
}

#boxes .rectangleBox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.boxLink {
	float: right;
	color: black !important;
	padding-right: 25px;
	background: url(../images/arrow.png) no-repeat right;
	line-height: 20px;
}

.content-height{
	height: 80px;
	overflow: hidden;
}

.box .content.darkContent .item {
	float:left !important;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 130px !important;
}

.box .content.darkContent .item img {
 float:none;
 margin-right: 0;
}




/* Standard Box ---------------------------------------------------- */
.box {
	margin-bottom: 15px;
	border: 1px solid #003160;
}

#boxes .box{
	width: 298px;
	
}

.box .content {
	padding: 10px;
	font-size: 10px;
	clear: both;
}

.box.yellow {
	border-color: #ffcb00;
}

.box h3 {
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	background-color: #003160;
	line-height: 26px;
	color: white;
}

.box.yellow h3 {
	background-color: #ffcb00;
	color: #1a1a18;
}

.box h3 img {
	float: right;
}

.box h3.tabHead {
	float: left;
}

.box h3.tabHead a {
	color: white;
}

.box h3.tabHead.last {
	float: none;
}

.box h3.tabHead.last a {
	margin-left: 15px;
}

.box h3.active {
	background-color: white;
}

.box h3.active a {
	color: #003160;
}

.box .content.gray{
	background-color: #E9E9E9;
}


.box .content h4 {
	font-size: 11px;
	color: black;
}

.box .content h5 {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.box .content h6 {
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-bottom: 5px;
}

.box .whiteContent {
	background-color: white;
	border-width: 0px 1px;
}

.box .content img, .news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box .contentWrapper {
	position: relative;
}

.box .content.strongerText {
	color: black;
	font-size: 11px;
}

.box .whiteFullContent {
	background-color: white;
}

.adHeight {
	height: 205px;
}

.adHeightHalf {
	height: 114px;
}

.box ul {
	margin: 10px;
}
/* Footer ---------------------------------------------------- */
#footer a {
	color: black;
	font-weight: normal;
}
/* Mediacentrum Button & Popup */
#mediacentrumPopup {
	display: none;
	width: 160px;
	padding: 5px;
	border: 1px solid #000;
	position: absolute;
	left: 780px;
	top: 20px;
	z-index: 500;
	background-color: #FFF;
}

#mediacentrumPopup a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

form.default table td {
	padding: 3px 0;
	vertical-align: top;
}

.label {
	font-weight: bold;
	padding-right: 15px !important;
}

form.default table {
	width: auto;
}

.rueckrufTable td {
	padding-top: 2px;
}

.rueckrufBox {
	background-color: #FBF8F3;
	border-bottom: 1px solid #DBDBDD;
	padding: 15px;
	margin-bottom: 20px;
}

.rueckrufBox img {
	margin-right: 30px;
	float: left;
}
/* R�ckrufe */
#rueckrufTabelle {
	margin: 20px 0;
	width: 620px;
	border-bottom: 1px solid #4F4F4F;
}

#rueckrufTabelle th, #rueckrufTabelle td {
	text-align: left;
	padding: 7px;
}

#rueckrufTabelle th {
	font-size: 11px;
	padding: 0px 10px;
	background: #DFF0CE;
	font-weight: bold;
	line-height: 31px;
	color: #000;
}

#rueckrufTabelle td {
	border-right: 1px solid #4F4F4F;
}

#rueckrufTabelle td a {
	color: #000;
}
/* Neue Templates --------------------------- */
form.default table td select {
	margin: 0px;
	padding: 1px;
	width: 150px;
}

form.default table td .inputText-2Cols {
	width: 150px;
}

form.default table td.label {
	padding: 3px 10px;
}

form.default table {
	width: 100%;
}

input.submitMe,
a.submitMe{
	padding: 2px 8px;
	color: #FFF;
	background: #003160;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

input.submitMe:hover{
	color: #E9E9E9;	
}

form.default table td select.easy-select {
	width: auto;
	margin-right: 2px;
	display: inline;
}

#content .archivBoxWrapper {
	margin: 0 20px 20px 0;
	float: left;
	width: 131px;
}

#content .archivBoxWrapper h3 {
	font-size: 11px;
	margin-bottom: 5px;
}

#content .archivBoxWrapper .archivBox {
	width: 127px;
	padding: 2px;
	background: #cbdfef;
}

#content a.archivButton {
	font-weight: normal !important;
	color: black !important;
	display: block;
	line-height: 20px;
	background-color: #DFF0CE;
	text-align: center;
	border: 0px;
	padding: 0px 10px;
	font-size: 9px;
}

#content .archivBoxWrapper .archivBox a.archivButton {
	margin: 10px 23px;
}

.date-header {
	border-bottom: 1px solid #DBDCDE;
	height: 20px;
	line-height: 20px;
	margin: 10px 0pt;
}

.date-header a {
	color: black;
	float: right;
	position: relative;
	top: 2px;
}

.iconsFloater {
	float: right;
	margin: 0px;
	position: relative;
	top: -10px;
	left: 15px;
}

.icons a {
	color: #C0C0C0;
}

.iconsHeader {
	float: right;
	margin: 1px 5px 0 0;
}

.iconsHeader a {
	margin-right: 0;
}

#content #sitenavi ol{
	margin: 10px 25px;
}

#content.heftarchiv{
	padding-bottom: 0;	
}

.heftarchiv-content{
	background: url('/images/backgrounds/tx_flaeche.png') repeat-y;
}

.heftarchiv-content-inner{
	background: url('/images/backgrounds/tx_ecke.png') no-repeat;
	padding: 31px 68px 100px 11px;
}

.heftarchiv-content-inner .teaser{
	width: auto !important;
	border: 0;
}

#loginbox{
    position: absolute;
    left: 677px;
    top: 64px;
    width: 247px;
    height: 17px;
    padding: 25px 5px 5px 45px;    
    background: url(../images/bg_not_logged_in.png) 0 0 no-repeat;
    color: #000;
    z-index: 200;
}

#loginbox a{
    margin: 5px 10px 0 0;  
    display: block;
    float: left; 
    color: #000;    
}

#loginbox.loggedIn{
    width: 287px;
    height: 37px;
    padding: 10px 0 0 10px; 
    background: url(../images/bg_logged_in.png) 0 0 no-repeat;
}
