@charset "iso-8859-1";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

/*Textfarben*/

.rot { 
	color:#F00
}
.werbung_rechts {
	display: none;
}

.werbung_unten {
	display: none;
}

main {
	display: block;
}

ul {
	list-style: none;
}

#mainHeader {
	height: 50px;
	background: #4B92D9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #447ABB;
	border-bottom-color: #447ABB;
	text-align: center;
	
}

#mainHeader h1 {
	font-size: 16px;
	position: relative;
	top: 50%;
	margin-top: -8px;
}

#navilinks  {
	padding-left: 4px;
	padding-right: 4px;
	/*border: 1px solid #000000;*/ /*#### Hilfseigenschaft ###*/
}

#navilinks h2, h3 {
	font-size: 16px;
}

#navilinks h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#navilinks a { 
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}

#navilinks a:link {
	color: #0066CC;
	text-decoration: none;
}
#navilinks a:visited {
	text-decoration: none;
	color: #0066CC
}
#navilinks a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#navilinks a:active {
	color: #0066CC
}

#linkmenue li {
	margin-bottom: 4px;
}

#content {
	padding-left: 4px;
	padding-right: 4px;
}

#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#content p {
	padding-bottom: 10px;
}

p.gesetzbeschreibung span {
	font-weight: bold;	
}

#content a:link {
	color: #0066CC;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #0066CC;
}
#content a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#content a:active {
	color: #0066CC;
	text-decoration: underline;
}


#footer {
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 16px;
	/*display: block;*/
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}

#naviunten li {
	margin-bottom: 4px;
}
#naviunten li a {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}
#naviunten a:link {
	text-decoration: none;
	color: #000000;
}
#naviunten a:visited {
	text-decoration: none;
	color: #000000;
}
#naviunten a:hover {
	text-decoration: none;
	color: #0000FF;
}
#naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}

#lisgb1 a:after {
	content: " - Allgemeiner Teil";
}
#lisgb2 a:after {
	content: " - Bürgergeld Grundsicherung f. A.";
}
#lisgb3 a:after {
	content: " - Arbeitsförderung";
}
#lisgb4 a:after {
	content: " - Vorschriften Sozialversicherung";
}
#lisgb5 a:after {
	content: " - Gesetzliche Krankenversicherung";
}
#lisgb6 a:after {
	content: " - Gesetzliche Rentenversicherung";
}
#lisgb7 a:after {
	content: " - Gesetzliche Unfallversicherung";
}
#lisgb8 a:after {
	content: " - Kinder- und Jugendhilfe";
}
#lisgb9 a:after {
	content: " - Reha Teil. behinderter Menschen";
}
#lisgb10 a:after {
	content: " - VerwVerf. u. Sozialdatenschutz";
}
#lisgb11 a:after {
	content: " - Soziale Pflegeversicherung";
}
#lisgb12 a:after {
	content: " - Sozialhilfe";
}
#lisgb14 a:after {
	content: " - Soziale Entschädigung";
}
#lialg a:after {
	content: " - Alterssicherung der Landwirte";
}

#libafoeg a:after {
	content: " - Ausbildungsförderungsgesetz";
}

#libeeg a:after {
	content: " - Elterngeld u. Elternzeit";
}

#libkgg a:after {
	content: " - Bundeskindergeldgesetz";
}

#libvg a:after {
	content: " - Bundesversorgungsgesetz";
}

#liifsg a:after {
	content: " - Infektionsschutzgesetz";
}

#liksvg a:after {
	content: " - Künstlersozialversicherung";
}

#likvlg1989 a:after {
	content: " - Krankenversicher. Landwirte";
}

#lisgg a:after {
	content: " - Sozialgerichtsgesetz";
}

#livag a:after {
	content: " - Versicherungsaufsichtsgesetz";
}

#livvg a:after {
	content: " - Versicherungsvertragsgesetz";
}

#liwogg a:after {
	content: " - Wohngeldgesetz";
}

@media screen and (min-width:400px) {
#lisgb1 a:after {
	content: " - Allgemeiner Teil";
}
#lisgb2 a:after {
	content: " - Bürgergeld Grundsicherung Arbeitsuchende";
}
#lisgb3 a:after {
	content: " - Arbeitsförderung";
}
#lisgb4 a:after {
	content: " - G. Vorschriften für die Sozialversicherung";
}
#lisgb5 a:after {
	content: " - Gesetzliche Krankenversicherung";
}
#lisgb6 a:after {
	content: " - Gesetzliche Rentenversicherung";
}
#lisgb7 a:after {
	content: " - Gesetzliche Unfallversicherung";
}
#lisgb8 a:after {
	content: " - Kinder- und Jugendhilfe";
}
#lisgb9 a:after {
	content: " - Reha. und Teilhabe behinderter Menschen";
}
#lisgb10 a:after {
	content: " - Verwaltungsverfahren und Sozialdatenschutz";
}
#lisgb11 a:after {
	content: " - Soziale Pflegeversicherung";
}
#lisgb12 a:after {
	content: " - Sozialhilfe";
}
#likvlg1989 a:after {
	content: " - Krankenversicherung der Landwirte";
}


}

@media screen and (min-width:768px){
	html, body {
	height: 100%;
}

.wrapper {
	min-height:100%;
}

#mainHeader { 
	height: 44px;
}

#navilinks h2 {
		font-size: 13px;
		margin-top: 0px;	
}

#navilinks h3 {
		font-size: 13px;	
}

#navilinks a {
		font-size: 15px;	
}

#linkmenue a:after {
	content: none;
}

#navilinks a {
	border: none;
	height: auto;
	line-height: 1.5;
}

#linkmenue li {
	display: inline;
}

#navilinks {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 54px; /*von 44px auf 54px erhöht und Rand von h2 auf 0 gesetzt*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#content {
	margin-left: 180px;
	margin-top: 10px;
	font-size: 14px;
}

#content h2 {
	font-size: 14px;
}

p.gesetzbeschreibung {
	display: inline;	
}

#naviunten li {
	display:inline;
	margin-bottom: 0px;
	margin-right: 10px;
}

#naviunten li a {
	display: inline;
	border: none;
	line-height: normal;
}

#footer {
	height: 20px;
	font-size: 13px;
	text-align: center;
	/*clear: both;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -20px;
}

}

@media screen and (min-width:895px) {
	
#content {
	/*margin-right: 165px;*/
	margin-right: 10px;
}
	
.werbung_rechts {
	display: block;
	/*height: 101%;*/
	width: 160px;
	float: right;
	height: 600px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 4px;
}

#footer {
	clear: both;
}

}

@media screen and (min-width:1250px) {

.werbung_unten {
	display: block;
	width: 728px;
	height: 90px;
	/*border: 1px solid #000000;*/
	margin-left: auto;
	margin-right: auto;
	}

}