/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for mozarteum 

--------------------------------------------------------------------- */


/* Basic CSS Rules
--------------------------------------------------------------------- */

 
html, body {
	height: 100%;
	background-color:#FFFFFF;
}

body {
	margin: 0;
	padding: 0;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family:'Times New Roman';
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: left;	
	background-color:#FFFFFF;		
}

ul{
list-style:outside;
}

h1, h2, h3, h4 {
	color: #000;
	font-weight: normal;
}


object {
	display: block;
}

.img{
border:1px solid #2C201B;
margin:0px 2px 2px 0px;

}

a:link {
	color: #000;
	text-decoration: none;
}

h3 a:link{
    color:#fff;
}

a:visited {
	color: #000;
	text-decoration: none;
}

h3 a:visited{
    color:#fff;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0 0 -3px 0;
}



/* general site container
--------------------------------------------------------------------- */

#container {
	width: 90%;
	height: 100%;
	position: relative;
	overflow: visible;
}


#site {

}



/* top area (logo)
--------------------------------------------------------------------- */


#top {
	display:none;
}


#metanav div {

	display:none;
}



/* content (portal, content site)
--------------------------------------------------------------- */
#content {
	background: #fff;
	width: 650px;
	padding: 0 0 25px 0;
	overflow: hidden;
}

/* navigation bar (left) */
#content #sidebar {
	display:none;
}


/* subnavigation */
#sidebar .subnavigation {
display:none;
}




/* content area (portal elements, text, sidebar)*/
#content #content_area {
	width: 650px;
	overflow: hidden;
	float: left;
}


/* link boxes top of content */
#content_area #content_boxes {
	display:none;
}

#content_area #content_boxes .box {
	width: 123px;
	overflow: hidden;
	padding: 33px 5px 0 8px;
	margin: 0 7px 0 0;
	float: left;
	color: #3c3c3c;
}

#content_area #content_boxes .box .b_link {
	width: 123px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#content_area #content_boxes .box .b_link a {
	width: 123px;
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	color: #3c3c3c;
	text-decoration: none;
}



/* news list - portal */

#content_area #newslist {
	
	width: 650px;
	overflow: hidden;
	margin: 18px 0 0 0;
}

#newslist .news_entry {
	background: url(../img/dot.gif) left bottom repeat-x;
	width: 650px;
	overflow: hidden;
	padding: 0px 0 25px 0;
	margin-bottom:10px;
}

#newslist .news_entry h3 {
	width: 70px;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	color: 3c3c3c;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}


#newslist .news_entry table {
	width: 99%;
	overflow: hidden;
}

#newslist .news_entry table td {
	border-collapse: collapse;
	padding: 0 5px 0 0;
	color: #3c3c3c;
	line-height: 17px;
	font-size: 13px;
}

#newslist .news_entry a {
	color: #3c3c3c;
	line-height: 17px;
	font-size: 13px;
	text-decoration: none;
}

/* textarea */

#content_area #textarea {
	width: 650px;
	overflow: hidden;
	margin: 30px 0 0 0;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 18px;
}


#textarea h1 {
	width: 650px;
	overflow: hidden;
	background: url(../img/dot.gif) left bottom repeat-x;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

#textarea h2 {
	font-size: 13px;
	line-height: 15px;
}

#textarea p {
	width: 650px;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0 0 0;
}

#textarea .print {
width:450px;
}

#textarea table {
	width: 422px;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 15px;
}

#textarea table th, #textarea table td {
	padding: 5px 5px 5px 0;
	vertical-align: text-top;
}

#textarea a {
	color:#1A0000;
	text-decoration: underline;
	font-weight:bold;
}

.print_logo{
display:block;
height:123px;
width:69px;
margin-bottom:15px;
margin-left:550px;
background: url(../../../img/logo_print.png);
}


/* footer
--------------------------------------------------------------- */

#footer {
 display:none;
}




