@charset "UTF-8";
/* CSS Dokument - Freiwilligenzentrum Wels*/

*html img { behavior: url("iepngfix.htc"); }

html, body { height: 100%; }

body {	background: #EFEFEF url(images/background.png) repeat-x 0 0; }

hr {
	height: 1px;
	border: none;
	background-color: #CCCCCC;
	margin: 25px 15px 20px 0;
}

.clear { clear: both; }

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Verdana", Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
}

#wrapper {
	width: 100%;
}

#container {
	width: 938px;
	height: 100%;
	background: transparent url(images/bg_container.png) repeat-y 0 0;
}

#container_team {
	width: 938px;
	height: 100%;
	background: transparent url(images/bg_team.png) repeat-y 0 0;
}

#header {
	width: 1000px;
	height: 162px;
	position: relative;
	background: #80ABD5 url(images/himmel.png) no-repeat 0 0;
}

#header h1 a {
	display: block;
	background: transparent url(images/fzw_logo.png) no-repeat 0 0;
	background-position: right;
	width: 250px;
	height: 116px;
	text-indent: -3000px;
}

.navigation, .subnav {
	list-style: none;
}

.navigation {
	height: 52px;
	background: #FCEE08 url(images/navigation_bg.png) repeat-x 0 0;
	padding-left: 45px;
}

.navigation li {
	display: block;
	text-align: center;
	float: left;
	height: 36px;
	padding-top: 16px;
	background: #FCEE08 url(images/navigation_bg.png) repeat-x 0 0;
	
}

.navigation li a{
	padding: 18px 20px 20px 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	background: transparent url(images/navigation_chop.png) no-repeat right 0;
}

.navigation li .nav_last {
	background: none;
}

.navigation li a:hover, .navigation .active a {
	background: transparent url(images/navigation_hover.png) repeat-x 0 0;
}

.subnav {
	position: absolute;
	width: 268px;
	height: 48px;
	background: url(images/subnav.png) no-repeat;
	left: 669px;
	top: 68px;
	padding: 17px 2px 0 23px;
}

.subnav li {
	text-align: center;
	float: left;
}

.subnav li a {
	display: block;
	font-size: 13px;
	color: #000;
	margin-right: 12px;
	background: none;
}

.teaser {
	position: relative;
	padding: 20px 20px 0 50px;
	height: 267px;
	background: #FFF url(images/bg_teaser.png) repeat-x 0 0;
}

.teaser_textbox {
	position: relative;
	z-index: 5;
}

.teaser_poffset {
	position: relative;
	padding-right: 160px;
}

.teaser_pteamoffset {
	position: relative;
	width:350px;
	float:left;
	padding-right:20px;
}

#teaser_picturebox {
	text-align: right;
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 0;
	width: 100%;
	height: 276px;
}

#teaser_teampicturebox {
	float: left;
}

.teaser h2, .content_wsw h2 {
	color: #DC041E;
	font-size: 28px;
	font-weight: 100;
	line-height: 1em;
}

.frame {
	float: left;
	height: 199px;
	width: 170px;
	background: transparent url(images/frame.png) no-repeat 0 0;
	margin-left: 3px;
}

.frame img {
	padding: 9px 10px 9px 10px;
	height: 180px;
	width: 150px;
}

.content {
	height: 100%;
	padding: 20px 0 0 50px;
	background: url(images/content_top.png) no-repeat right 0;
}

.content_wsw {
	height: 100%;
	padding: 20px 0 0 50px;
	background: url(images/content_top_wsw.png) repeat-x 0 0;
}

.content h1 {
	color: #000;
	font-size: 16px;
	font-weight: 100;
	line-height: 1em;
}

.content h2 {
	color: #DC041E;
	font-size: 14px;
	font-weight: 100;
	line-height: 1em;
}

#content_wrap {
	position: relative;
	width: 670px;
	height: 100%;
	float: left;
}

.zitat {
	color: #DC041E;
	font-size: 17px;
	margin-top: 15px;
}

.zitat_von {
	color: #DC041E;
	font-size: 11px;
}

.sidebar {
	height: 100%;
	width: 268px;
	float: left;
}

.box {
	background: url(images/spacer.png) no-repeat 0 bottom;
	width: 100%;
	margin: 0 0 15px 0 ;
	padding-bottom: 30px;
	float: left;
}

