/* 	QUARANTIME.COM/INTRANET
	Impressum

	Bildungseinrichtung: 	MultiMediaTechnology / FHS
				  Zweck: 	Basisqualifikation (SS10 - QPT1)
				  Autor: 	Ismail Hanli
		 Design/Konzept:	Angelika Bräuml, Wolfgang Schäffer, Lisa-Maria Hofmann
	 
	Special Thanks To Silvia Schneider aka Joana */

*{ font-family: Helvetica, Arial, sans-serif; }

body{
	background-color: #E8EBE8;
	margin: 10px 0;
	font-size: 12px;
}

/* ORANGE	background-color: #FFF1E6; */

hr{
	margin-left: 0;
	color: #CCCCCC;
}

.uppercase{ text-transform: uppercase; }

/* a:link, a:visited, a:active{ color: #FF922D; } ORANGE */

 a:link, a:visited, a:active{ color: #7E9D60; }


#messages > table > tr > td > a:hover, a:hover { color: #999999; }

img.logo{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: -3px;
	border:0px;
	text-decoration: none;
}

input.button, input.hidden_button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	border: 1px;
	color: #000000;
	font-size: 11px;
	margin-left: 5px;
}

.hidden{
	position: relative;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.hidden_button{ display: none; }

input.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px;
	padding-left: 3px;
	color: #000000;
	font-size: 11px;
}

#wrapper{
	width: 660px;
	background-color: #FFFFFF;
	margin: -20px auto -20px;
	padding-top: 30px;
}

#topnavi{
	width: 635px;
	height: 20px;
	background-image: url(../graphics/menueleiste.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 4px;
}

#topnavi > a:link, #topnavi > a:visited, #topnavi > a:active, #topnavi > a:hover, #topnavi > span > a:link, #topnavi > span > a:visited, #topnavi > span > a:active, #topnavi > span > a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#topnavi > span{ margin-left: 78px; }

#welcome_text{
	width: 410px;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 20px;
}

form#searchbar{
	width: 233px;
	height: 26px;
	margin-left: 410px;
	margin-bottom: 8px;
	background-image: url(../graphics/oben_search.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	margin-top: -18px;
	padding-left: 3px;
}

#searchbar > p{
	margin-top: 2px;
	margin-left: 13px;
}

#content_left, #rollover_container{
	width: 180px;
	background-image: url(../graphics/oben_newsseite_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	margin-top: 12px;
	margin-left: 5px;
	padding-bottom: 35px;
	clear: right;
	float: left;
}

#rollover_container{
	height: 150px;
	background-image: url(../graphics/oben_messages_links_bg.jpg);
	background-repeat: no-repeat;
}

#shortinfo{ width: 180px; }

#shortinfo > img{
	height:60px;
	width:60px;
	float: left;
	margin: 18px 5px 18px 14px;
}

#shortinfo > img + p{
	padding-top: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#shortinfo p{ margin: 0 0 9px 0; }

ul#navmenue{
	width: 160px;
	margin-top: 14px;
	margin-left: 14px;
	margin-bottom: 9px;
	padding: 0;
	list-style: none;
	clear: both;
}

#navmenue > li{ overflow: hidden; }

a#home, a#myprofile, a#messages, a#dates, a#idsearch{
	height: 31px;
	width: 160px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	clear: left;
}

a#home{ background: url(../graphics/menue01.gif) no-repeat 0px 0px; }
a#home:hover { background: url(../graphics/menue01.gif) no-repeat 0px -200px; }

a#myprofile{ background: url(../graphics/menue01.gif) no-repeat 0px -31px; }
a#myprofile:hover { background: url(../graphics/menue01.gif) no-repeat 0px -231px; }

a#messages{ background: url(../graphics/menue01.gif) no-repeat 0px -62px; }
a#messages:hover  { background: url(../graphics/menue01.gif) no-repeat 0px -262px; }

a#dates{ background: url(../graphics/menue01.gif) no-repeat 0px -93px; }
a#dates:hover  { background: url(../graphics/menue01.gif) no-repeat 0px -293px; }

a#idsearch{ background: url(../graphics/menue01.gif) no-repeat 0px -124px; }
a#idsearch:hover  { background: url(../graphics/menue01.gif) no-repeat 0px -324px; }

#countdown{
	margin-top: 19px;
	margin-left: 220px;
	font-size: 12px;
}

