/*********************************************************************************

	Project		:	NKLM/NKLZ Homepage
	Copyright	:	Medizinischer Fakultaetentag der Bundesrepublik Deutschland - www.mft-online.de
	Last Edited	:	Heroven - 21.06.2013

********************************************************************************** */

/* ### Fonts ############################################################### */

/* Internet Explorer < 9 */
@font-face {
	font-family: MyFresco;
	src: url("frescosanspro-normal.eot");
}

/* WOFF-capable browsers */
@font-face {
	font-family: MyFresco;
	src: url("frescosanspro-normal.woff") format("woff");
}

/* Internet Explorer < 9 */
@font-face {
	font-family: MyFrescoBold;
	src: url("frescosanspro-bold.eot");
}

/* WOFF-capable browsers */
@font-face {
	font-family: MyFrescoBold;
	src: url("frescosanspro-bold.woff") format("woff");
}

/* ### BODY / HTML ############################################################### */

body, html { 
	height:98%;
	font-family:MyFresco;
	font-size:12px;
	color:#004c8f;
	background-color: #eef0cd;
}

/* ### Gesamter Container ######################################################## */

#doc {
	height: 100%;
}

/* ### Header/Logo ############################################################# */

#topbar {
	left: 0;
    right: 0;
    top: 0;
	height: 160px;
    z-index: 1000;
	background-color: white;
	position: absolute;
}

#topbar_container {
	display: block;
	margin: 0 auto;
	top: 0;
    height: 120px;
    width: 950px;
}

#top_nav {
	margin-top: 15px;
    height:20px;
	width:950px;
	background: transparent;
	display: block;
	text-align: right;
	color: black;
}

#top_nav  ul {
	color: black;
    list-style: none outside none;
}

#top_nav  li {
	display: inline;
	font-size: 14px;
	margin-left: 15px;
	color: black;
    list-style: none outside none;
}

#top_nav  ul li a:hover {
	color: black;
}

#top_nav ul li a {
	color: black;
	text-decoration:none;
}

#logo {
	margin-top: 15px;
    height:75px;
	width:950px;
	background-image: url(logo_nklz.gif);
	background-position: 0 0;
	background-repeat: no-repeat;	
}

#nav_bar_container {
    position: absolute;
    height: 40px;
	width: 100%;
    top: 120px;
	left: 0px;
	text-align: right;
	background-color: #b0bb01;
}

#nav_bar{
    display: block;
    margin: 0 auto;
    width: 950px;
}

#nav_bar  ul {
	color: white;
    list-style: none outside none;
}

#nav_bar  li {
	display: inline;
	font-size: 17px;
	margin-left: 30px;
}

#nav_bar  ul li a:hover {
	color: black;
}

#nav_bar  ul li.active a {
    color: black;
}

#nav_bar ul li a {
	color: white;
	text-decoration:none;
}

/* ### Content ###################################################################### */

#page-outer {
	height: 100%;
}

#container {
    display: block;
    left: 0;
	right: 0;
    bottom: 0;
    max-height: 750px;
    min-height: 545px;
    position: absolute;
    top: 160px;
}

#bg {
    background: none repeat scroll 0 0 #000000;
    height: 150%;
    left: -50%;
    position: absolute;
    width: 150%;
	background-color: #eef0cd;
}

#bg  img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 100%;
    right: 0;
    top: 0;
	border: 0 none;
}

#card {	
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 80px;
	width: 950px;
	background-color: white;
	min-height: 950px;
}

#text{
    padding-top: 30px;
	padding-left: 95px;
	padding-right: 190px;
}

#text p{
    font-size: 15px;
	color: #4d3f3d;
	font-weight:normal;
}

#text h1{
	font-size: 34px;
	font-weight:normal;
	color: #b0bb01;
}

#text h3{
	font-size: 16px;
	color:#b0bb01;
}

#text h5{
    font-size: 18px;
	color: #4d3f3d;
	font-weight:normal;
	line-height: 22px;
}

#text hr{
	color:#cac9c9;
	border: medium none;
	background: none repeat scroll 0 0 #cac9c9;
}

#text table {
	width: 100%;
	border-bottom: 1px solid #999999;
	border-collapse: collapse
}

#text table.aufzaehlung {
	width: 100%;
	border-top: 1px solid #999999;
	border-collapse: collapse;
	border-bottom: none;
    color: #4D3F3D;
    font-size: 15px;
    font-weight: normal;
}

#text table.aufzaehlung  tr {
	border: none;
}

#text table.aufzaehlung tr td{
	border-top: none;
	padding-top: 10px;
	padding-bottom: 0px; 
}

#text tr {
	border: none;
}

#text tr td {
	 border-top-width: 1px;
	 border-top-style: solid;
	 border-top-color: #999999;
	 padding-top: 10px;
	 padding-bottom: 10px; 
}

#text tr td a{
	color: #b0bb01;
	font-size: 18px;
	text-decoration: none;
}

#text tr td a.hover{
	color: black;
}

#text ul{
	font-size: 15px;
	text-decoration: none;
	line-height: 19px;
	color: #4d3f3d;
	font-weight:normal;
}

#text tr td ul  a{
	font-size: 15px;
	text-decoration: none;
	line-height: 19px;
	color: #b0bb01;
	font-weight:normal;
}

#text img {
	border: none;
}

#text p a {
	text-decoration: none;
	color: #b0bb01;
}

#text a {
	text-decoration: none;
	color: #b0bb01;
}

/* ### Footer ###################################################################### */

#footer {
    bottom: 5px;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#footer_text {
	color: black;
    margin: 0 auto;
    text-align: left;
    width: 950px;
}
