/*
	Designed for Infoflip(r) GmbH  
	Copyright by Janina Strohm
	
	USED COLORS:
	Red #e60031
		
*/

html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #fafafa;
}
body {
	margin-top: 20px;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
/*	font-family: Georgia, serif;*/
	font-weight: 900;
	color: #e60031;
}
h1 {
	font-size: 2.5em;
	text-shadow:
		1px 1px 0px rgba(000,000,000,0.4),
		1px 1px 0px rgba(255,255,255,1);
}
a {
	color: #1c1c1c;
}
a:hover {
	color: #e60031;
}
p.center {
	text-align: center;
}
img.border {
	border: 1px solid #cccccc;
	padding: 1px;
	-moz-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
}
img.float-left {
	 float: left;
	 margin-right: 10px;
}
hr {
	border-top: 1px solid #e60031;
}
input, textarea, select {
	margin: 5px 2px;
}
input[type=text], textarea, select {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 1px;
	background-color: #fdfdfd;
	color: #777777;
}
input[type=submit], input[type=reset], button {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 4px 8px;	
}	
input[type=submit] {
	font-weight: bold;
	width: 200px;
	height: 30px;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 20px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
}
div#header {
	height: 55px;
	padding: 30px 0 0 30px;
}
div#contact {
	float: right;
	font-size: 0.833em;
	margin: -18px 10px 0 0;
	line-height: 1.3em;
	text-align: right;
}
div#content {
	break: both;
	padding: 20px 20px 30px 20px;
}
div.with_menu_second {
	margin: 10px 0 0 200px;
}
div#footer {
	padding: 5px 0;
	height: 25px;
	font-size: 0.833em;
	float: right;
	margin: 10px 0 20px 0;
}
div.note {
	border-radius: 3px; 
	padding: 6px 10px;
	color: rgb(230,0,49);
	border: 1px solid #E60031;
	margin: 20px 0;
	background-color: rgba(230,0,49, 0.07);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
div.note.overview {
	margin: 30px 100px 20px 100px;
	line-height: 1.8em;
}
div.note.overview strong {
	display: block;
	margin-bottom: 8px;
}
iframe.player, object.player {
	border: 2px solid #ccc;
}
/* HERE STARTS THE MAINMENU DEFINITION */
	div#nav_main {
		font-size: 1.167em;
	}
	div#nav_main ul {	
		background: #efefef; 
		background: linear-gradient(top, #EAE8E8 0%, #C0BEBE 100%);  
		background: -moz-linear-gradient(top, #EAE8E8 0%, #C0BEBE 100%); 
		background: -webkit-linear-gradient(top, #EAE8E8 0%,#C0BEBE 100%); 
		box-shadow: 0px 1px 8px rgba(0,0,0,0.15);
		padding: 0 10px;
		border-radius: 4px;  
		list-style: none;
		position: relative;
		display: inline-table;
		width: 745px;
	}
	div#nav_main ul:after {
		content: ""; clear: both; display: block;
	}
	div#nav_main ul {
		padding-left: 35px;
	}
	div#nav_main ul li {
		float: left;
	}
	div#nav_main ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
	div#nav_main ul li:hover a {
		color: #ffffff;
	}
	div#nav_main ul li a {
		display: block;
		padding: 10px 20px;
		color: #5A5A5A;
		text-decoration: none;
	}
	div#nav_main ul li > ul {
		display: none;
	}
	div#nav_main ul li:hover > ul {
		display: block;
		z-index: 100;
	}
	div#nav_main ul ul {
		background: #5f6975;
		border-radius: 0px;
		padding: 0;
		position: absolute;
		top: 100%;
		width: auto;
	}
	div#nav_main ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
	div#nav_main ul ul li a {
		padding: 10px 20px;
		color: #fff;
	}	
	div#nav_main ul ul li a:hover {
		background: #4b545f;
	}
/* HERE ENDS THE MAINMENU DEFINITION */
/* HERE STARTS THE SUBMENU DEFINITION */
	div#nav_sub {		
		clear: both;
		margin: 10px 0 20px 0;
		padding: 5px 0;
		height: 25px;
		font-size: 0.833em;
		text-transform: uppercase;
		float: left;
	}
	div#nav_sub ul {
		list-style-type: none;
		margin-left: -30px;
	}
	div#nav_sub ul:after {
		content: "";
		clear: both;
		display: block;
	}
	div#nav_sub ul li {
		float: left;
		margin: 0 3px 0 0;
		padding: 0px 10px;
		border-right: 1px solid #ccc;
	}
	div#nav_sub ul li a {
		color: #BD0039;
		text-decoration: none;
	}
	div#nav_sub ul li a:hover {
		color: #000000;
	}
/* HERE ENDS THE SUBMENU DEFINITION */
div.section {
	width: 340px;
	border: 1px solid #F8F8F8;
	padding: 10px;
	margin: 20px 10px;
	background-color: #FDFDFD;
	display: block;
	color: #5C5C5C;
	-moz-box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 0px 25px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
}
div.s2-1 {
	float: right;
}
div.s3-1, div.s3-2 {
	float: left;
	width: 315px;
	height: 163px;
}
div.s3-2:after {
	clear: both;
}
div.section h2 {
	border-bottom: 1px solid #BD0039;
	padding: 0 0 10px 0;
}
div.section p {
	line-height: 1.7em;
}
table.smart {
	padding: 0;
	margin: 0;
}
table.smart td {
	padding: 0 10px 0 0;
	margin: 0;
}
thead {
	font-weight: bold;
	text-align: left;
}
table td.top {
	vertical-align: top;
}