/* PARGEMA CSS Version 1.0
	Martin Hasieber */

/* =============================== 
*  Grundeinstellungen */
body, html {
	margin: 0;
	padding: 0;
	background-color: #B8D3D5;
	font-size: 100.1%;
	height: 100%;	
	font-family: Helvetica,Arial,Verdana,Sans-Serif;;
/*	text-align: center;  Zentrierung im Internet Explorer */
}

/* =============================== 
*  Grundgerüst */

div#stage {
	width: 930px;
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 20px;
	background-color: White;
	border: 1px solid #A59763;

}

div#logo {
	text-align: right;
	margin: 30px 15px 10px 0;
}

div#stripe1 {
	background-color: #A59763;
	height: 3px;
	font-size: 0px;
	line-height: 0px;
}

div#stripe2 {
	background-color: #E3DCB8;
	height: 14px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #A59763;	
}

div#navibox {
	background-color: #E3DCB8;
	margin: 0px;
	border-top: 1px solid #A59763;	
	border-bottom: 1px solid #A59763;	
}

div#mainnavibox {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 25px;
}

div#mainnavibox a {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #7C704C;
	background-color: #EAF2F3;
	padding: 22px 19px 6px 20px;
	margin: 0px;
	border-right: 1px solid #A59763;
	border-bottom: 1px solid #A59763;
	border-top: 1px solid #A59763;	
}

div#mainnavibox a:hover {
	color: #3D8085;
}

div#mainnavibox a.current, div#mainnavibox a.current:hover {
	color: #FFFFFF;
	background-color: #649EA2;
}


div#subnavibox {
	margin: 0px;
	float: left;
	padding-bottom: 25px;	
}

div#subnavibox a {
	font-size: 0.8em;
	text-decoration: none;
	color: #7C704C;
	padding: 0px 14px 4px 14px;
	border-right: 1px solid #A59763;	
}

div#subnavibox a:hover {
	color: #256572;
}

div#subnavibox a.current, div#subnavibox a.current:hover {
	color: #256572;
	font-weight: normal;
}

div#uqnavibox {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-right: 10px;
}

div#uqnavibox a{
	font-size: 0.7em;
	text-decoration: none;
	color: #85794E;
	padding-left: 8px;	
}

div#uqnavibox a:hover, div#uqnavibox a.current  {
	color: #256572;
}


div#breadcrumb {
	margin: 12px 0px 0px 0px;
	border-top: 1px solid #A59763;
}

div#subsubnavibox {
	padding: 20px 0px 0em 0px;
	margin-bottom: 20px;
	float: left;
	height: 100%;
	width: 211px;
}

div#subsubnavibox a {
	font-size: 0.68em;
	line-height: 1.3em;
	text-decoration: none;
	color: #1A5869;
	padding: 4px 10px 2px 10px;
	margin-bottom: 0.6em;
	display: block;	
}

div#subsubnavibox a:hover {
	color: #85794E;
}

div#subsubnavibox a.current {
	background-color: #B8D3D5;
}

div#breadcrumb {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #71A8AC;
	clear: both;
}

div#breadcrumb a{
	font-size: 0.7em;
	line-height: 1.9em;
	text-decoration: none;
	color: #3D8085;
}

div#wrapper {
	background-image: url(bg_wrapper.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}

div#startimage {
	float: left;
}

div#copy {
	margin: 0em 2em 0.5em 16.5em;
	padding-top: 2em;
}

div.imageflRight {
		float: right;
		padding: 6px 18px 0px 15px;
		margin: 0;
}

div.imageflLeft {
		float: left;
		padding: 6px 10px 0px 0px;
		margin: 0;
}

div#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #A59763;			
}


.clboth {  
	clear: both;
	display: block;
	line-height: 0;
	font-size: 0;
}

.floatLeft {float:left;}
.floatRight {float:right;}

/* =============================== 
*  Text */

p, h1, h2, h3, li, td {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #1A3640;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1.6em;
}

b {
	color: #3D8085;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	color: #3D8085;
	margin-bottom: 1.5em;
}


h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #3D8085;	
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #BD1922;
}

ul {
	margin-top: 0;
	margin-bottom: 1.6em;
	list-style: circle;
	margin-left: 0;
	padding-left: 0.1em;
}

li {

}

#copy img {
	padding: 5px;
	border: 1px solid #71A8AC;
	margin-bottom: 1.4em;
	display: block;
}

#copy img.frameless {
	padding: 20px 0 0 0;
	border: none;
	margin-bottom: 0em;
	display: block;
}


#copy a {
	color: #85794E;
	padding: 0.1em 0 0.2em 0;
	text-decoration: none;
	background-image: url(link_next-o.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 8px;	
}

#copy div.magazine-image a {
	background-image: none;
	padding-left: 0px;
}

#copy a:hover {
	color: #3D8085;
	text-decoration: underline;
}

#copy a:visited {
	color: #3D8085;
}

#copy a:visited:hover {
	color: #3D8085;
}

#copy a.backbutton {
	background-image: url(link_back-o.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

div.download_hdl ul{
	margin-bottom: 0em;
}

span.hline {
	display: block;
	font-size: 1em;
	line-height: 1em;
	border-top: 1px solid #BCB38F;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.red {
	color: red;
}


/* =============================== 
*  Tabelle */

table {
	width: 100%;
	border: none;
	background-color: transparent;
	padding-right: 10px;
}

.tabhead1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #3D8085;	
}

td {
	padding-right: 10px;
	padding-bottom: 0.4em;
	vertical-align: top;
}

/* =============================== 
*  Teaser */


.teaser p, .teaser h1, .teaser h5 {
	padding: 0 3em 0 0em;
	margin: 0;
}

.teaser p {
	margin: 0.5em 0 1.4em 0;
}

.teaser h5 {
	border-top: 1px solid #BCB38F;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #85794E;
	font-weight: normal;
	padding-top: 1.4em;
}

.teaser h1 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.7em 0 0em 0;
}

/* =============================== 
*  Formular */

form {
	width: 99%;
}

fieldset {
	border: solid 1px #3D8085;
	padding: 0 0 0 1.5em;
	margin: 0 0 0 0;
}

legend {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	color: #3D8085;
	margin: 0 0 0em -5px;
	padding: 0 5px 0 5px;

}

label {
	width: 6em;
	float: left;
	text-align: right;
	border: none;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #1A3640;
	padding: 0;
	margin: 0 0.5em 0 0;
}

input {
	margin: 0 0 0.8em 0;
}

fieldset h2 {
	margin: 0 0 0.5em 0;
}

input.floatleft {
	text-align: left;
	float: none;
	display: inline;
	padding: 0 0 0 0;
	margin: 0px 0em 0 1.5em;	
}

label.floatleft {
	text-align: left;
	float: none;
	display: inline;
	margin: 0 0.5em 0 5px;	

}

input.subbutton {
	display: block;
	float: none;
	margin: 0;
}

/* =============================== 
*  Galerie */

	/* Beispiel-CSS für magazin_Layout */
	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=100);
		line-height: 0.0em;
		opacity: 1.00;
		-moz-opacity: 1.00;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=80);
		opacity: 0.80;
		-moz-opacity: 0.80;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}


