/*
www.mit-ev.com
Start: 07/2009
Letzte Aenderung: 00.00.20xx
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (Text): #87888A
Farbton (Logo): #EE824F
Farbton (Komplementär): #3AC2DD
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/

/* Reset
--------------------------------------------------------------------------------------- */

@import url(reset.css);

/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html {
	height: 100%;


/*background: #fff;*/
background: #e53518 url(mit_bg3-trans.png) no-repeat 0 0;
}

body {
	height: 100%;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

html>body {
	font-size: 10px;
}

a:link, #content p a:link {
	color: #e53518;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #e53518;
}

a span.caps {
	color: #e53518;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #e53518;
}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */

a:focus {
	outline: none;
}

/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */

p {
	font: normal normal 1.2em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #666;
	padding: 0 20px;
}

#sponsoren p{
	margin: 0 0 0 0;
}

h1 {
	font: normal normal 1.67em/0.9em "Arial Black", Arial, Helvetica;
	margin-top: 20px;
	margin-bottom: 0.9em;
	color: #FFF;
	padding: 0 20px;
	background-color: #e53518;
	display: inline;
	position: relative;
}

h2 {
	font: normal normal 1.2em/1.5em "Arial Black", Arial, Helvetica;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #e53518;
	padding: 0 20px;
}
#sponsoren h2{
	margin-bottom: 0;
}

h3 {
	font: 1.1em/1.5em "Arial Black", Arial, Helvetica;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #e53518;
	padding: 0 20px;
}

h4 {
	font: 1.17em/1.29em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}

blockquote p {
	font-family: "American Typewriter";
	font-size: 1.67em;
	color: #e53518;
	line-height: 1.3em;
	margin: 0 20px;
	padding: 0;
}

table {
	border-collapse: collapse;
	color: #666;
	margin-left: 20px;
}

/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */

img, a img {
	border: 0;
}

.bild {
	line-height: 0;
	margin-bottom: 30px;
	background: transparent url(bg_content-trans.png) repeat 0 0;
}



/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */

.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

/* Layoutelemente
--------------------------------------------------------------------------------------- */

#wrapper {
	margin: 20px 60px 0 60px;
	width: 744px;
	min-height: 100%;
	position: relative;
	min-width: 730px;
}

*html #wrapper {
	height: 100%;
}

#header {
	clear: both;
	margin-bottom: 20px;
}

#logo {
	width: 284px;
	height: 173px;
	margin: 50px 0 0 10px;
	z-index: 10;
}

#navigation {
	float: left;
	width: 180px;
	margin: 90px 0 0 -26px;
}

#content {
	width: 500px;
	margin: 50px 0 1.5em 230px;
	padding-bottom: 30px;
	display: block;
	z-index: 100;
	background: transparent url(bg_content_70-trans.png) repeat 0 0;
	position: relative;
}

#footer {
	margin-top: 30px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #87888A;
	width: 100%;
}

/* Navigation, top
--------------------------------------------------------------------------------------- */

ul#navitop {
	width: 100%;
	border-bottom: 1px solid #FFF;
	height: 24px;
}

ul#navitop li {
	font: 1.2em/1.5em "Arial Black", Arial, Helvetica;
	float: left;
}

ul#navitop li a {
	color: #FFF;
	padding: 10px 5px;
	width: 100%;
}

ul#navitop li a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Navigation, links
--------------------------------------------------------------------------------------- */


ul.navi1 {
	font: 1.2em/2em "Arial Black", Arial, Helvetica;
	white-space: nowrap;
	color: #FFF !important;
	width: 200px;
}


ul.navi1 li{
		padding:3px 0 2px 15px;
text-decoration: none !important;
}

ul.navi1 li a {
	color: #FFF!important;
	padding: 0 0 0 15px;
	display: block;
	height: 16px;

	}

ul.navi1 li a:hover, ul.navi1 li.active a.current {
	color: #FFF;
	background: transparent url(pfeil.gif) no-repeat 0 2px;
		text-decoration: none;
		cursor: pointer;
		display: block;

}
ul.navi2 {
	margin:10px 0;
	font-weight: normal;
}
ul.navi2 li{
		font: normal normal 1em/1.6em Arial, Helvetica;
}

ul.navi2 li a:hover, ul.navi2 li.active a.current {
	color: #FFF;
	background: none;
	text-decoration: underline;
}

ul.navi1 ul.navi2 li a {
	padding-left: 27px;
	background-image: none;
}

ul#portfolio {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 40px;
}

table {
	width: auto;
	table-layout: auto;
		font: normal normal 1.1em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;

}

tr {
	color: #666;
}

td {
	padding: 0 20px 0 0;
}

.left_col {
	width: 85px;
}

ul.tabs {
	margin: 0 !important;
	padding: 20px;
	margin-bottom: 20px;
	display: block;
	width: 460px;
	position: relative;
}

/* single tab */

ul.tabs li {
	float: left;
	list-style-type: none;
	padding: 5px 0;

}
/* link inside the tab. uses a background image */

ul.tabs li a {
	font: normal normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
	margin-right: 10px;
	color: #e53518;
	white-space: nowrap;
	width: 100%;
}

ul.tabs a:hover, ul.tabs a.current {
	color: #FFF;
	background-color: #e53518;
}

div.panes {
	display: block;
	clear: both;
	margin-top: 20px;
}

div.panes div.team {
	position: relative;
	margin-top: 20px;
	height: 100.01%;
}

/* tab pane */

div.panes div.team {
	display: none;
}

.formgen_form {
	width: 404px;
	padding-left: 20px;
}

fieldset {
	color: #87888A;
	width: 404px;
}

legend {
	display: none;
}

label {
	width: 150px;
	float: left;
	height: 30px;
	vertical-align: middle;
	color: #e53518;
	font: normal normal 1.1em/1.5em "Arial Black", Arial, Helvetica;
}

input {
	border: 1px solid #EE824F;
	background-color: transparent;
	color: #666;
	width: 400px;
	padding: 7px;
	font:normal normal  1.1em/1.5em Arial, Helvetica;
}

textarea {
	border: 1px solid #EE824F;
	background-color: transparent;
	width: 400px;
	padding: 7px;
	color: #666;
	font: 1.1em/1.5em Arial, Helvetica;
}

.formgen_block {
	margin-bottom: 20px;
}

.formgen_submit {
	width: 60px;
	background-color: #e53518;
	color: #FFF;
	float: right;
	cursor: pointer;
}

.shdw {
	xfloat: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	position: absolute;
	display: block;
	width: 500px;
	left: 230px;
	top: 80px;
}

.shdw #content {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
}

#impressum .shdw #content, #charity-abend_im_restaurant_table .shdw #content, #unser_projekt .shdw #content, #sponsoren #content, #einsatz_2009 #content{
	padding-top: 30px;
}

#player0{
	margin-bottom:30px;
}
