﻿/* Stylesheet zum Dienstleistungs-Portal*/
/* Autor: Baron Consult EDV-Beratung und -Service, München*/
@charset "utf-8";

/* Reset von browserbezogenen Vorgaben */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1,2;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* Hier geht's los */

body
{
	background-color: #f7f7f7;
	/*Nur bei Bedarf: background: url(images/BILDDATEI.jpg) no-repeat;*/
	background-position: center;
	background-position: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
    color: #555555;	
}

h3
{
    font-size: 18px;
}

a
{
	color: #e86c0a;
	/* color: #000000; */
	text-decoration: none;
}

a:link
{

}

a:visited
{
	
}

a:hover
{
	font-weight:bolder;
}

b
{
    font-weight:bolder;
}

ul
{
	font-size: 14px;
	color: #555555;
	list-style:disc;
	margin: 20px;
	margin-top: -10px;
}

.ul_small
{
	font-size: 10px;
	color: #555555;
	list-style:disc;
	margin: 15px;
	margin-top: 0px;
}

thead
{
    font-weight: bolder;
}

.font_white
{
	color: #FFFFFF;
}

.font_white a:link
{
	color:#FFFFFF;
	text-decoration: none;
}

.font_white a:hover
{
	font-weight: bolder;
}

.font_white a:visited
{
	color:#FFFFFF;
}

.font_black
{
	color: #000000;
}

.small
{
    font-size: 10px;
}

#top_container
{
	width: 900px;
	height: auto;/*auf auto stellen, sobald Inhalte da sind*/
	margin-top: 20px;
	margin-bottom: 20px;
	left: 50%;
	margin-left: -450px;  /* hier die Hälfte der Breite des Wrappers angeben */
	position: absolute;
	/* background-color: #FF33FF; */
}

#top_text_container
{
	min-width: 100px;
	position: relative;
	text-align: left;
	float: left;
}

#menue_container
{
    width: 100%;
    height: 35px;
	top: 160px;
	position: absolute;
	background-color: #e86c0a;
}

#menue_sub_container
{
	width: 900px;
	height: 35px;
	left: 50%;
	margin-left: -450px;  /* hier die Hälfte der Breite des Wrappers angeben */
	position: relative;
    background-color: #e86c0a;
}

.menue_text_container
{
	width: 128px;
	height: 15px;
	padding: 10px;
	float: left;
	font-size: 12px;
}

.menue_text_container:hover
{
    background-color: #F8880A;
    font-weight: bolder;
}
	
#main_container
{
	width: 900px;
	height: 500px;/*auf auto stellen, sobald Inhalte da sind*/
	left: 50%;
	top: 190px;
	margin-left: -450px;  /* hier die Hälfte der Breite des Wrappers angeben */
	text-align: left;
	position: absolute;
	/* background-color: #FF3333; */
}

.left_container
{
	width: 250px;
	min-height: 80px;
	position: relative;
	margin-top: 10px;
	text-align: left;
	float: left;
}

.right_container
{
	width: 450px;
	min-height: 80px;
	position: relative;
	margin-top: 10px;
	margin-left: 350px;
	text-align: left;
}

#bottom_container
{
	text-align: center;
}

.seperator_container
{
	width: 900px;
	height:2px;
	background-color: #e86c0a;
	position: relative;
	margin-top: 0px;
	/* margin-left: 100px; */
}