
/* ================================================================
	Stylesheet für die SMI Homepage
	
	Stand: Brot wieder hinzugefuegt
	Datei: styles.css
	Datum: 21. Oktober 2009
	Autor: Roland Gsell
	
	Aufbau:	1. Kalibrierung
		2. TYPO3 spezifische Styles
		3. Allgemeine Styles
		4. Styles für Layoutbereiche
		5. Sonstige Styles
   ================================================================ */

/* ================================================================
		1. Kalibrierung
================================================================ */

* { padding:0; margin:0; }

h1, h2, p, ul, ol { margin-bottom: 1em; }

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 115%; }

a img { border: 0px solid transparent; }

/* ================================================================
		2. TYPO3 spezifische Styles
================================================================ */

.news-list-item h3 a { font-size: 90%; text-decoration: none; line-height: 1.5em;}
.news-list-item object { font-size: 80%; }
.news-list-container { margin-bottom: 10px;}

.csc-textpic-caption { padding-bottom: 10px;}

/* ============= SUCH-WORT ===================================== */
.csc-sword {
	color: #135aa6;
	background-color: #FF9900;
}

.csc-form-labelcell p {
	font-size: 11px;
	margin-bottom: 0px;
}
.csc-form-fieldcell {
	padding: 2px;
}

table.csc-uploads {
	border-spacing: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #ff9900;
	margin-bottom: 12px;
}
table.csc-uploads td {
	padding: 3px 10px 3px 10px;
}
table.csc-uploads p {
	margin:0;
	padding:0;
}

table .csc-uploads tr.tr-even {
	background-color: #ffebcc;
}

.mainbox_right ul.csc-bulletlist{
	margin: 1em 2em;
	padding: 0;
	list-style-image: url(assets/listen_punkt.gif);
}

.contenttable{
	width: 100%;
	font-size: 12px;
	border: 1px solid #FF9900;
	margin-bottom: 2em;
	text-align: left;
}
.contenttable td{
	padding: 5px;
}
.contenttable .tr-0{
	background-color: #FF9900;
}

.csc-sitemap > ul > li
{
	padding:10px;
	margin: 5px 5px 5px 15px;
	width: 500px;
}
.csc-sitemap ul
{
	list-style-type: none;
}
.csc-sitemap ul li
{
	margin-left: 2em;
}

#box01 .csc-header .csc-firstHeader
{
	margin-bottom: 0px;
}
/* ============= Eigene News-Box fuer Unterseiten ===================================== */
#box01 .bodytext
{
	font-size: 12px;
	background-color: #9fb3be;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
}
.csc-firstHeader
{
	margin-bottom: 1em;
}

/* ================================================================
		3. Allgemeine Styles
================================================================ */

html { height: 101%; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
}

.size		/* das umschließende Element (direkt nach body) */
{
	width: 950px;
	margin: 0px auto;
	background-color: White;
}

.header		/* Logo, Topnavi und Mainnavi*/
{
	height: 121px;
	overflow: hidden;
	background-color: White;
}

.top_header		/* Logo und Topnavi */
{
	height: 74px;
	overflow: hidden;
}
.logo
{
	float: left;
	padding-top: 11px;
	padding-left: 30px;
}
.topright		/* Container für Topnavi */
{
	float:right;
	width: 422px;
	overflow:hidden;
}

.mid_part   /* Hauptbild, Brotkrümel, Contentbereich*/
{
	background-color: White;
}

/* ================================================================
		4. Styles für Layoutbereiche
================================================================ */

#bread {
	margin-left: 10px;
	color: #a1a1a1;
	background-color: white;
}
#bread a:link, #bread a:visited {
	text-decoration: none;
	color: black;
	background-color: white;
	padding: 1px;
}
#bread a:hover, #bread a:active {
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 1px;
}
.lastbread {
	text-decoration: none;
	color: black;
	background-color: white;
	padding: 1px;
}

/*.box_title*/
#box01 div h1
{
	height: 24px;
	background-image: url(assets/box_top.jpg);
	background-repeat: no-repeat;
	color: #f3f8fe;
	padding-left: 13px;
	padding-top: 11px;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
}

/*
#box01 .news-list-container .news-list-browse
{
	height: 5px;
	background-image: url(assets/box_bottom.jpg);
	background-repeat: no-repeat;
}
*/

/*.box_content*/
#box01 ul
{
	width: 205px;
	overflow: hidden;
	background-color: #f0f0f0;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.box_content li
{
	list-style-type: square;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
}
.box_content a
{
	text-decoration: none;
	color: #494949;
}
.box_content a:hover, .box_content a:active
{
	text-decoration: underline;
}
#box01
{
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

#box02
{
	overflow: hidden;
	margin-bottom: 15px;
}

#subnavi div {
	padding-left: 1px;
	margin: 0px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	background-image: url(assets/pfeil_01.png);
	background-repeat: no-repeat;
	background-position:-1px 10px;

}

#subnavi div.act {
	background-image: url(assets/pfeil_05.png);
}

