/*****************************************************************************
 lcde-style.css
 Autor: Michael Lindner
 Version: 1.0
 Erstellt am: 20.12.2004
 Kommentar:
 Seitenstylesheet für die Lindcom Group. Abgeleitet von der LSO-Vorlage.
 *****************************************************************************/
 
@import "lcde_silverbar.css";
@import "lcde_fusszeile.css";
@import "lcde_menu.css";

html
{ 
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

table
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

pre
{
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 10px;
	margin:5px;
	padding: 5px;
	border: 1px dotted #C0C0C0;
	background-color:#EFEFEF;
}

.fett
{
	font-weight: bold;
	position: relative;
}

.kursiv
{
	font-style: italic;
	position: relative;
}

a
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	color: #FF8800;
}

a:visited
{
	color: #FF3300;
}

a:active
{
	color: #FF8800;
}

/*****************************************************************************
 KOPFBEREICH.
 *****************************************************************************/

h2
{
	font-size: 13px;
	padding-top: 10px;
	color: #564b47;
	background-color: transparent;
	font-weight: bold;
}


h1
{
	font-size: 15px;
	color: #665544;
	padding: 0px;
	margin-top: 20px;
	font-weight: bold;
}

#hauptteil
{
	margin: 0px 100px 0px 100px;
	padding: 10px 0px 10px 0px;
	background-color: #ffffff;
	width: 600px;
	min-height: 200px;
	position: relative;
	top: 5px;
	text-align: justify;
}

/*****************************************************************************
 FEATURES.
 *****************************************************************************/

#swapping
{
	display: none;
}
