body {
	margin:0;
	background:#fff url(../img/body_bg.gif) no-repeat top fixed;
	font-family:arial,sans-serif;
	text-align:center;
}

#text {float:right;display:block;width:29px;}
#standard {display:none;}
#switcher .skip {display:none;}

a img {border:0;}

#all {	
	margin:0 auto;
	background:#fff;
	width:773px;
	text-align:left;
}

#head {
	position:relative;
	margin-bottom:1px;
	height:154px;
	background:url(../img/titel.jpg) no-repeat top left;
}

#logo h1 {
	margin:5px 0 5px 5px;
	height:60px;
	background:url(../img/logo.gif) no-repeat top left;
}

#logo h1 a {
	cursor:pointer;
	display:block;
	height:60px;
	width:763px;
}

#logo h1 span {
	display:none;
}

#switcher {
	position:absolute;
	right:0;
	top:123px;
}

#switcher h2 {
	display:none;
	font-weight:normal;
}

#minus {
display:block;
float:right;
	width:29px;
	height:29px;
	font-size:0;
	text-align:left;
	color:#C3DFFF;
	border:0px solid #396CA2;
	background:url(../img/minus.gif) no-repeat bottom left;
	cursor:pointer;
}
#plus {
display:block;
float:right;
	width:36px;
	height:29px;
	font-size:0;
	text-align:left;
	color:#C3DFFF;
	border:0px solid #396CA2;
	background:url(../img/plus.gif) no-repeat bottom left;
	cursor:pointer;
}

#navi {
	float:left;	
	width:200px !important;
	padding:0;
	margin:0 -170px 0 0;
}

#navi h2 {
	display:none;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navi ul ul {
	margin:0 0 0 -10px;
}

#navi li {
	margin-bottom:1px;
	padding:3px 0 4px 20px;
	background:#EAF3FE url(../img/link_bg.gif) no-repeat left;
	background-position:8px 8px;
}

#navi a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#navi a:hover {
	color:#f00;
	text-decoration:underline;
}

#navi li .level_1 a {
	color:#000;
	text-decoration:none;
}

#navi li .level_1 a:hover {
	text-decoration:underline;
}

#navi li .level_2 a {
	color:#000;
	text-decoration:none;
}

#navi li .level_2 a:hover {
	color:#f00;
	text-decoration:underline;
}

#navi li .level_3 a {
	color:#000;
	text-decoration:none;
}

#navi li .level_3 a:hover {
	color:#f00;
	text-decoration:underline;
}

#navi .cur_level_1 a {
	color:#f00;
	text-decoration:underline;
}

#navi .cur_level_2 a {
	color:#f00;
	text-decoration:underline;
}

#navi .cur_level_3 a {
	color:#f00;
	text-decoration:underline;
}

#content {
	padding:10px 15px 50px 15px;
	margin:-10px 0 0 200px;
	margin:0 0 0 200px;
	border-left:1px solid #EAF3FE;
	min-height:350px !important;
	height:auto !important;
	height:350px;
}

#content p {
	margin:10px 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:10px 0 10px 0;
}

h3 {
	border-bottom:1px solid #000;
}

h4 {
	border-bottom:1px dotted #000;
}

#content a:link, #content a:visited {	
	color:#000;
	text-decoration:underline;

}

#content a:hover, #content a:active, #content a:focus {
	background:#000;
	color:#fff;
	text-decoration:none;
}

#footer {
	clear:both;
	padding:4px 15px 5px 15px;
	background:#EAF3FE url(#) repeat-x top left;	
	text-align:center;

}

#footer h3 {
	display:none;
	font-weight:normal;
}

#footer a:link, #footer a:visited {
	padding:0 5px 0 5px;
	color:#000;
	text-decoration:underline;
	text-transform:uppercase;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color:#f00;
}

/* CSS STYLED IMGTEXT */
/* default styles for extension "tx_cssstyledimgtext" */
	/* 
	   Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
	   (c) the TYPO3 content rendering group 
	*/
	
	/* COMMON */
	.csi-textpic {
		padding: 5px;
	}
	
	.csi-textpic img {
		margin: 4px;
	}
	
	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	}
	
	.csi-textpic .csi-image {
		margin: 0 0 3px 0;  /*XXX demo only*/
		/*width: 210px; will have to be an inline style - controlled by TS*/
	}
	
	.csi-textpic .csi-imagewrap {

	}
	
	.csi-textpic .csi-text {
		text-align: left; /*will have to be an inline style - controlled by TS*/ 
	}
	
	.csi-text p {
		margin-top: 0;
	}
	
	/* CENTER */
	
	.csi-center .csi-image {
		margin: 0 auto 3px;
	
	}
	
	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}
	
	.csi-right div.csi-text {
		clear: right;
	}
	
	
	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
	}
	
	.csi-left div.csi-text {
		clear: left;
	}
	
	
	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 5px;
	}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}
	
	
	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		/*margin-right: 215px; will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-right-nowrap .csi-image {
		float: right;

	}
	
	
	/* INTEXT LEFT NOWRAP*/	
	.csi-intext-left-nowrap .csi-text {
		margin-left: 215px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-left-nowrap .csi-image {
		float: left;
	}
@media screen and (min-width: 550px){
#all {	
	margin-top:-9px !important;
}
#head {
margin-left: 2px !important;
}
#navi {
margin-left:2px !important;
}
#navi ul {
	margin:0 0 0 0 !important;
}
#footer {
margin-bottom:-10px !important;
}
}

