/*-----------------------------------------   

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: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #282727;
	background: transparent;
	line-height: 1.3em; 
	}

.ce_wrap { margin-top: 20px; clear: both; }


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
	font-size: 12pt;
	}
p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 19cm;
	margin-left: 1cm;
}
#header { 
	width: 19cm;
	margin-left: 1cm
}

#content { 
	text-align: left; 
	margin: 0 auto;
}
#content img { 
	padding: 0; 
	border: none; 
}  
#footer { 
	margin-top: 40px; 
	padding-top: 5px; 
	border-top: 1px solid #dddddd; 
}

.wrap {
	padding: 0;
}
#header_top h1 {
	position: absolute;
	left: 170px;
	top: 2px;
	color: #00447A;
	font-size: 12px;
}
.region_hl {
	color: #00447A;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

.chapter_hl {
	font-size: 12px;
	color: #00447A;
	margin-bottom: 0px;
}
.chapter_h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.pagetitle {
	font-size: 12px;
	color: #00447A;
	margin-top: 0;
	margin-bottom: 0px;
}
.sub_hl {
	font-size: 11px;
	color: #00447A;
	margin-top: 25px;
	font-weight: bold;
}
#sponsoren {
	left:7px;
	margin-top:5px;
	position:relative;
	top:12px;
}
#sponsoren a {
	margin-top: 5px;
}
.subseite .pagetitle {
	margin-top: 30px;
}
.teaser {
	margin-bottom: 30px;
}
.ce_wrap h2 {
	font-size: 12px;
}

/*------------------------------*/
/* =5 display none				*/

a.no_print,
.nav, 
#sprungmarken,
#breadcrump,
#footer_nav,
form,
#print, 
#toplink,
.navtitle,
#social_bookmarks, 
embed,
#header_top h2,
.limited_width p,
#header_top h1,
.limited_width .ce_wrap,
.empty_year,
.heim #footer { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border: 1px solid #dddddd;
}
td, th { 
	border: 1px solid #dddddd; 
	padding: 3pt;
}
td.year {
	font-weight: bold;
}
#bundeslaender { vertical-align: middle; }
#bundeslaender, .category {
	font-weight: bold;
	color: #325583;
	text-align: center;
}

.flash_fallback {
	margin-top: 30px;
	margin-bottom: 30px
}
.flash_fallback img {

}
