/*-----------------------------------------   

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: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #2C3032;
	background: transparent;
	line-height: 1.4em; 
	}

.ce_wrap { margin-top: 40px; clear: both; }


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
}

h1 { font-size: 15pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }


p { 
	margin: 0.5em 0 1em 0; 
}

.teaser_text, #content .sf23 p {
	line-height: 1.8em;
	font-size: 9pt;
	margin: 2em 0 3em 0;
}

a {
  color: red;
  background: transparent;
  text-decoration: underline;
}

strong { font-weight: bold; }
italic { font-style: italic; }


#content ul {
	list-style-type: disc;
	list-style-position: outside;
	/*padding-left: 2px;*/
	margin-left: 25px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	/*padding-left: 2px;*/
	margin-left: 30px;
}

#content ul li, #content ol li {
	margin-bottom: 4px;
	padding-left: 4px;
}


/* 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 auto;
	width: 610px;
	padding: 0 20px;
	margin-bottom: 20px;
}
#content img { 
	padding: 0; 
	border: none; 
} 
#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,
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border: 1pt solid #ddd; 
}
td, th { 
	border-left: 1pt solid #ddd; 
	border-bottom: 1pt solid #ddd; 
	padding: 8px; 
}
.tablewrap { 

}



