body {
	background-color: #656565;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

#page {
	background-color: #FFF;
	width: 750px;
	margin: 10px auto;
}
#breadcrumb, #footer {
	padding: 8px 5px 5px 5px;
	margin: 0px 20px;
	text-align: right;
	color: #666;
	border-bottom: 3px solid #CCC;
}
#breadcrumb a {
	color: #666;
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb a.wahl, #breadcrumb a.wahl:hover, #footer a.wahl, #footer a.wahl:hover {color: #66ABC5;}
#breadcrumb a:hover {color: #999;}

#footer, #footer a {
	color: #CCC;
	text-decoration: none;
	border: none;
}
#footer a:hover {color: #666;}

#menu {
	width: 40px;
	margin: 54px 5px;
	float: left;
}
#menu img {
	border: none;
	margin-bottom: 5px;
}

#menu .hint {
	width: 200px;
	position: relative;
	background-color: #333;
	color: #FFF;
	height: 20px;
	left: 41px;
	top: 1px;
	padding: 10px 5px;
	font-size: 16px;
	display: none;
}
#menu #menu_nm_hint { top: 47px;}
#menu #menu_blog_hint { top: 93px;}
#menu #menu_reisen_hint { top: 139px;}
#menu #menu_uni_hint { top: 185px;}
#menu #menu_downloads_hint { top: 185px;}
#menu #menu_information_hint { top: 231px;}


#banner {
	background-image: url("../media/fb_banner.jpg");
	background-repeat: no-repeat;
	position: relative;
	width: 750px;
	height: 103px;
	margin: 5px 0;
}

#content {
	float: left;
	margin-top: 35px;
	padding: 20px 10px;
	width: 680px;
}

#tracker { display: none;}

img {
	border: 8px solid #C5C5C5;
	margin: 1px;
	float: left;
}
div.information, .information2 {
	float: left;
	background-color: #C5C5C5;
	color: #B7614E;
	font-family: HelveticaNeue-Light, 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	padding: 10px;
	line-height: 22px;
	margin: 1px;
}
div.information .small, .information2 .small {
	font-size: 14px;
}


.clear {clear: both;}
.left, .floatLeft {float: left;}
.right, .floatRight {float: right;}
.invisible { display: none;}
div.container {
	float: left;
	padding: 8px;
	color: #515151;
}

#uebermich {width: 680px;}
#uebermich_schnelltext {
	float: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	width: 235px;
	margin: 1px;
	height: 80px;
	background-color: #C5C5C5;
	padding: 15px;
}
#uebermich_text {
	float: left;
	padding: 2px;
	width: 340px;
	margin-right: 54px;
}
#uebermich_text p { padding: 5px 5px 5px 0px; color: #515151;}
/* FONTS */
h1 {
	font-size: 16px;
	color: #222;
	border-bottom: 1px solid #B7614E;
}
h3 {
	margin-left: 2px;
	font-size: 14px;
	color: #515151;
}
a {
	color: /*#515151*/#B7614E;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #999;
}
p {
	margin-left: 2px;
}

/* POPUPS */
#popupBG {
	position: absolute;
	width: 752px;
	left: 0;
	top: 10px;
	background-color: #333;
	z-index: 30;
	display: block;
}
#popupFG {
	position: absolute;
	width: 690px;
	left: 0;
	top: 250px;
	padding: 30px;
	z-index: 31;
	text-align: center;
	display: none;
}
#popupFG img {
	border: none;
}
#popupFG a {
	color: #FFF;
}

.f {
	border: none;
}

.f label {
	float: left;
	font-weight: bold;
	width: 90px;
	font-size: 14px;
	padding: 10px;
}
.f .l90  { width:  90px;}
.f .l290 { width: 290px;}
.f .l390 { width: 390px;}

.f input, .f span{
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	margin: 5px;
}
.f span {
	padding: 10px;
}
.f textarea {
	float: left;
	margin: 5px;
	width: 390px;
	height: 200px;
	padding: 10px;
}
.f .text {
	width: 390px;
}
.f .check {
	margin: 12px 10px;
}
.f .rot {
	border-color: #B7614E;
	color: #B7614E;
}

