html, body {
	height: 100%;
}

body {
	font-family: Verdana,sans-serif; 
	font-size: 13px; 
	color: #333333;
	margin: 0px;
	/*overflow: hidden; */
}

a {
	color:#880000;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border: none; 
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	font-size: 13px;
}
.redText, .blackText {
	font-size:13px;
	font-weight:bold
}

.redText {
	color:#880000;
}


.borderedTd {
	BORDER-RIGHT: #880000 1px solid;
}

tr#nextGig {
	font-style:oblique;
	font-weight:bold;
}

.tdGray {
	background-color: #CCCCCC;
}

.tdLightGray{
	background-color: #EEEEEE;
}

.tdRed {
	background-color: #880000;
	font-weight:bold;
	color:#FFFFFF;
}

table#member{
		font-size: 11px;
		color: #333; 
		border: 1px solid white; 
		border-collapse: separate;
}
table#member td{ 
	height: 57px;
}


.video{
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.references {
	position: absolute;
	display: none;
	margin-top: 20px;
	border-bottom: 1px solid #990000;
}

.references tr {
	height: 18px;
}

#fbContainer {
	text-align: center;
	width:230px;
	background-color:#CCC;
	height: 100%;

}
#fbIFrame, #gplusFrame {
		width:200px;
}

#fbIFrame {
	border:none;
	overflow:hidden;
	height:530px;
	background:white;
	margin-top:45px;
}

#gplusFrame {
	margin: auto;
	margin-top: 8px;
}
#gplus {
	text-align: left;
}

ul#smallNavi {
	font-size: 11px;
	float: left;
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	-webkit-padding-start: 5px;
	-webkit-padding-before: 5px;
}

ul#smallNavi li {
	border: 1px solid gray;
	margin-top: 3px;
}

ul#smallNavi li:hover, ul#smallNavi li a:hover  {
	background-color: #CCCCCC;
}


ul#smallNavi a {
	color:#990000;
	text-decoration: none;
	display: block;
	padding: 3px;
}

ul#mainNavi {
	font-size: 12px;
	float: left;
	list-style: none;
	margin-top: 70px;
	margin-left: 0px;
	padding-left: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-before: 0px;
}

ul#mainNavi li {
	border: 1px solid #FFFFFF;
	line-height: 14px;
	margin-top: 6px;
	padding: 3px;
	width: 135px;
	background-image:url(/img/bg.jpg);
	color:#FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
}

ul#mainNavi a {
	color: #FFFFFF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 12px;
	padding: 3px;
}

ul#mainNavi a:hover {
	color: #333333;
	text-decoration: none;
}

ul#mainNavi li:hover {
	color:#333333;
	background-image:url(/img/bg_hoover.jpg);
}

#leftColumn, #rightColumn, #midColumn {
	float: left;
	display: block;
	position: relative;
}

#leftColumn, #rightColumn {
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	min-height: 100%;	
}

#leftColumn {
	width:168px; 
	background-color:#990000;  
	padding-left: 10px;
}

#midColumn { 
	height: 100%;
	width: 816px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#header {
	margin-bottom: 15px; 
	height: 70px;
}
