/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.hide {	display:none; }	
input {	overflow: visible; } /*IE-HACK */


/* BASIC */
body {
	background: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	border: 0;
	color: #000000;
	line-height: 1.4em;
}
#right {
	display: none !important;	
}
div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: left;
}
div#top {
}
div#logo {
        display: none;
}
div#print_logo {
        display: block;
	width: 415px;
        clear: both;
}
img.print_logo {
	margin: 34px 23px 0 0;
}
.sol {
	display: none;
}
div#login {
	display: none;
}
div#main {
	width: 100%;
	padding: 25px;
}
div#header {
	display: none;	
}
div#right {
	display: none;
}
div#bottom {
	display: none;
}
div#footer {
	display: none;
}
div.banner {
	display: none;
}







/* CONTENT */

div#content {
	width: 100%;
}
div.page-action {
	display: none;
}
div#content .path {
	display: none;
}
div#content .date {
	display: block;
	font-style: italic;
	margin: 10px 0;
}
div#content .teaser {
	display: block;
	letter-spacing: normal;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
div#content .maintext {
	display: block;
	margin-bottom: 35px;
}
div#content img {
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}
div#content img.right {
	float: right;
	margin: 0 0 25px 25px;
}
div#content img.left {
	float: left;
	margin: 0 25px 25px 0;
}

div#content .maintext .image {
	font-style: italic;
}
div#content .maintext .image {
	width: 120px;
}
div#content .maintext .image.right {
	float: right;
	margin: 0 0 20px 20px;
}
div#content .maintext .image.left {
	float: left;
	margin: 0 20px 20px 0;
}
div#content .maintext .image a.zoom, div#content .maintext .image a.zoom {
	display: none;
}



div#content ul.cluster {
	margin: 0;
}
div#content ul.cluster li {
	display: block;
	display: inline-block; /* IE6-Hack */
	clear: left;
	min-height: 95px;
	width: 485px;
	background: url("/images/frontend/saarbruecken/ruler.gif") bottom left no-repeat;
	padding: 10px 0 0 0;
}
div#content ul.cluster img {
	float: left;
	margin: 0 15px 15px 0;
}
div#content ul.cluster h2 {
	background: none;
	margin: 0;
	padding: 0 0 5px 0;
}
div#content ul.cluster li p {
	padding-bottom: 20px;
}
div#content ul.cluster li a {
	white-space: nowrap;
}


div#content .comments {
	display: none;
}
div#content .quicktags {
	display: none;
}
div#content .mediafile {
	display: none;
}



div.checked-list {
    margin-bottom: 25px;
}
div.checked-list li {
    display: block;
    padding: 6px 0 5px 30px;
    background: url("/images/frontend/saarbruecken/checkedlist.gif") 5px 3px no-repeat;
}


div.wide-list {
    margin-bottom: 25px;
}
div.wide-list .title {
    clear: left;
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 10px;
}
div.wide-list .description {
    float: left;
    display: block;
}
div.wide-list .description b {
    font-weight: normal;
}





/* BOXES AND BLOCKS */
div#right div .box {
	display: none;
}

.map {
    display:none;
}

/* HEADLINES */	

h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #454545;
	margin: 0;
	padding: 8px 10px 8px 0;
	line-height: 1.25em;
	background: url("/images/frontend/saarbruecken/ruler.gif") bottom left no-repeat;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #454545;
	margin: 0;
	padding: 8px 10px 8px 0;
	line-height: 1.25em;
	background: url("/images/frontend/saarbruecken/ruler.gif") bottom left no-repeat;
}
h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #454545;
	margin: 0;
	padding: 8px 10px 8px 0;
}

/* FORMS */	
form {
	display: none;
}



/* TABLES */	

div.box table {
	margin: 1px 2px 0 2px;
	width: 229px;
}
div.box td input.submit {
	margin-bottom: 8px;
}
table {
	margin: 0;
	font-size:1em;
}
table td {
	padding: 4px;
	vertical-align: top;
}
td.right {
	padding-right: 8px;
	text-align: right;
}	
td.center {
	text-align: center;
	padding-bottom: 15px;
}


