/*
	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;
}
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;
}
a {
	color: #1c1c1c;
}
a:hover {
	color: #e60031;
}
p.center {
	text-align: center;
}
img.border {
	border: 1px solid #cccccc;
	padding: 1px;
}
img.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;
}
input[type=submit], input[type=reset], button {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 4px 8px;	
}	
input[type=submit] {
	font-weight: bold;
}
div#wrapper {
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}
div#header {
	height: 55px;
	padding: 30px 0 0 30px;
}
div#contact {
	display: none;
}
div#content {
	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;
	margin: 10px 0 20px 0;
}
iframe.player, object.player {
	display: none;
}
/* HERE STARTS THE MAINMENU DEFINITION */
	div#nav_main {
		display: none;
	}
/* HERE ENDS THE MAINMENU DEFINITION */
/* HERE STARTS THE SUBMENU DEFINITION */
	div#nav_sub {
		display: none;
	}
/* HERE ENDS THE SUBMENU DEFINITION */
div.section {
	clear: both;
	border-top: 1px solid #F8F8F8;
	padding: 10px;
	margin: 10px ;
	color: #5C5C5C;
}
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;
}