/* -----------------------------------------------------------------------------------------
   oc.css,v 1.0 2009/05/21 17:17:17

   Dipl.-Ing.(fh) Steffen Steiner
   http://www.orange-concept.de Medienagentur

   Copyright (c) 2009 Dipl.-Ing.(fh) Steffen Steiner
   ---------------------------------------------------------------------------------------*/
html, body
{
  height: 100%;
  width:100%;
  margin: 0px 0px;
  font-family:Arial,helvetica,verdana;
  font-size:small;
  color:#333;
  background-color:#ff9900;
}

/* -----------------------------------------------------------------------------------------
   Kopf,Bauch,Fu�
   ---------------------------------------------------------------------------------------*/
#kom {
height: 			100%;
width:				100%;
margin:				0px;
padding:			0px;
}
#inhalt {
height:				600px;
width:				600px;
margin-top:			-300px;
margin-left:		-300px;
top:				50%;
left:				50%;
position:			absolute;
border:				0px dotted black;
	}
#inner {
padding:			0px;
	}
