@charset "utf-8";

/* General styles */


body 
{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #575756;
}

#container
{
	width: 902px;
	margin: 0 auto; /* So wird die Seite zentriert dargestellt*/
	padding: 10px 0 0 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #FF2800;
}

a:hover{
	color: #0368B1;
	text-decoration: none;
}


img 
{
	border: none;
}

h1
{
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1.csc-firstHeader
{
	margin: 0 0 20px 0;
}

.csc-textpic-text
{
	margin: 0 20px 0 0;
}

.csc-header-n2
{
	margin: 20px 0 0 0;
}

p.align-center
{
	font-style:italic;
	text-align: center;
}

#header 
{
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
	padding: 20px 0 0 0;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: #9FCB3A;
	border: 1px solid #a1c939;
}


/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	background: transparent;
}

	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		/* left column background colour */
	}
	.rightmenu .col1 {
		width:55%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:36.7%;			/* right column content width (right column width minus left and right padding) */
		left:34.8%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/* Footer styles */
#footer {
	clear:both;
	width:100%;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

#footer p {
	padding:10px;
	margin:0;
}

/*	Infos zum Bohrinselbild	*/

.custom_tip .tip {
	background-color: #E3EFC3;
	border: 1px solid  #a1c939;
	padding: 5px;
}
 
.custom_tip .tip-title {
	color: #575756;
	background-color: #E3EFC3;
	font-size: 20px;
	padding: 5px;
}
 
.custom_tip .tip-text {
	color: #575756;
	padding: 5px;
}