#favourite_videos > #countdown{ margin-top: 0; }

#profile, #news, #idsearch_form, #credits{
	width: 421px;
	margin-left: 220px;
	text-align: left;
}

#news > h3, #profile > h3, #idsearch_form > h3, #credits > h3{
	width: 421px;
	height: 22px;
	background-image: url(../graphics/menueleiste_gruen.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	text-indent: 4px;
	font-size: 14px;
}

#profile > h3 + p{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 11px;
	padding-left: 2px;
}

#profile > a{ margin-left: 275px;}

#enlightment_bar{
	width: 250px;
	height: 10px;
	margin: -25px 0 20px 169px;
	border: 1px solid #B3B2B2;
}

#enlightment_bar > img{ vertical-align: top; }

#personal_data{
	width: 100%;
	margin-left: -28px;
	margin-top: -10px;
	border-spacing: 28px 10px;
}

#personal_data > div{
	margin-left: 28px;
	padding-bottom: 15px;
}

#personal_data > div > div + div{
	width: 200px;
	margin-left: 140px;
}

#personal_data > div > input.hidden_button{
	margin-top: -15px;
	margin-right: -28px;
	float: right;
}

div#personal_data{ margin-top: 14px; }

#personal_data > div > div:first-child{
	float: left;
	width: 150px;
}

#personal_data > div > div:first-child, #personal_data td:first-child{ font-weight: bold; }

#personal_data > span{
      width: 250px;
	  margin-left: 169px;
	  display: block;
}

#personal_data > span > input.button{ margin-bottom: 20px; }

#change_picture{
	width: 400px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../graphics/bgstricherl_gruen.jpg);
	border: 0;
}

#change_picture > img{
	width: 140px;
	height: 140px;
	float: left;
}

#change_picture > img + p{
	width: 230px;
	margin-left: 150px;
	padding-top: 18px;
	text-align: center;
}

#change_picture > img + div{
	width: 230px;
	margin-left: 105px;
	padding-top: 18px;
	padding-left: 0;
	text-align: center;
	font-weight: bold;
}

/*#change_picture .fileinputs > input{ margin-left: 17px; }*/

#change_picture > span + input.button{
	margin-left: 93px;
	margin-top: 15px;
}

#barcode{
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 20px;
	width: 400px;
	margin-left: 20px;
}

#barcode > img{
	width: 354px;
	height: 118px;
	margin-top: 15px;
}

#footer_content{
	width: 660px;
	margin-top: 100px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
	clear: both;
}

ul#rollover{	
	position: relative;
	clear: left;
	margin-top: 5px;
}

#rollover > li{
	list-style: none;
	margin-left: -30px;
}

#rollover > li > p{
	height: 36px;
	width: 160px;
	margin-bottom: 13px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../graphics/menue02.gif);
}

#rollover #navmenue{
	width: 170px;
	margin-top: -14px;
	display: none;
}

#rollover > li:first-child:hover #navmenue{ 
	position: absolute;
	display: block; 
	background-image: url(../graphics/oben_messages_links_bg2.jpg);
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: -10px;
}

#favourite_videos, #header_courses{
	width: 460px;	
	height: 150px;		
	margin-top: 20px;
	margin-left: 190px;		
	background-image: url(../graphics/oben_messages_bg.jpg);
}

#header_courses{ background-image: url(../graphics/header_courses.jpg); }

#favourite_videos > #countdown{
	margin-left:12px;
	padding-top:14px;
	font-size:11px;
}

#favourite_videos > h3, #message > h3{
	height: 22px;
	background-image: url(../graphics/menueleiste_gruen.jpg);
	background-repeat: no-repeat;
	margin: 3px 9px 0;
	padding: 5px 5px 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#message > h3{ text-align: center; }

#favourite_videos > h3 + p{
	margin-left: 12px;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 11px;
}

#video_container{ padding-left: 14px; }

#video_container img{ border: 0; }

#video_container > a{
	width: 100px;
	height: 60px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
}

#inbox{
	width: 660px;
	margin: 20px auto;
	font-size: 12px;
	clear: left;
}

#inbox > table{
	width: 622px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size:12px;
}

#inbox > table tr:first-child{
	height: 24px;
	padding: 2px;
	background: url(../graphics/menueleiste_gruen.jpg) no-repeat;
	color: #FFFFFF;
	text-align: left;
	border: 0;
}

