/*-----------------------------------------   

copyright 2008 by mmc

Version: 1.0

Author: Georg Paul

Author URI: http://www.mmc-agentur.at  	

-------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. reset Styles
2. global Styles
3. text Formating
4. layout
5. display none
6. tables and forms

-------------------------------------------------------------------*/


/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
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,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,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:inherit;font-style:inherit;font-size:100%;font-family:inherit;/*vertical-align:baseline;*/}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


/*------------------------------*/
/* =2 global styles 			*/
body {
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #2C3032;
	background: transparent;
	line-height: 13pt;
	}

.ce_wrap { margin-top: 40px; clear: both; }


/*------------------------------*/
/* =3 text formating 			*/
h1 { color:#41678B; font-size:2.3em; font-weight:normal; padding:0 0 10px;}
h2 { color:#7094B6; font-size:1.5em; padding:0 0 10px; font-weight: bold;}
h3 {color:#4f7497;  padding:0px 0 0 20px; font-size:1.3em;}
h4 { font-size: 9pt; }




.teaser_text, #content .sf23 p {
	line-height: 1.8em;
	font-size: 9pt;
	margin: 2em 0 3em 0;
}

a {
  color: #F68527;
  background: transparent;
  text-decoration: none;
}

strong { font-weight: bold; }
italic { font-style: italic; }


#content ul { list-style:none; padding:0 0 20px 0;
	/*list-style-type: disc;*/
	list-style-position: inside;
	margin-left: 15px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

#content ul li {padding:3px 0 3px 0; list-style-image: url(../img/icons/arrow_orange.gif); list-style-position: outside; margin: 0 0 4px 0;}
#content ol li {list-style-type: decimal; list-style-position: outside; margin: 0 0 4px 0; padding:3px 0 3px 0;}

/****** Filelinks *****/
.filelinks_table {width: 100%; margin-bottom: 10px; border: none;}
.filelist_icon {border: 1pt solid #000000; table-layout:fixed; width: 44px; height: 36px; text-align: center; valign: middle;}
.filelist_desc {border: 1pt solid #000000; height: 36px; valign: middle; padding-left: 13px; padding-right: 13px;}
.filelist_filename {border: 1pt solid #000000; background: url(../img/icons/arrow_orange.gif) no-repeat 13px center; height: 36px; valign: middle; padding-left: 24px; padding-right: 13px;}
.filelist_filename a:link {border-bottom-style: dotted; border-width:1px;}
.filelist_filename a:visited  {border-bottom-style: dotted; border-width:1px;}
.filelist_filename a:focus {text-decoration:none; border-style: none;}
.filelist_filename a:hover {text-decoration:none; border-style: none;}
.filelist_filename a:active {text-decoration:none; border-style: none;}
.filelist_size {border: 1pt solid #000000; table-layout:fixed; width: 60px; height: 36px; text-align: right; padding-right: 15px; valign: middle; text-transform: uppercase;}


/* Teaser Box aus News Listen Ansicht */

.news-list-container {
	float: left;
	width: 100%;
	margin-bottom:20px;
}
.news-list-item {
	float: left;
	width: 588px;
	padding: 7px 10px 0 0;
	margin-bottom: 12px;
	border: 1px solid #bac5cc;
	cursor: pointer;
}
.news-list-headline p {
	margin: 0 0 7px 7px;
}
.news-list-image {
	float: left;
	margin: 0 10px 0 0;
}
.news-list-image a {
	line-height: 0;
	float: left;
}
.news-list-content {
	float: left;
	width: 100%;
}
.news-list-content p {
	margin-top: 4px;
}
.news-list-morelink a {
	float: none;
}
.news-list-content h2 {
	margin: 0;
	font-size: 1.1em;
}
.news-list-headline a, .news-list-content p a {
	padding-left: 15px;
	color: #333;
	background: url(../img/background/icons_sprites.gif) no-repeat 0 2px;	
}

/* Teaser Box aus Content Element */
/*.sf24 {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
	border: 1px solid #bac5cc;
	cursor: pointer;
}
.sf24:hover {
	background-color: #eff0f4;
}
.sf24 .csc-textpic-text p {
	padding: 0 10px 0 0;
}
.sf24 .csc-textpic-text a {
	float: none;
	margin-right: 10px;
}
.sf24 .csc-textpic-text h2 {
	margin:0;
	padding: 9px 0 0 0;
	font-size: 1.1em;
}
.sf24 .csc-textpic-text a:link, .sf24 .csc-textpic-text a:visited, .sf24 .csc-textpic-text a:link, .sf24 .csc-textpic-text a:visited {
	padding-left: 15px;
	color: #333;
	background: url(../img/background/icons_sprites.gif) no-repeat 0 3px;
}*/




/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 650px; 
}
#header_logo {
	float: right;
	margin: 30px 20px;
}

#content {
	clear: both;
	text-align: left; 
	margin: 0 0 auto 35px;
	width: 575px;
	padding: 0 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#content img { 
	padding: 0; 
	border: none; 
} 

/*.lightbox {height: 100px; width: 100px;}*/
/*#breadcrumb_container {
	clear:both;
	float:left;
	padding: 0 20px 20px 20px;
	width: 610px;
}
#breadcrumb {
	float: left;
}
#breadcrumb li {
	padding-right: 12px;
	background:url("../img/background/icons_sprites.gif") no-repeat scroll 0 3px transparent;
	padding-left:15px;
	float: left;
}

#breadcrumb li a {
	color:#333333;
}*/

/*------------------------------*/
/* =5 display none				*/

#main_nav_wrap,
#local,
#sprungmarken,
.navtitle,
hr,
#header_flash,
#leveltitle,
#quicklinks,
#footer_nav,
form,
#print, 
#toplink,
.footer_box,
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table {border-collapse: collapse;}
/*td, th { 
	border-left: 1pt solid #ddd; 
	border-bottom: 1pt solid #ddd; 
	padding: 8px; 
}*/
/****** Table *****/
.contenttable {border: 1pt solid #000000; width: 100%; padding-bottom: 10px; text-align: left; valign: middle;}
.contenttable th {border: 1pt solid #000000; font-weight: bold; height: 36px; padding: 2px 15px 2px 15px;}
.contenttable td {border: 1pt solid #000000; height: 36px; padding: 2px 15px 2px 15px;}
.contenttable .tr-last td {border: 1pt solid #000000; height: 36px; padding: 2px 15px 2px 15px;}
