/* ---

									www.peter-eder.at
									
									Site production : Kufferath, Werbeagentur
									http://www.kufferath.at
									
									Creation & Development : Milo A. Yanakiev
									2010©.may
	
	--- */
	
	

/* SITE */
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #82878C;
}

/* TYPO */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

h1 {
	font-size: 36px;
	}

h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}

h4 {
	font-size: 14px;
	}
	
h5 {
	font-size: 12px;
	}

h6 {
	font-size: 10px;
	}
	
/* LINK */
a {
	color: #82878c;
	text-decoration: none;
	}
	
a:hover {
	color: #5a5f64;
	text-decoration: none;
	}


/* STRUCTURE */
#startpage {
	position:absolute;
	width: 700px;
	height: 50px;
 	margin: -25px 0px 0px -300px;
 	top: 50%; 
 	left: 50%;
}

#head {
	width: 370px;
	height: 30px;
	margin: 120px 0 0 80px;
	}
	
#navigator {
	float: left;
	margin: 50px 0 70px 60px;
	width: 280px;
	}
	
ul.level2nav{
	font-family: Geneva, Verdana, sans-serif;
	font-size: 14px;
	padding: inherit;
	text-align: right;
	}

ul.level2nav a {
	color: #82878c;
	text-decoration: none;
	}
	
ul.level2nav a:hover {
	color: #5a5f64;
	text-decoration: none;
	}
	
ul.level2nav li{
	display: block;
	list-style-type: none;
	margin: 20px 20px 10px; 
	}
	
ul.level2nav li .active {
	color: #32373c;
	}
	
ul.level3nav{
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	padding: inherit;
	margin: 0px 0px 35px;
	}
	
ul.level3nav li{
	display: block;
	list-style-type: none;
	margin: 0px 10px 5px; 
	}
	
ul.level4nav{
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	padding: inherit;
	margin: 0px 0px 15px;
	}
	
ul.level4nav li{
	display: block;
	list-style-type: none;
	margin: 0px 0px 2px; 
	}
	
#viewer {
	font-family: Geneva, Tahoma, sans-serif;
	color: #000;
	margin: 60px 100px 0 370px;
	min-height: 350px;
	}
	
#viewer a {
	color: #6482A0;
	text-decoration: none;
	}
	
#viewer a:hover {
	color: #32373C;
	text-decoration: none;
	}
	
#viewer .wysiwyg-standard	{
	width: 700px;
	margin: 0 50px 10px 0;
	line-height: 18px;
	}
	
#viewer .wysiwyg-standard .floatRight	{
	margin: 5px 0 0 20px;
	float: right;
	}
	
#viewer .wysiwyg-standard .floatLeft	{
	margin: 5px 20px 0 0;
	float: left;
	}
	
#viewer .wysiwyg-standard .line-clear	{
	margin: 0px;
	height: 10px;
	clear: both;
	}

	
#viewer .wysiwyg-standard .desc{
	font-size: 10px;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin: 0;
	}
	
#viewer .wysiwyg-objekte	{
	margin: 0 50px 10px 0;
	line-height: 18px;
	width: 100%;
	float: left;
	}

#viewer .wysiwyg-objekte table{
	margin: 0 0 50px 0;
	}
	
#viewer .wysiwyg-objekte td{
	width: 300px;
	padding: 0px 20px 0px 0px;
	}
	
#viewer .wysiwyg-objekte p{
	width: 280px;
	padding: 0px 20px 0px 0px;
	}
	
#breadcrumb {
	clear: both;
	font-size: 12px;
	color: #32373c;
	margin: 100px 0 10px 190px;
	}
	
#breadcrumb .down{
	color: #32373c;
	}

	
#breadcrumb .link{
	font-size: 11px;
	}
	
#breadcrumb-arch {
	clear: both;
	font-size: 12px;
	color: #32373c;
	margin: 100px 0 10px 200px;
	}

#breadcrumb-arch .down{
	color: #32373c;
	}
	
#breadcrumb-arch .link{
	font-size: 11px;
	}
	
	
.line-clear	{
	clear: both;
	margin: 0px;
	height: 10px;
	}

#viewer .download	{
	margin: 0px;
	height: 40px;
	clear: both;
	}
	
/* fileicons */

.link_icon {
	display:block;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	height: 30px;
	width: 300px;
}
.ico_pdf { background-image:url(./fileicons/fico_pdf.gif); }
.ico_xls { background-image:url(./fileicons/fico_xls.gif); }
.ico_doc { background-image:url(./fileicons/fico_doc.gif); }
.ico_zip { background-image:url(./fileicons/fico_zip.gif); }
.ico_jpg, .ico_jpeg { background-image:url(./fileicons/fico_jpg.gif); }
.ico_gif, .tif { background-image:url(./fileicons/fico_pic.gif); }
.ico_def { background-image:url(./fileicons/fico_def.gif); }

#categorylist {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #32373c;
	margin: 0px 0px 15px;
	height: 35px;
	width: 90%;
	
}


#categorylist ul {
	color: #32373c;
	margin: 0;
	padding: inherit;
	
	}
	
#categorylist li {
	color: #32373c;
	float: left;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0 3px;
	}

#categorylist a {
	color: #82878c;
	text-decoration: none;
	}

#categorylist a:hover {
	color: #5a5f64;
	text-decoration: none;
	}
	
/*---*/
#categorylist .active li {
	color: #32373c;
	float: left;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0 3px;
	text-decoration: underline;
	}

#categorylist .active a {
	color: #32373c;
	}

#categorylist .active a:hover {
	color: #32373c;
	}
	

	
	
#categorylist .down {
	color: #32373c;
	}
	
#categorylist .down, #categorylist .down a, #categorylist .down a:hover {
	color: #32373c;
	}