#subnavi div.ebene1 {
	padding-left: 0.9em;
}
#subnavi div.ebene2 {
	padding-left: 0.9em;
	margin-left: 1.7em;
}
#subnavi a
{
	text-decoration: none;
	color: #3e6680;
}
#subnavi a:hover
{
	text-decoration: underline;
}
#subnavi
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 205px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.subnavi_img
{
	height: 5px;
	overflow: hidden;
	font-size: 0px;
}

#footer
{
	height: 142px;
	overflow: hidden;
	background-image: url(assets/footer_middle.jpg);
	background-repeat: repeat-x;
	position: relative;
	line-height: 60px;
	font-size: 11px;
	color: White;
	text-align: center;
	clear: both;
	width: 100%;
}
#footer a:link, #footer a:visited
{
	color: white;
	text-decoration: none;
}
#footer a:hover, #footer a:active
{
	color: white;
	text-decoration: underline;
}
#footer p
{
	color:#555;
}

#topnavi
{
	background-image:url(assets/topnavi.jpg);
	background-repeat:no-repeat;
	width: 407px;
	height: 28px;
}
#topnavi div
{
	float:left;
	font-size:11px;
	line-height:30px;
}
#topnavi a:link, #topnavi a:visited
{
	padding:2px;
	text-decoration: none;
	color: #FFF;
}
#topnavi a:hover, #topnavi a:active
{
	padding:2px;
	text-decoration: none;
	color: #000;
	background-color: White;
}
.topnavi_first_ele
{
	padding-left:50px;
}
.topnavi_ele
{
	padding-left:43px;
}
#search
{
	font-size: 11px;
	text-align: right;
	padding-top: 8px;
	padding-right: 22px;
	padding-left: 180px;
}
#search a:link, #search a:visited
{
	padding:2px;
	text-decoration: none;
	color: #000;
}
#search a:hover, #search a:active
{
	padding:2px;
	text-decoration: underline;
	color: #000;
}

.mainnavi_container
{
	height: 39px;
	overflow: hidden;
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 930px;
	position: relative;
	background-image: url(assets/mainnavi_back.jpg);
}
#mainnavi ul
{
	margin: 0px;
	padding: 0px;
}
#mainnavi li
{
	float: left;
	padding: 0;
	min-width: 155px;
	line-height: 40px;
	text-align: center;		
	font-family: Arial;
	list-style: none;
}
#mainnavi ul li a
{
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 100%;
}

.mainactive {
	background: url(assets/mainnavi_active.jpg) repeat-x;
}
.mainactive a {
	color: #FFF !important;
}

#mainnavi a:hover,
#mainnavi a:focus
{
	background: url(assets/mainnavi_active.jpg) repeat-x;
	color: #FFF;
}

.mainnavi_img_left
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainnavi_img_right
{
	position: absolute;
	right: 0px;
	top: 0px;
}

/* =========  Diese Ex-Brot-Styles Nicht Loeschen!  ========= */
/* =========  Sie werden nocht fuer den Footer benoetigt ==== */
.brot_img_left
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.brot_img_right
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.content_container
{
	overflow: hidden;
	background-color: White;
	padding-top: 5px;
}
.mainbox_left
{
	float: left;
	width: 207px;
	margin-left: 10px;
	/*	margin-left: 7px; */
	background-color: White;
}
.mainbox_right
{
	width: 700px;
	overflow: hidden;
	float: right;
	background-color: White;
	text-indent:0em;
	text-align:justify;
	padding-right:14px;
	padding-left:3px;
}

/* ================================================================
		5. Sonstige Styles
================================================================ */

#last_line
{
	color: #666;
}

/* =========  FCE Publications  ========= */
.publication {
	margin: 1em;
}
.pub_authors {
}
.pub_title {
	color: #F00;
}
.pub_journal {
	text-decoration: underline;
}
.pub_journal_nr {
	font-weight: bold;
}
.pub_journal_add {
}
.pub_pages {
}
.pub_link a {
	text-decoration: none;
}
.pub_link a:hover{
	text-decoration: underline;
}

/* =========  FCE Bild mit Langtext  ========= */
/* lc = Large Caption */
.lc_PicContainer {
	width: 600px;
	text-align: center;
	margin-top:15px;
	margin-left:45px;
	margin-bottom:15px;
	padding: 3px;
	border: 2px solid #ccc;
}
.lc_Container {
	width: 100%;
}
.lc_Itself, .lc_Text {
	text-align:justify;
}
/* ================================================================
		ENDE DES STYLESHEETS
================================================================ */