#inbox > table tr{ height: 35px; }

#inbox > table tr:hover{ background-color: #CCCCCC; }

#inbox > p{
	width: 604px;
	margin: 30px auto;
}

#inbox + p{
	text-align: right;
	font-size: 11px;
	width: 630px;
	margin-top: 10px;
}

#inbox + p + p, #message + p{
	width: 600px;
	margin: auto;
	padding-top: 5px;
	font-size: 11px;
	margin-top: 30px;
	line-height: 1.5em;
	border-top: 1px solid #717171;
}

.news_info_big{
	width: 125px;
	height: 178px;
	background-image: url(../graphics/news_2_bg.jpg);
	margin: 60px auto 15px 5px;
	float: left;
}

.news_info_big > div:first-child > p{
	width: 116px;
	margin: 5px 5px 0;
	font-size: 9px;
}

.news_info_big > div:first-child > p + input, .news_info_huge > div:first-child > p + input{
	width: 10px;
	height: 8px;
	margin-left: 5px;
}

.news_info_big > div:first-child > input, .news_info_huge > div:first-child > input{ margin-right: -3px; }

.news_info_big > div:first-child + p{
	width: 116px;
	height: 19px;
	margin: 3px 5px 3px;
	padding-top: 3px;
	background: url(../graphics/news_balken_gruen.jpg) no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
}

.news_info_big > div > a > img{
	width: 116px;
	height: 52px;
	margin-left: 5px;
	border: 0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.news_info_big > div > a > img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}

.news_info_big > p + div + p{
	width: 116px;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 10px;
	overflow: hidden;
	text-align: left;
}

.news_info_huge{
	width: 158px;
	background-image: url(../graphics/news_background.jpg);
	height: 220px;
	margin-left: 5px;
	margin-top: 20px;
	float: left;
}

.news_info_huge > div:first-child + p{
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
	background: url(../graphics/news_balken_gruen.jpg) no-repeat;
	height: 19px;
	width: 149px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 4px;
	text-transform: lowercase;
	vertical-align: bottom;
	padding-top: 2px;
}

.news_info_huge > div:first-child > p{
	width: 149px;
	margin-left: 5px;
	margin-bottom: 0;
	font-size: 9px;
	margin-top: 5px;
}

.news_info_huge > div > a > img{
	width: 149px;
	height: 89px;
	margin-left: 5px;
	margin-bottom: 2px;
	border: 0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.news_info_huge > div > a > img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}

.news_info_huge > p + div + p{
	width: 149px;
	margin-left: 5px;
	margin-top: 0;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
}

.news_info_huge > p + div, .news_info_big > p + div{
	/*width: 149px;
	height: 89px;
	margin-left: 5px;
	margin-top: 5px;*/
}

#content_right{
	width: 468px;
	margin-left: 190px;
	font-size: 12px;
	padding-top: 10px;
}
	
#home_screen_news{ 
	width: 470px;
	margin-top: -290px;
	float: right;
}

#home_screen_news > #select_glidecontent{
	margin-top: -13px;
	margin-right: 30px;
}

#message > h3{ width: 610px; margin: 20px auto; }

#message > h3 + div, #message > table + #video + p + div{ margin: 10px 33px; }

#message > h3 + div > a, #message > table + #video + p + div > a{
	margin-right: 50px;
	font-weight: bold;
}

#message > h3 + div > a + a + a + a, #message > table + #video + p + div > a + a + a + a{ margin-left: 175px; margin-right: 0; }

#message > table{
	width: 600px;
	border: 0;
	margin-left: 30px;
	margin-top: 10px;
}

#message > table + #video + p, #video{
	width: 500px;
	margin: 10px auto 25px;
	font-size: 12px;
	clear: left;
}

#message > table > tbody > tr > td:first-child{
	width: 100px;
	font-size: 12px;
	padding: 4px;
	background-color: #CCCCCC;
	vertical-align: middle;
}

#message > table > tbody > tr > td:first-child + td{
	font-size: 12px;
	padding: 4px;
	background-color: #CCCCCC;
	vertical-align: middle;	
}

#message > table input{
	background-color: #FFFFFF;
	border: 1px;
	color: #000000;
	font-size: 11px;
	margin-left: 3px;
	width: 200px;
}

