
/******************************************************/
/* Grundgeruest                                       */
/******************************************************/

/* BODY-Tag */
BODY {
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#6B51A0;
}


/* Inhalt zentrieren */
TABLE.screenTable {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


/* Breite und Positionierung des Inhaltes */
TABLE.frameTable {
	width:750px;
	height:506px;
	margin:0px;
	padding:0px;
	border:0px none black;
	border-spacing:0px;
}


/* Bild */
TD.bild {
	width:230px;
	height:470px;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	background-image:url(titel.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:bottom left;
}


/* Inhalt */
TD.inhalt {
	width:510px;
	height:470px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}


/* Bereich fuer Text */
DIV.container {
	height:100%;
	overflow:auto;
	padding-left:10px;
	padding-right:30px;
	padding-top:16px;
	margin-bottom:auto;
}

DIV.textAbout {
	/*padding-right:50%;*/
	width:350px;
}



/******************************************************/
/* Allgemeine Schriftdarstellung                      */
/******************************************************/

BODY, TD, UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	color:#222222;
}



/******************************************************/
/* weitere Textfrmatierungen                          */
/******************************************************/

/* Seitenueberschrift */
.topic, .topic2, .bigtext {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height:120%;
	margin-bottom:48px;
	width:310px;
}

.topic {
	margin-top:18px;
}

.topic2 {
	margin-top:18px;
}


/* normaler Text */
.text, .textAbout {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	color:#222222;
	text-align:left;
	margin-bottom:10px;
}


/* fetter Text */
.textbold {
	font-weight:bold;
}


/* kursiver Text */
.textitalic {
	font-style:italic;
	color:#444444;
}


/* grosser Text */
.bigtext {
	font-size:24px;
	line-height:165%;
}


/* kleiner Text */
.smalltext {
	font-size:11px;
	line-height:150%;
}

A.smalltext {
	font-size:11px;
	color:#000088;
}


/* Produktlinien */
.profi, .ratio {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.profi {
	color:#466AA8;
}

.ratio {
	color:#000000;
	background-color:#ffff55;
}



/******************************************************/
/* Menue                                              */
/******************************************************/

/* Menuezeile */
TD.menuBar {
	width:740px;
	height:26px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background-color:#3B127A;
}


/* Grundeinstellung des Menues */
UL.menu {
	font-size:11px;
	margin:0px;
	padding:0px;
}


/* Einstellung fuer nicht aktive Menueeintraege */
UL.menu LI {
	color:#ffffff;
	margin:0px;
	padding:2px 0px;
	list-style-type:none;
	list-style-position:inside;
	display:inline;
}


/* Texteinstellung fuer den Titel nicht aktiver Menueeintraege */
UL.menu A, UL.menu A:visited, UL.menu SPAN {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding-left:6px;
	padding-right:6px;
	margin:0px;
}


/* Einstellung fuer aktuellen Menueeintrag */
UL.menu A:hover, UL.menu SPAN {
	color:#ffee00;
}



/******************************************************/
/* Startseite                                         */
/******************************************************/

DIV.start {
	height:100%;
	overflow:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:100px;
/*	background-image:url(logo_text.jpg);
	background-repeat:no-repeat;
	background-position:30px 30px;*/
}



/******************************************************/
/* Links allgemein                                    */
/******************************************************/

:link {
	color:#0000ff;
	text-decoration:underline;
}

:visited {
	color:#000099;
	text-decoration:underline;
}

:hover {
	color:#0000ff;
	text-decoration:underline;
}

:active {
	color:#0000ff;
	text-decoration:underline;
}

:focus {
	color:#0000ff;
	text-decoration:underline;
}



/******************************************************/
/* Download-Liste                                     */
/******************************************************/

OL.DLlist {
	margin-left:30px;
	padding-left:0px;
}

OL.DLlist LI.DLname {
	font-weight:bold;
	margin-top:10px;
}

OL.DLlist LI.DLdescription {
	margin-top:0px;
	list-style-type:none;
}

OL.DLlist LI {
	font-size:11px;
	font-weight:normal;
	margin-top:5px;
	list-style-type:disc;
	list-style-position:outside;
}



/******************************************************/
/* AGBs                                               */
/******************************************************/

OL.agb {
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	padding-left:25px;
}

OL.agb LI {
	width:90%;
	list-style-type:decimal;
}
