/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

html, body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
}
#page_margins {
	margin: 0;
	border: 0;
	padding: 0;
}
#page {
	width:auto;
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

/* ###################################################################################################### */
/* Formatierung der Kopfbereiches
/* ###################################################################################################### */

#topnav {
	display: none;
}
#header {
	color: #666;
	border-bottom: 0px solid #253c53;
	height:120px;
}

#nav {
	display: none;	
}
#logo {
	width:400px;	
}
#logo img {
	display: block;
	position:relative;
}

#keyvisual img {
	display: none;
}
#keyvisual {
	display: none;
}

#assistant {
	display: none;
}
#page_title {
	margin-left:0px;
	border:0px;
	clear:both;
}

/* ###################################################################################################### */
/* Formatierung der Fußzeile
/* ###################################################################################################### */

#clearfooter {
	clear: both;
}
#footer_navi_container {
	display:none;		
}

#actions {
	height: 15px;
	padding: 30px 20px 5px 10px;
	position: relative;
	display: none;
}
#footer { 
	height: 100px;
	position: relative;
	border-top: 1px solid #666;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	margin-left:0px;
	
}
#copy {
	clear:both;
	float: right;

}
#print_url {
	float: left;
}

/* ###################################################################################################### */
/* Formatierung GoogleMap, RegionsMap
/* ###################################################################################################### */

#map {
	display:block;
	height:400px;
}


.regionsmap {
	width:241px;
	height:324px;
	background: url(/sc/img/bg_deutschland.png) no-repeat 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:1;
}
.mapContent {
	margin-left:0px;
	width:;
	clear:both;
}
#upSizeButton {
	display:none !important;
}
#mapListlink {
	display:none !important;
}
#map_navigation {
	background-color:#ffffff;
	margin-bottom:0px;
}
#map_navigation .hl {
	display:none;
	float:left;
}	
#map_navigation_list li{
  	float:left;
  	margin: 5px;
}
#map_navigation ul li {
	background: none;
}
#map_navigation ul li span {
	background: none;
	padding: 3px 10px 0px 20px;
}
.mapContainer {
	/* float:right; */
	left:0px;
}
.regContainer {
	/* height:400px; */
	width:260px;;
	background-color:#ffffff;
}
.regDescription {
	width:240px;
	display:none;
}
a.punkt {
	display:block;
	height:10px;
	position:absolute;
	width:10px;
	z-index:2;
}
img.region{
	filter:alpha(opacity=1);
	-moz-opacity: 1.0;
	opacity: 1.0;
	visibility:visible;
	z-index:3;		
}

#regionsmapImage {
	position:absolute;
	z-index:1;
}
#tbArea {
	height:500px;
}
#map {
	width:14cm;
}
.plain {
	width:13cm;
	border:0px;
	display:block;
}

#TB_window {
	margin: 0px !important;
	position: static;
}
#TB_overlay {
	display: none;
}


/* ######################################################################################################
** ### Formatierung der Inhaltsspalten 
** ######################################################################################################
*/
#listnavi {
	display: none;
}
.promo {
	display: none;
}
#col1 {
	margin-left:0px;
	float:none;
	clear:both;
	padding-bottom: 20px;
}
#col1_content {
	border:0px;
}
#col3 {
	margin-right: 0px;
	margin-left:0;
	display:block;
}
#col1, #page_title, #main, #wrapfooter, #header, #page, #page_margins, #col3 {
	width:15cm;
}
#main, #page_title {
	padding: 15px;
}
#mpArea {
	display:none;	
}

}

