/*******************************************************************************
Client: Bragtank
Agency: kubus media | Interaktive Medien
Author: Amadeus Paulussen & Admir Jahic for kubus media
*******************************************************************************/

body {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #000033;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	background-color: #EDEDED;
}
img {
	border: none;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a.menu_inactive {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_inactive:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_active:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu_inactive {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu_inactive:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu_active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.submenu_active:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu_surrounding_inactive {
	padding: 2px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.submenu_surrounding_active {
	padding: 2px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-image: url('../pictures/base/menu/active_grid.gif');
	background-color: #003399;
}
.menu_surrounding_inactive {
	padding: 4px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.menu_surrounding_active {
	padding: 4px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	background-image: url('../pictures/base/menu/active_grid.gif');
	background-color: #003399;
}

/* ########################################################################## */
.form_search {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 11px;
	height: 20px;
	width: 120px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.form_fix {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	height: 20px;
	width: 160px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.form_input {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	height: 20px;
	font-size: 11px;
	padding: 2px;
	height: 20px;
	width: 340px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.form_select {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	height: 20px;
	width: 160px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.form_textarea {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 2px;
	width: 340px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.form_flexible {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
	font-size: 11px;
	height: 20px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
	margin-left: -5px;
}
/* ########################################################################## */
.title {
	font-size: 17px;
	color: #004493;
	font-weight: bold;
	text-transform: uppercase;
}
.subtitle {
	font-size: 15px;
	color: #000033;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: underline;
}
.subtitle_list {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
a.subtitle {
	font-size: 15px;
	color: #000033;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: underline;
}
a.subtitle:hover {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: underline;
}
.fliesstext	{
	font-size: 12px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-decoration: none;
}
.search_highlight {
	color: #ffffff;
	background-color: #990000;
}
.copy {
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
.note {
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
.note:hover	{
	font-size: 11px;
	font-weight: normal;
	color: #003399;
}
/* ########################################################################## */
.maincontainer {
	position: relative;
	width: 900px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;	
}
.toptcontainer {
	padding: 0px;
}
.logocontainer {
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}
.searchcontainer {
    text-align: right;
	padding: 30px 10px 5px;
}
.topbar {
	height: 14px;
	background-color: #003399;
	border-bottom: 1px solid #ffffff;
}
.menucontainer {
	width: 165px;
	background-image: url('../pictures/base/verlauf.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	float: left;
}
.wetter {
	background-color: #003399;
	padding: 5px;
}
.imagecontainer {
	margin-left: 165px;
	background-color: #003399;
	height: 230px;
}
.titlecontainer {
	position: relative;
	bottom: 0px;
	margin-left: 135px;
	height: 30px;
	padding-top: 11px;
	padding-left: 10px;
}
.contentcontainer {
	margin-left: 300px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.shaddow_container {
	background-image: url('../pictures/base/side_shaddow.gif');
	background-repeat: no-repeat;
    text-align: center;
	width: 942px;
	margin: 0 auto;
	padding: 0;
}
.footer {
	padding-left: 0px;
	height: 100px;
}
.footer_home {
	padding-left: 0px;
	height: 200px;
}
.clearfloat {
	clear: both;
}
/* ########################################################################## */

.listrow_left {
	float: left;
	margin-top: 10px;
	width: 140px;
}
.listrow_right {
	margin-top: 10px;
	margin-left: 150px;
	width: auto;
}
/* ########################################################################## */

table.table {
	font-size: 100%;

}
table.table td {
	background-color: #EDEDED;
}

/* ########################################################################## */

h1.event_fahrt {
	color: #990000;
	padding: 0;
	margin: 0 0 0.5em 0;
	font-size: 140%;
}
.event_fahrt_top {
	background: transparent url('../pictures/base/verlauf.jpg') top left repeat-x;
	color: #003399;
	padding: 15px;
}
.menu {
	text-align: center;
	background-color: #f9f1d0;
	border: 1px solid #990000;
}
.event_fahrt_top a {
	color: #003399;
}
.event_fahrt_top a:hover {
	color: #990000;
}
.event_fahrt_top_image {
	float: right;
	margin-left: 20px;
	padding: 10px;
	background-color: #fff;
}

.food_float {
	float: left;
}
.food_float_right {
	float: right;
}

/* ########################################################################## */


h1 {
	font-size: 140%;
	color: #990000;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 115%;
	color: #003399;
	margin: 0 0 10px 0;
	padding: 0;

}



