

/* @override http://www.sunlight-lounge.de/fileadmin/templates/page/css/screen/basemod.css */
/*COLORS
Weinrot #47171f
Orange #eb7406
*/

/*------------------------------------------------------------------------------------------------------*/

/**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

/* Page margins and background | Randbereiche & Seitenhintergrund */

body {
	background-color: #47171f;
}

/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */

#page_margins {
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	border: 0px #889 solid;
}
body { text-align: center }
#page_margins { text-align:left }


#page {
    position: relative;	
}

/* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */

#header {
	height: 95px;
	background: url(../../images/banner.jpg);
	position: relative;
}

#header a.mainlogo {
	display: block;
	width: 160px;
	height: 75px;
}

#header a span {
	display: none;
}

#topnav {
	padding-top: 85px;
	font-size: 1.2em;
	float: right;
}
#topnav span a{
	color: white;
}
#topnav span a,
#topnav span a:link{
	text-decoration: none;
}

#topnav span.servicelinks a {
	text-decoration: none;
}

#main {
	margin-top: 20px;
}

#footer {
	margin-top: 30px;
	padding-left: 30px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

#col1 {
	width: 50%;
	margin: 0;

}

#col1_content {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/* #col2 becomes the middle column | #col2 wird zur mittleren Spalte */

#col2 {
	width: 25%;
	float: left;
	margin: 0;

}

#col2_content {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* #col3 becomes the right column | #col3 wird zur rechten Spalte */

#col3 {
	

	margin-left: 75%;
	margin-right: 0%;
	
}

#col3_content {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.tx_lumogooglemaps_pi1_infobox {
	color: #E06014;
}

span.servicelinks {
	display: none;
}

select#kategorie,
select#aktion 		{
	width: 122px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
