/*-----------------------------------------   

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 Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background: transparent;
	line-height: 1.3em; 
	}

.ce_wrap { margin-top: 30px; clear: both; width: 634px;}


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
}
h1 { font-size: 14pt; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }
h4 { font-size: 9pt; }


p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 634px; 
}
#header { 
	width: 634px;
	margin-bottom: 30px;
}

#content { 
	width: 634px; 
	text-align: left; 
	margin: 0 auto;
}


.news-list-date {
	font-size: 9pt;
}
.news-latest-container {
	margin: 40px 0;
}
.news-list-item {
	margin: 35px 0;
}
.news-list-hl h2 {
	margin-top: 0;
}
.news-list-item a {
	float: left;
	margin-right: 10px;
}
.news-list-morelink a {
	float: none;
}


#content img { 
	padding: 0; 
	border: none; 
}  
#footer { 
	margin-top: 40px; 
	padding-top: 5px; 
	border-top: 1px solid #ddd; 
}


/*------------------------------*/
/* =5 display none				*/

a.no_print,
.nav, 
#sprungmarken,
#breadcrump,
#footer_nav,
form,
#local,
.navtitle,
.tx-mmcjsslideshow-pi1,
#print,
hr,
#toplink,
.news-list-browse,
#social_bookmarks, 
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border: 1pt solid #f0f0ee; 
}
td, th { 
	border-left: 1pt solid #f0f0ee; 
	border-bottom: 1pt solid #f0f0ee; 
	padding: 3pt; 
}
.tablewrap { 
	width: 480pt; 
}



