/*
Description: Master Style sheet
Author: Christian Kuhn
Last update: 15 april 2009
*/

@import url(form.css);

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 90%/1 arial, helvetica, sans-serif;
	line-height: 130%;
  	width: 100%;

}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
}

p {margin: 0; padding: 0 0 18px 0;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	display: block;
}

blockquote span.open {
	background: url(../images_tmpl/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images_tmpl/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
  	background-color: #F5F4F3;
  	border: #E2DBD8 1px solid;
  	color: #666666;
  	padding: 3px 5px;
  	margin: 10px 15px;
	font-size: 1.2em;
}

pre {
  	padding: 1em;
  	border: 1px dashed #2f6fab;
  	color: black;
  	background-color: #f9f9f9;
  	line-height: 1.1em;
}

small {font-size: 0.85em;}

big {font-size: 1.4em;}

.red {
	color: #FF0000;
}

.iframe {
	overflow-y: auto;
	overflow-x: no;
	}

.iframeadvent {
	overflow-y: auto;
	overflow-x: no;
	}
	
/***** Links *****/

a {
  	text-decoration: none;
  	color: #0099CC;
}

a:hover {text-decoration: none; color: #00CCFF;}

a img {
  border: none;/*remove border for linked images*/
  display: block;
  float: left;
 }
 

/***** Global Classes *****/
.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}


.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* images, url für png beahavior in IE6 Anpassen nicht vergessen */


img {
	border: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

/***** Main Layout ****/




/***** CONTENT *****/
/* sep IE7 */
#content {
	display: block;
	float: left;
	clear: left;
	
	padding: 5px 20px 20px 30px;
	margin: 0;
	clear: both;
	text-align: left;
	font-size: 0.9em;
}


#content h1 {
	/*background: #F8F7F3 url(../images_tmpl/post_h1.jpg) no-repeat 0 bottom;*/
	/*border: #EEEEDF 1px solid;
	height: 20px;*/
	font-size: 1.4em;
	font-variant: normal;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#content h2 {
	/*background: #F8F7F3 url(../images_tmpl/post_h2.jpg) no-repeat 0 bottom;*/
	/*border: #EEEEDF 1px solid;
	height: 20px;*/
	font-size: 1.2em;
	font-variant: normal;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/*h3 im accordion balken*/
#content h3 {
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px 0 8px 12px;
}


#content h4 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}

#content a {
	text-decoration: none;
	color: #006699;
}

#content a:hover {
	text-decoration: none;
	color: #333;
}

#content p {
	padding: 5px 0  5px 10px;
}

#content ul, #content ol {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul li {
	background: url(../images_tmpl/bullet.jpg) 2px 5px no-repeat;
	padding-left: 20px;
}


/* Back to top */

#content a.backToTop {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images_tmpl/content_backToTop.jpg) no-repeat right 0;
}

#content a:hover.backToTop {
	border: none;
	background: url(../images_tmpl/content_backToTop.jpg) no-repeat right -20px;
}

/* content typography */
#content .dwnld,
#content .note,
#content .error {
	display: block;
	width: 585px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

#content .dwnld {background: #EBFEDA url(../images_tmpl/dwnld.jpg) no-repeat 5px 4px;}

#content .note {background: #FFF9D7 url(../images_tmpl/info.jpg) no-repeat 5px 4px;}

#content .error {
	background: #FF9D9D url(../images_tmpl/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}

