
/* CSS Document */



/* LAYOUT */

Body {
background-color:#1177aa;
font-family:trebuchet MS, Arial;
font-size:12px;
color:#333333;
}

#container {
width:954px;
margin:0 auto;
}

#header {
height:106px;
display:block;
position:relative;
}
	#header #pubheader {
	width:728px;
	height:90px;
	margin-top:10px;
	float:right;
	clear:both;
	}
	#header #logo {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	}
	
.rounded {}

a {
text-decoration:none;
}
#teaser {
height:92px;
padding:10px;
margin-top:18px;
display:block;
position:relative;
background:url(../img/bg-teaser.jpg) repeat-x bottom left #FFF;
}
	#teaser h2 {
	background:url(../img/bg-teaser-p.jpg) top left repeat-x #fd8700;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:20px;
	width:600px;
	text-align:justify;
	
	position:absolute;
	left:270px;
	top:-14px;
	border:5px solid #FFF;
	}
	
	
#sidebar {
width:190px;
float:left;
display:block;
}
	#sidebar h3 {
	background:url(../img/h3-menu.jpg) no-repeat left top #c6c6c6;
	height:32px;
	display:block;
	padding-left:40px;
	color:#1176aa;
	line-height:32px;
	font-weight:bold;
	font-size:16px;
	}
	#sidebar ul {
	}
	#sidebar ul li {
	padding:0;
	margin:0;
	background:url(../img/bg-menu-list.jpg) repeat-x top left #1176aa;
	height:24px;
	display:block;
	}
	#sidebar ul li a {
	color:#FFF;
	display:block;
	font-weight:bold;
	padding-left:20px;
	border-top:1px solid #0b5980;
	line-height:24px;
	height:24px;
	font-size:12px;
	}
	#sidebar ul li a:hover {
	color:#9adeff;
	border-top:1px solid #9adeff;
	}
	
#main {
background:url(../img/bg-content.jpg) top left repeat-x #FFF;
width:880px;
margin:0 auto;
padding:16px;
}
	
	
#credit {
display:block;
width:860px;
margin:0 auto;
padding:20px 0;
font-size:11px;
color:#FFF;
}

#credit a {
font-size:11px;
color:#FFF;
}
#credit a:hover {
color:#9ed9f7;
}

#search_input {
background-color:#FFF;
border:1px solid #d0d0d0;
width:170px;
padding:3px 4px;
}
#gallerytitle  {
border-bottom:1px solid #d0d0d0;
display:block;
padding:10px 0;
float:none;
clear:both;
display:block;
}
#gallerytitle  h1 {
color:#0f75a6;
font-size:18px;
font-weight:bold;
padding:6px;
}

h2 {
color:#0f75a6;
font-size:14px;
font-weight:bold;
padding:5px; 
border-bottom:1px solid #CCC;
}

h3 {
color:#0f75a6;
font-size:14px;
font-weight:bold;
padding:5px; 
}

#formcomment input, #formcomment textarea {
	border:1px solid #999;
	padding:2px;
}
#formcomment input {
	width:320px;
	margin:2px 6px;
}
#formcomment textarea {
	width:320px;
	height:150px;
}

.pushbutton {
	width:90px;
	text-align:center;
	background-color:#1177aa;
	color:#FFF;
}