/** w3-konforme browser **/

/**
	WICHTIGER HINWEIS!

	DIESER QUELLTEXT UNTERLIEGT DEM URHEBERRECHT UND DARF
	OHNE VORHERIGE SCHRIFTILICHE ZUSTIMMUNG DES AUTORS
	NICHT KOPIERT (WEDER IN TEILEN NOCH ZUR GÄNZE) ODER
	AUF SONSTIGE WEISE VERVIELFÄLLTIGT ODER AUF ANDERE
	WEISE VERWENDET WERDEN!

	(c) 2007 Werner Scheidl, W.Scheidl KEG PC trade partnership
	http://www.wsedv.at
**/

div,p,td,ul,a,input,textarea {color: #000000;}
.rahmenunten {border-bottom: 1px solid #000000;}
.rahmenunten2 {border-bottom: 2px solid #000000;}
.rahmenunten3 {border-bottom: 3px solid #000000;}
.rahmen {border: 1px solid #000000;}
.rahmen2 {border: 2px solid #000000;}
.rahmen3 {border: 3px solid #000000;}

img {
	border: 1px solid #000000;
}

/** seitentexte **/

.seitentextbreite {
	width: 95%;
}

.firsttitlechr {
	color: #000000;
}


/** content-layout **/

#body_all,#body_popupcontent {
	width: 100%;
	height: auto;
	overflow: visible;
	background-color: #ffffff;
}

#table_container {
	width: 100%;
	height: auto;
}

#div_container {
	position: static;
	width: 100%;
	height: auto;
	overflow: visible;
	background-image: url();
}

#div_menu_container,#div_titel {
	display: none;
	visibility: hidden;
}


#div_content_container {
	position: static;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	border: 1px solid #ffffff;
	background-image: url();
}

#div_content {
	position: relative;
	margin: 10px;
}