/*-----------------------------------------   

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 Arial, Helvetica, Verdana, sans-serif;
	color: black;
	background: transparent;
	line-height: 1.5em; 
	}

.ce_wrap { margin-top: 50px; clear: both; width: 635px;}


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
	}
h1 {
	font-weight: normal;
	font-size: 22pt;
	color: #B3CE31;
	text-transform: uppercase;
	margin-top: 1.75em;
}
h2 { font-size: 11pt; }
h3 { font-size: 9pt; }



p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #98AE29;
  background: transparent;
  text-decoration: none;
}

.csc-bulletlist {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 2px;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 650px;
}

#content {
	width: 635px;
	padding-left: 15px;
}


/*------------------------------*/
/* =5 display none				*/

a.no_print,
.nav, 
#sprungmarken,
#breadcrump,
#footer_nav,
form,
#print, 
#toplink, 
#social_bookmarks, 
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border-left: 1pt solid #ddd;
	border-bottom: 1pt solid #ddd; 
}
td, th { 
	border-right: 1pt solid #ddd; 
	border-top: 1pt solid #ddd; 
	padding: 4pt; 
}
.contenttable { 
	width: 100%; 
}


