/* BIKO Stylesheet  - SH  */

/* ============== TEMP ============== */
#search{
	display: none; 
	visibility: hidden;
	position: absolute;
	left: -9999px;
}


/* ============== Reset all ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

/* ============== Structure ============== */
body{
	font-family: "HelveticaNeue Light", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #fff;
}

#container{
	font-size: 1.2em;
	padding: 20px 0 0 20px;
}

#header{
	width: 760px;
	height: 190px;
}

#logo{
	float: left;
	width: 245px;
}

#claim{
	width: 514px;
	float: left;
	padding: 11px 0 0 0;
}

#left{
	float: left;
	width: 245px;
}

#navigation{
	padding: 0 0 30px 0;
}

#content{
	float: left;
	width: 485px;
	padding: 0 15px 0 0;
	border-right: 1px solid #000;
}

#right{
	float: left;
	width: 235px;
	padding: 0 0 0 15px;
}

/* ============== Tags ============== */
a{
	color: #68696b;
	text-decoration: underline;
}

a:hover{
	color: #000;
}

h1{
	font-size: 2em;
	margin: 0 0 30px 0;
}

h3{
	font-weight: bold;
	font-family: "HelveticaNeue Bold", HelveticaNeue, Helvetica, Arial, sans-serif;
}

#content ul{
	margin: 10px 0;
}

input{
	border: 1px solid #68696b;
	font-size: 1em;
	margin: 0 0 5px 0;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

.quote{
	font-family: "Times New Roman", "Times Roman", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1em;
}

.author{
	font-style: italic;
	display: block;
	margin-top: 4px;
}

/* ============== Navigation  ============== */
#nav li a{
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	line-height: 1em;
	font-family: "HelveticaNeue Bold", HelveticaNeue, Helvetica, Arial, sans-serif;
}

#nav li ul{
	margin: 4px 0;
}

#nav li ul br{
	height: 10px;
	display: inline;
}

#nav li ul li{
	margin: 3px 0 0;
}

#nav li ul li a{
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	font-family: "HelveticaNeue LightItalic", HelveticaNeue, Helvetica, Arial, sans-serif;
}

#nav li a.active, #nav li ul li a.active{
	color: #000;
}

/* ============== Content Items ============== */
.item{
	margin: 0 0 45px 0;
}

/* ============== Right sidebar ============== */
.news{
	margin: 0 0 20px 0;
}

.small{
	font-size: 0.7em;
	margin: 5px 0 0 0;
	display: block;
}



/* SEMINARE */

#sem-header {
	color: #FFFFFF;
	background-color: #000000;
	width:500px;
}

#sem-header-sem {
	width: 120px;
	float:left;
}
#sem-header-nr {
	width: 40px;
	float:left;
}
#sem-header-termin {
	width: 70px;
	.width: 90px; /* IE only */
	float:left;
}
#sem-header-hotel {
	width: 120px;
	.width: 125px; /* IE only */
	float:left;
}
#sem-header-a {
	width: 25px;
	float:left;
}
#sem-header-h {
	width: 25px;
	float:left;
}

.sem-header {
	background-color:#000000;
	color:#FFFFFF;
	padding: 3px 0 3px 10px;
	font-weight: bold;
}

#sem-gruppe-links {
	float: left;
	width: 128px;
	display: block;
	overflow: hidden;
}
#sem-gruppe-rechts {
	float: left;
	width: 355px;
}

#sem-gruppe-rechts  input{
	border: transparent; /* for IE */
}

.sem-eintrag {
	padding: 3px 0 3px 0;
}

.sem-border {
	clear: left;
	border-bottom: 1px solid black;
	width:475px;
}

#sem-eintrag-sem {
	padding: 3px 0 3px 0px;
	margin-left: 2px;
	width: 125px;
}
#sem-eintrag-nr {
	width: 52px;
	float:left;
	padding-left: 12px;
}
#sem-eintrag-termin {
	width: 80px;
	float:left;
}
#sem-eintrag-hotel {
	width: 130px;
	float:left;
}
#sem-eintrag-a {
	width: 25px;
	float:left;
}
#sem-eintrag-h {
	width: 25px;
	float:left;
}

.sem-inhalte {
	clear:left;
	/*background-color: #CCC;*/
	display: none;
	padding: 10px 0 10px 0;
	margin: 6px 0 6px 0;
	width: 460px;
}

.form-label {
	width:100px;
	float:left;
}

.bodytext {
	line-height: 15px;
}