#message > div > textarea{
	width: 500px;
	height: 250px;
	border: solid 1px #CCCCCC;
	margin: 20px 50px 5px;
	font-size: 12px;
}

#message > div + div{
	width: 500px;
	margin-left: 50px;
	margin-top: 5px;
	font-size: 12px;
	padding: 4px;
}

#idsearch_form > div{
	width: 200px;
	margin: 12px auto;
	text-align: center;
}

#idsearch_form > div > p + input{
	margin-bottom: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	font-size: 11px;
	width: 200px;
}

#idsearch_form + div{
	width: 422px;
	margin-left: 220px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#idsearch_form + div > p{ margin-left: 75px; }

.id_search_result{
	width: 396px;
	height: 100px;
	padding: 0;
	margin-left: -10px;
}

.id_search_result > img{
	width: 70px;
	height: 70px;
	margin: 10px;
	float: left;
}

.id_search_result > img + p, .id_search_result > p{
	padding-top: 10px;
	line-height: 1.5em;
}

.id_search_result > p{ margin-left: 11px; }

#news > h3 + p{
	font-size: 11px;
	padding-left: 2px;
}

#news > img{
	width: 421px;
	margin-top: 0px;
}

#news > img + p{
	margin-left: 0;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

#news > img + p + p{
	margin-top: 25px;
	margin-bottom: 3px;
	font-size: 10px;
	padding-left: 4px;
}

#news > hr{
	margin-top: 10px;
	background-color: #CCCCCC;
	height: 1px;
}

#news > p:last-child{
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}

.countdown_addon{
	float: left;
	margin-top: 11px;
	margin-left: 35px;
	padding-right: 3px;
}

#calender{
	width: 660px;
	margin: 50px auto;
}

#calender + hr{
	width: 600px;
	margin: 5px auto;
	clear: left;
}

#calender + hr + div{
	font-size: 11px;
	margin-left: 30px;
}

#calender > table{
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

#calender > table > tbody td {
	border: 1px solid #999999;
	width: 25px;
	height: 25px;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

#calender > table > tbody > tr:first-child > td, #calender > table > tbody > tr > td:first-child{
	background-color: #CCCCCC;
	font-weight: bold;
}

td.date_gout{ background-color: #FF6600; }

td.date_gout > div{
	height: 22px;
	width: 22px;
	padding: 0;
}

td.date_gout > div > div{ display: none; }

td.date_gout:hover > div > div{
	display: block;
	width: 200px;
	position: relative;
	top: 20px;
	right: 20px;
	border: 1px dashed black;
	padding: 10px;
	font: normal 14px verdana, sans-serif;
	background-color: #FFFFFF;
}

td.date_free:hover { background-color: #FF6600; }

td.date_work { background-color: #6B8850; }

td.date_security { background-color: #5A7346; }

#video a.uppercase{
	margin-left: 85px;
	margin-bottom: -100px;
}

#video span.uppercase{
	float: left;
	margin-left: 15px;
}

#video > object, #video > embed{ margin-bottom: 15px; }

#index_news{
	background: url(../graphics/oben_background.jpg) no-repeat;
	width: 648px;
	padding-bottom: 33px;
	font-size: 10px;
	margin-top: 20px;
	margin-left: 5px;
}

#credits > p{ width: 100%; }

#credits > p{
	margin-bottom: 48px;
	line-height: 20px;
}

#credits > img{ margin-bottom: -3px; }

#credits > p > a > img{
	width: 28px;
	height: 45px;
	border: 0;
}

#credits > p > a:first-child{ text-decoration: none; }

.course{
	width: 645px;
	margin: 20px auto;
	clear: both;
}

.course li{ line-height: 20px; }

.course + hr + .course{ margin-top: 29px; }

.course > p{
	width: 165px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}

.course img + strong{ font-size: 11px; }

.course > p > img{
	width: 28px;
	height: 45px;
}

.course > p + div{
	width: 460px;
	margin-left: 185px;
}

.course > p + div > p{ line-height: 20px; }

.course > div > h3{
	position: relative;
	width: 100%;
	background-image: url(../graphics/menueleiste_gruen.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 19px;
	padding-top: 5px;
	text-indent: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#support_video{
	width: 421px;
	margin-left: 220px;
	margin-top: 20px;
}

#support_video > hr{
	width: 100%;
	margin-top: -3px;
}
