/* 
  Titel: brille-direct.de CSS Stylesheet
  Autor: Torben hansen, Skyfillers GmbH
  Datum: 17.04.2009
*/

/************************************************************/
/* Allgemeine Schrift-Typen festlegen                       */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select { font-family: Verdana, Helvetica, Sans-Serif; color: #3c3c3c; font-size: 12px;}

pre { font-family: monospace; }
form { margin: 0px 0px 0px 0px;}

p, pre { margin: 0; line-height: 1.6em;}
p, td, ul, ol { font-size: 12px; }

a { color: #C21267; text-decoration: none; }
a:hover { color: #C21267; text-decoration: underline; }

#content-container ul {
	margin: 15px 0 20px 0;
	padding: 0;
}

#content-container ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;

	background-image: url(../gfx/li.jpg);
	background-repeat: no-repeat;  	

	list-style: none;
	line-height:18px;
}

p.bodytext {
	line-height:18px;
	margin: 0 0 10px 0;
}

/************************************************************/
/* Formatierungen	Seite                                     */
/************************************************************/
body {
  height: 100%;
	margin: 0;
	padding: 0;
  text-align: center;
  min-width: 985px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	
	background-image: url(../gfx/bg-header.gif);
	background-repeat: repeat-x;  	

  background-color: #FFFFFF;
}

html, body { 
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
	width: 985px;
	margin: auto;
	text-align: left;
	vertical-align: middle;
}

#main {
	width: 985px;

	min-height: 500px;
	height:auto !important;
	height: 500px;	
	
	margin: 14px 0 0 0;
}

#header {
	width: 100%;
	height: 175px;
	
	background-image: url(../gfx/logo.gif);
	background-repeat: no-repeat; 
	background-position: center;				
}

#menutop {
	padding: 15px 0 0 0;
	width: 100%;
	color: #FFFFFF;
	text-align: right;
}

#menumain {
	padding: 0;
	width: 100%;
	height: 39px;
	color: #FFFFFF;
	text-align: center;
	background-color: none;
}

#content-container {
	margin: 50px 0;	
}

#right {
	float: right;
	padding: 0;
	margin: 0;	
	width: 226px;
}

#glayernav2{
  text-align: center;
  height:39px;  
  margin:0;
  padding:0;
  width: 100%;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1pt;
}

/************************************************************/
/* Formatierungen	Menus                                     */
/************************************************************/
#menutop ul {
	margin: 0;
	padding: 0;
}

#menutop ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menutop a,
#menutop a:hover {
	text-decoration: none;
}

#menumain ul {
	margin: 0;
	padding: 0;
}

#menumain ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menumain a,
#menumain a:hover {
	text-decoration: none;
}

/************************************************************/
/* Formatierungen	?berschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin: 0px; }




