/******************************************************\
* Der gesamte Body                                     *
\******************************************************/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #e6e6e6;
	text-align: center;
}

#background
{
	width: 1000px;
	background-image: url(Images/Hintergrund.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
}

#page
{
	margin: 0 15px;
}

#shadow_top
{
	height: 30px;
	background-color: #e6e6e6;
	background-image: url(Images/Schatten_Oben.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#shadow_bottom
{
	clear: both;
	height: 30px;
	background-color: #e6e6e6;
	background-image: url(Images/Schatten_Unten.png);
	background-repeat: no-repeat;
	background-position: top;
}

form
{
	margin: 0px;
	padding: 0px;
}

/******************************************************\
* Allgemeine Schriftformatierungen                     *
\******************************************************/

a
{
	color: #000;
}

p
{
	margin: 17px 0px;
	line-height: 14pt;
	text-align: justify;
}

td
{
	line-height: 14pt;
	text-align: justify;
}

h1, h1 a
{
	font-weight: bold;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}

h1
{
	margin: 10px 0px 17px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: dashed 1px #000;
}

h2, h2 a
{
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
}

h2
{
	margin: 30px 0px 17px 0px;
}

h3, h3 a
{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}

h3
{
	margin: 30px 0px 17px 0px;
}

h4, h4 a
{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}

h4
{
	margin: 30px 0px 17px 0px;
}

.small
{
	font-size: 8pt;
	line-height: 12pt;
}

.warning, .caution, .important
{
	background-color: #f6e3dc;
	border: solid 1px #B82737;
	padding: 5px;
	margin: 10px 0px;
}

.note, .tip
{
	background-color: #eee;
	border: solid 1px #888;
	padding: 5px;
	margin: 10px 0px;
}

.highlight
{
	font-style: italic;
}

ol, ul, dl
{
	margin: 0px 10px;
	padding: 0px;
}

li
{
	margin: 2px 25px;
	padding:0px;
}

dd, dt
{
	margin: 2px 10px;
}

hr
{
	margin: 10px 0px;
	color: #000;
	height: 1px;
}

img
{
	border: 0px;
}

.screenshot
{
	margin: 10px 10px 10px 0px;
}

/******************************************************\
* Die obere Menüleiste                                 *
\******************************************************/

#menu_head
{
	margin: 0px;
	padding: 3px 0px;
	color: #555;
	font-weight: normal;
	text-decoration: none;
	background-color: #c5c5c5;
	border-bottom: solid 1px #555;
	font-size: 8pt;
	height: 13px;
	text-align: left;
}

#menu_head_content
{
	width: 970px;
	margin: 0 auto;
}

#menu_head_content #support
{
	float: right;
}

#menu_head a
{
	color: #555;
	text-decoration: none;
	margin: 0px 10px;
}

#menu_head a.current
{
	font-weight: bold;
}

/******************************************************\
* Der Seitenheader                                     *
\******************************************************/

#header
{
	background-image: url(Images/Header_Hintergrund.png);
	height: 140px;
	width: 970px;
}

#Master_header_logo_text
{
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

#Master_header_logo_bild
{
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

/******************************************************\
* Die Leiste auf der rechten Seite                     *
\******************************************************/

#seitenleiste
{
	float: right;
	margin: 10px 3px;
	width: 197px;
	font-size: 8pt;
}

#seitenleiste p
{
	margin: 5px 5px 5px 0px;
	line-height: 12pt;
	text-align: left;
}

#seitenleiste ul
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}

#seitenleiste ul li
{
	margin: 2px 0px;
	font-weight: bold;
}

#seitenleiste ul li ul
{
	margin: 0px;
}

#seitenleiste ul li ul li
{
	font-weight: normal;
	margin: 2px 0px;
	padding-left: 10px;
	background-image: url(Images/Seitenleiste_Listimage.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

#seitenleiste ul li a
{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#seitenleiste ul li a:hover, #seitenleiste ul li a:active
{
	text-decoration: underline;
}

#seitenleiste .mehr
{
	text-align: right;
}

/******************************************************\
* Die Sie-Sind-Hier-Leiste                             *
\******************************************************/

#infoleiste
{
	background-color: #ccc;
	width: 760px;
	color: #555;
	border-bottom: solid 1px #999;
}

#infoleiste a
{
	color: #555;
}

#infoleiste span
{
	display: block;
	padding: 1px 10px;
}

#infoleiste span span
{
	display: inline;
	padding: 0px;
}

#infoleiste span.login
{
	float: right;
}

/******************************************************\
* Der Contentbereich                                   *
\******************************************************/

#content
{
	width: 720px;
	margin: 10px 20px;
}

/******************************************************\
* Die Copyright-Leiste                                 *
\******************************************************/

#copyright
{
	margin-top: 50px;
	padding: 5px 0px;
	font-size: 8pt;
	color: #aaa;
	text-align: right;
}

#copyright a
{
	color: #aaa;
}

/******************************************************\
* Tabellen                                             *
\******************************************************/

table.visible
{
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	margin: 10px 0px;
}

table.visible tr
{
	background-color: #EEE;
}

table.visible .dark
{
	background-color: #DDD;
}

table.visible .white
{
	background-color: #FFF;
}

table.visible tr.blind
{
	background-color: #FFF;
	height: 10px;
}

table.visible th
{
	background-color: #000;
	text-align: left;
	padding: 4px 10px;
	font-weight: normal;
	color: white;
	font-size: 10pt;
}

table.visible thead
{
	background-color: #000;
	text-align: left;
	padding: 4px 10px;
	font-weight: normal;
	color: white;
	border: solid white 1px;
	font-size: 10pt;
}

table.visible td
{
	margin: 0px;
	padding: 4px 10px;
	border: solid white 1px;
	font-size: 10pt;
	vertical-align: top;
}
