/* b4you:
Logoblau: #009de0
TextHintergr: #ffffff
BodyHintergr: #e3e5e6 <- #f3f3f3
linien: #bbbbbb 
Logograu: #b1b2b4 -> Soll Dunkler Werden => #666666;
*/

html, body, td, th, h1, h2, h3, h4, h5, h6, li, ul, ol, small, p, div, textarea, input, select
{
	font-family: Geneva, Helvetica, Arial, sans-serif; // Verdana, 
	font-size: 12px; //10px; 
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	text-align: left;
	background-color: #e3e5e6;
	color: #666666;
	height: 99.5%;
}

A
{
	color: #009de0;
	text-decoration: none;
}

h1
{
	color: #009de0;
	font-size: 16px;
}

h2
{
	font-size: 14px; // 1.1em;
}

.subtitle
{
	color: #bebebe;
	font-weight: bold;
	font-size: 14px; //12px;
}

ul
{
	list-style-image: url(../img/arrow_right.png);
}

.pixs
{
	padding: 25px;
	margin-left: 25px;
	border: none;
}

#img_left
{
	height: 240px; //300px;
	float: left;
	margin-right: 20px; //30px;
}

#img_profil
{
	height: 411px;
	float: left;
	margin-right: 30px;
}

#icon
{
	height: 40px;
	border: 0px;
}

/* MasterPage */
#Content
{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#Container
{
	text-align: left;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 560px;
}

#Inner 
{
	width: 900px;
	height: 560px;
	margin-left:auto;
	margin-right:auto;	
	border: solid 1px #bbbbbb; 
	text-align: left;
	background-color: #ffffff;
}

#ContentHeader
{
	height: 120px;
//	background-image: url(../img/b4you_logo.png);
	background-image: url(../img/b4you_logo_100.png);
	background-repeat: no-repeat;
	background-position: 10px 50%; //2px;
}
#ContentHeader > img
{
	float: right;
}

#MenuBox
{
	background-color: #f3f3f3;
	height: 30px;
	border-top: solid 1px #bbbbbb; 
}

#ContentBody
{
	height: 376px;
	overflow: auto;
	border-top: solid 1px #bbbbbb;
}

#ContentText
{
	margin: 10px;
	text-align:justify;
	position: relative;
	font-size: 14px; 
}

#Footer
{
	border-top: solid 1px #bbbbbb; 
	background-color: #f3f3f3;
	font-size: 8px; //0.8em;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	height: 30px;
}

#FooterText
{
	position: relative;
	top: 7px;
}