.box h2 { color: #000; }

.box_item, .box_item_border {
	padding: 0 5px 10px 0;
	/*padding: 0 15px 10px 10px;*/
	margin: 0 15px 10px 0;
	width: 178px;
	float: left;
	text-align: left;
}

.box_item_border {
		border-bottom: #CCC thin dotted;
}

.box_team {
	background: none;
	margin: 0 10px 15px 5px ;
	padding-bottom: 30px;
	float: left;
}

.box_item a, .box_item_border a { font-weight: bold; }

.box_item a:hover, .box_item_border a:hover { color: #DC041E; }

.box_item h2, .box_item_border h2 {
	color: #DC041E;
	font-size: 14px;
	font-weight: 100;
	line-height: 1em;
}

.name, .name sup {
	font-size: 12px;
	font-weight: normal;
	color: #DC041E;
	margin-bottom: 5px;
}

.position {
	padding-bottom: 15px;
	color: #DC041E;
	text-align: center;
}

a.imgbounder, .imgbounder {
	position:relative;
	display:table;
	height:120px;
	width:190px;
	vertical-align:middle; 
	text-align:center;
}

.inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.inner img{
	display:inline;
	vertical-align: middle;
	border:0;
}

.box h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.white_box {
	width: 268px;
	height: 55px;
	background: #FFF url(images/whitebox.png) no-repeat 0 0;
}

.white_box_wsw {
	width: 268px;
	height: 55px;
	background: #FFF url(images/whitebox_wsw.png) no-repeat 0 0;
}

.white_box p, .white_box_wsw p {
	padding: 3px 25px 0 10px;
	margin-right: 30px;
	font-size: 16px;
}

.scontact {
	width: 268px;
	height: 287px;
	background: url(images/scontact_box.png) no-repeat 0 0;
}

.scontact_wsw {
	width: 268px;
	height: 287px;
	background: url(images/scontact_box_wsw.png) no-repeat 0 0;
}

.scontact h2, .scontact_wsw h2 {
	padding: 15px 0 0 15px;
	margin-right: 30px;
	font-size: 18px; 
	font-weight: normal;
}

.scontact h3, .scontact_wsw h3 {
	padding: 15px 0 0 15px;
	font-size: 12px;
}

.scontact p, .scontact_wsw p {
 	padding: 15px 0 0 15px;
}

.scontact a {
	color: #000;
}

.sforms {
	width: 268px;
	height: 100%;
}

ul#sdownloads, ul#sdownloads li a {
  width: 208px;
}

ul#sdownloads li {
  list-style: none;
  margin: 0; 
	padding: 0 0 0 5px;
}

ul#sdownloads li .light {
	background-color: #F2E362;
}

ul#sdownloads li a {
	display:block;
	text-decoration: none;
	color: #000;
	padding: 15px 10px 20px 40px;
	background: transparent url(images/dl_icon.png) no-repeat 0 10px;
}

#footer {
	height: 63px;
	background: #B0B0B0 url(images/bg_footer.png) repeat-x 0 0;
}

#footer p {
	display: inline;
	font-size: 11px;
	padding: 20px 0 0 150px;
	float: left;
}

#footer img { border: 0; }

p.awebsite {
	font-size: 11px;
	color: #CCC;
	padding: 16px 0 0 0;
	margin-left: 150px;
}

.cnav {
	list-style: none;
	background: #fff url(images/te_navigation_bg.png) no-repeat 0 0;
	height: 60px;
	width: 600px;
	margin: 0 0 0 0;
	padding: 0 0 25px 4px;
}

.cnav li { 
	padding-top:19px;
	float: left;
	display:block;	
	height: 45px;
}

.cnav li a {
	padding: 23px 10px 22px 10px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: transparent url(images/border_subnav.png) no-repeat right 8px;
}

.cnav li .te_last { 
	background-image: none; }

.cnav li a:hover, .cnav .active{
	background: transparent url(images/te_navigation_hover.png) repeat-x 0 0;
}

#uu_navigation {
	list-style: none;
	background: #fff url(images/te_navigation_bg.png) no-repeat 0 0;
	height: 60px;
	width: 550px;
	margin: 0 0 0 0;
	padding: 0 0 0 54px;
}

#uu_navigation li { float: left; }

#uu_navigation li a {
	display: block;
	float:left;
	color: #000;
	font-weight: normal;
	padding: 18px 10px 0 10px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: transparent url(images/border_subnav.png) no-repeat right 0;
}

#uu_navigation li a:hover { background: transparent url(images/te_navigation_hover.png) repeat-x 0 0; }

.thumbscontainer {
	padding: 5px 5px 5px 5px;
	width: 590px;
	background-color: #F5F5F5;
}

.formular p { padding-bottom: 12px; }

.border_wsw {
	margin: 5px 15px 5px 0;
	height: 100%;
	border: thin dashed #d3d3d3;
	background-color: #fafafa;
	padding: 5px;
}
