
body, html{
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding:0;
	margin:0;
	position:relative;
	}
	
div#robolympics {
	margin-left:auto;
	margin-right:auto;
	left:auto;
	right:auto;
	z-index: 0;
	width:916px;
	background-color: white;
	border: solid 1px #FF6600;
}


div#inhaltsbereich{
	min-height: 550px;
	 position:relative;
	 z-index: 1;
	 width: 916px;
	 }
	 
div#footer{
    width:890px;
	left: 15px;
    height:20px;
	clear: left;
	position: relative;
	border-top: 1px #333333 solid;
	}	 
	
div#spaltelinks{
	margin-left: 100px;
	width: 480px;
	margin-top: 52px;
	margin-bottom: 40px;
	position: relative;
	float: left;
/*	background-color:fuchsia;
*/	z-index:1;
	}
	
div#spalterechts{
	width: 200px;
	float:left;
	margin-top: 10px;
	margin-left: 120px;
	position: relative;
	margin-bottom: 40px;
	z-index:1;}		

div.box{
	border: 2px solid #999999;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	

div.box h1,
div#spalterechts h1{
	background-color:#999999;
	font-size: 12px;
	color: white;
	padding-bottom: 2px;
	position: relative;
	padding-left: 3px;
	margin-top:0;
	line-height: 14px;
	}
	
		
div.box div.boxcontent{
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 180px;
	margin-right:3px;}	


div.box div#boxcontent *{
	font-size: 11px;
	line-height: 16px;}




p.bodytext,
p {
	margin-top:5px;
	margin-bottom:3px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.bodytext a {
	color: #0063A2;
	text-decoration: underline;
}

h1.csc-firstHeader{
	margin-top: 0;}

h1 {
	font-size: 18px;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	color:#1E1E1E;
	margin-top: 0px;
	padding-top:0;
	line-height: 18px;
	margin-bottom:12px;
}
h2{
	font-weight: bold;
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 3px;
	color:#585858;
}
h3{
	color:#585858;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 15px;
	font-weight: bold;
}
h5 {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	background-color:#EEE;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding-left: 5px;
	margin-top: 12px;
	margin-bottom: 5px;
}

form .text {
	border-color: #ccc;
	width: 200px;
}
form .button {
	padding: 0 5px 0 5px;
	border-color: #ccc;
	background-color: transparent;
}
form .button.image {
	background-color: transparent;
}

div#header {
	position:relative;
	width: 916px;
	background-color:#FF6600;
	z-index:1;
	height: 150px;
	margin:0;
	padding:0;
	top: 0;
}
div#logohsr{
	margin-top: 13px;}

div#logo{
	background-color: yellow;
	margin-left: 580px;
	top: 43px;
	position: relative;
	width: 324px;}


div.csc-textpic-intext-left-nowrap div.csc-textpic-text{
	padding-left: 20px;
	padding-bottom: 10px;}


div.csc-textpic-imagewrap {
	padding-bottom:20px;
	padding-right: 15px;
}

/*  entfernt den Linkrahmen  um das bild  */ 
img {
	border: none;
}




/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css,v 1.1 2005/12/28 00:49:11 mundaun Exp $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left {
	text-align: left;
}
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center {
	text-align: center;
}
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right {
	text-align: right;
}
/* Bullet styles for unordered lists.*/
ul.component-items {
	color:#0063A2;
	list-style-type: circle;
}
ul.action-items {
	background-image:url(../bilder/bullet.gif);
    background-repeat: no-repeat;
}
/* Numbering styles for ordered lists.*/
ol.component-items-ordered {
	color:#0063A2;
	list-style-type: lower-roman;
}
ol.action-items-ordered {
	color:#0063A2;
	list-style-type: lower-greek;
}
/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important {
	color: #FF0000;
	font-weight: bold;
}
span.info {
	color:#0063A2;
}
span.detail {
	color:#0063A2;
}
span.reserve {
	color:#0063A2;
}
DIV.csc-frame-rulerBefore {
	border-top: 1px solid #BECADC;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
DIV.csc-frame-rulerAfter {
	border-bottom: 1px solid #BECADC;
	padding: 0px 0px 3px 0px;
	margin-bottom:20px;
	margin-top: 5px;
}
DIV.csc-frame-frame1 {
	background-color: #BECADC;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}

DIV.csc-frame-frame2 {
 background-image: url(/fileadmin/templates/bilder/neu.jpg);
  background-repeat: no-repeat; 
left: -45px;
position: relative;
padding-left: 45px;
padding-top: 5px;
}
/**************  table  content  **************/
/* firefox */
table.contenttable p, table.contenttable p.bodytext {
	margin:0;
	padding:0;
}

table.contenttable td {
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}

fieldset.tx-powermail-pi1_fieldset,
div.tx-powermail-pi1_formwrap{
border: none;
margin:0;
padding-left:0;
}

fieldset.tx-powermail-pi1_fieldset label{
width: 150px;
display: block;
float: left;
}
fieldset.tx-powermail-pi1_fieldset input{
width: 250px;
}

fieldset.tx-powermail-pi1_fieldset legend{
padding:0;
margin:0;
display: none;}

