﻿/* Style Sheet für Ebene 2 */
*
/* Reset der Browser-Defoultwerte*/
{
	padding:0;
	margin:0;
}

BODY
{
	background-color:#FFF;
	margin-left:20px;
}

/*+++++++++++++++++++++++++++++++++++ Bereich der ID- Festlegungen ***************************************************/
#wrapper
{
	width:960px;
	margin:0 auto;
	background:#ddd;
}

#header
{
	float:left;
	background:#FFF;
	margin:0;
	width:100%;
	height:auto;
}

#column11
{
	width:80%;
	float:left;
	background:#FFF;
	margin:0;
}

#column12
{
	width:80%;
	float:left;
	background:#FFF;
	background-attachment:fixed;
	margin:0;
}

#column2
{
	float:right;
	background:#FFE;
    margin:0 4px 0 0;
	width:19%;
	height:100%;
	border:thin;
/**/
	border-style:solid;
	border-color:#666;
}

#footer
{
	clear:both;
	width:100%;
	height:80px;
	border-top:2px solid #444;
	float:left;
	background:#FFF;
	/*margin:10px 0 0 0;*/
	padding:6px 0 0 0;
}
/***************************************************Bereich der Class_Festlegungen *************************/

.navbar
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.navbarleft
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.navbar li 
{
	float:right;
	text-align:center;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-width:0px;
	border-bottom-style:solid;
	/*background:#FFE;*/
	border-color:#666;
}

.navbar li a
{
	display:block;
	width:120px;
	font-size:11px;
	font-weight:500;
	margin:0;
	padding:5px;
}
.navbarleft li a
{
	display:block;
	width:170px;
	font-size:11px;
	font-weight:400;
	margin:0;
	padding:4px;
}
.navbarleft li{
	float:right;
	text-align:center;
}

/*Navigation in der Seitenleiste*/
.navright li
{
	list-style-type:none;
	margin:5px;
}

.navright li a
{
	display:block;
	width:150px;
	font-size:11px;
	font-weight:500;
	margin:0;
	padding:5px;
	text-align:left;
}

/*Markierung eines Textes*<stext class="marked"></text>*/
.marked
{
	background-color:#Ff0;
}
.gelb
{
	background-color:#ff0;
}
.smal
{
	font-size:11px;
}
.killd
{
	text-decoration:line-through;
}

.titel
{
	display:block;
	width:220px;
	azimuth:text-align:left;
	border:none;
	font-size:18px;
	color:#c05;
	font-family:Times New Roman;
	font-style:normal;
	Float:left;
}

.firma
{
	color:#c06;
	font-weight:600;
}

p.info1
{
/*color:red; */
	font-size:80%;
}

p.info2
{
	color:#444;
	font-size:70%;
	font-style:bold;
	text-align:left;
}


/* ****************************************** Bereich der Elementeeigenschaften '''''''''''''''''''''''''''''''''''''' 
*/

a:link
{
	font-weight:400;
	text-decoration:none;
/*color:#227733;                   /*#6B8E23;*/
}

a:visited
{
	font-weight:700;
	text-decoration:none;
}

a:hover
{
	background-color:#aaa;
	/*text-decoration:underline;*/
}

h1
{
	font-size:20px;
	color:#6ad;
	font-family:Times New Roman,sans-serif;
	font-style:normal;
	text-align:left;
	margin:15px 0 0 10px;
}

h2
{
	font-size:16px;
	color:#900;
	font-family:Times New Roman;
	font-style:normal;
	text-align:left;
	margin-top:20px;
	margin-left:88px;
}

h3
{
	font-size:14px;
	color:maroon;
	font-family:Times New Roman;
	font-style:normal;
	margin-top:8px;
	margin-left:88px;
}

p,td,ul
{
	font-size:13px;
	font-weight:500;
	color:#033;   		/*#660066;*/
	text-align:left;		/*justify;*/
	padding:10px;
	line-height:120%;
	font-family:Verdana,Arial,sans-serif;
}

table
{
	border:0px;
	border-style:non;
	border-color:red;
	width:auto;
}

td
{
	vertical-align:top;
}

/* ----------------------------------------------------------------Tabellenparameter-----------------
td       { height:200px; }
.oben    { vertical-align:top; background-color:#CCCCCC; }
.mittig  { vertical-align:middle; background-color:#DDDDDD; }
.unten   { vertical-align:bottom; background-color:#EEEEEE; }
</style>
</head><body>

<table border="1"><tr>
<td class="oben"><b>Text oben</b></td>
<td class="mittig"><b>Text mittig</b></td>
<td class="unten"><b>Text unten</b></td>
</tr></table>
*/