/**
 * Style sheet xBasic
 */
/* Anzeige der Zurück-links */
p.back
{
	margin-top:10px;
	padding-left:25px;
	background-image:url("tl_files/Layout_Dateien/linkpfeil.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

/* Kopfzeile mit Bild */
#header
{
	height:150px;
	margin-top:5px;
	background-color:#cccccc;
	background-image:url("tl_files/Layout_Dateien/logo4.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

/* Zeile zwischen Header und Main weiss einfärben */
#wrapper
{
	background-color:#ffffff;
}

/* Hauptteil runterschieben und einrücken */
#container
{
	padding-top:5px;
	padding-left:5px;
	background-color:#ffffff;
}

/* Hauptspalte */
#main
{
	background-color:#ffffff;
}

/* Hauptspalte */
#left
{
	background-color:#ffffff;
}

/* Trennlinie gestrichelt auf der linken Seite für Artikel */
.linielinks
{
	border-left:1px dotted #ff0000;
}

/* Trennlinie gestrichelt auf der unteren Seite für Artikel */
.linieunten
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ff0000;
}

/* Schottenhost */
#schottenhost
{
	margin-top:15px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-top:1px dotted #ff6633;
	border-bottom:1px dotted #ff6633;
}

/* Container Schottenhost Werbebild */
#werbebild
{
	text-align:center;
}

/* bild eingebunden */
body
{
	background-color:#e5e5e5;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial,Helvetica,sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial,Helvetica,sans-serif;
}

/* Generelle Schriftgrösse hier einstellen */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#000000;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

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

a:hover
{
	text-decoration:underline;
}

/* Linkbild Softwarepatente */
#softwarepatente
{
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

