/*

Theme Name: Gattereder G&auml;stehaus
Version: 1.0
Author: Silvio H&uuml;sing-Eckl
Author URI: http://blog.imida.de/

*/

/*

-- table of content --

- general settings

#wrapper
	
	#english_ctr

	#header
		#branding
		#nav_main
		#head_img
	
	#content
		#content_sub1
		#content_main
		#content_sub2 (nav_sub)
	
	#site_info
	
	#IE6 Hack
	
*/



/* -- general settings -- */

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



/* wrapper */

#wrapper {
	width: 780px;
	margin: auto;
	position: relative;
	background: url(images/bg_wrapper.jpg) 0 0 repeat-y;
}



/* english_ctr */

#english_ctr {
	position: absolute;
	right: 0;
	top: 61px;
	right: 9px;
	font-family: Verdana;
	font-size: 0.5em;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#english_ctr a {
	color: #000;
	text-decoration: none;
}


/* header */

#header {
	height: 330px;
	background: url(images/bg_header_shadow.jpg) 0 0px no-repeat;
}

#logo {
	float: left;
	width: 254px;
	margin-left: 10px;
}

#nav_main {
	float: left;
	width: 400px;
	margin: 58px 0px 0 46px;
}

#nav_main ul {
	float: left;
	width: 400px;
}

#nav_main ul li {
	float: left;
	margin-right: 32px;
	list-style: none;
}

#nav_main ul li img {
	vertical-align: bottom;
}

#head_img img {
	margin-left: 10px;
	vertical-align: bottom;
}



/* content */

#content {
	width: 780px;
	background: url(images/bg_content_bottom.jpg) bottom left no-repeat;
}

#content a {
	color: #819043;
}

#content a:hover {
	text-decoration: none;
}

/* content_sub1 */

#content_sub1 {
	width: 245px;
	float: left;
	padding: 35px 50px 20px 0;
	text-align: right;
}

#small_gallery {
	width: 180px;
	float: right;
	margin: 65px 0 55px 0;
}

#small_gallery img {
	margin: 0 0 5px 5px;
}

#print_ctr {
	clear: both;
}

h2 {
	color: #819043;
	font-family: Verdana;
	font-weight: normal;
	font-size: 1.5em;
}



/* content_main */

#content_main {
	float: left;
	width: 320px;
	padding: 37px 40px 20px 0;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 160%;
	color: #333;
}

#content_main h3,
#content_main h4,
#content_main h5,
#content_main h6 {
	color: #819043;
	margin-bottom: 1em;
}

#content_main h3 { 
	font-size: 1.4em;
}

#content_main h4 {
	font-size: 1.3em;
}

#content_main h5 {
	font-size: 1.2em;
}

#content_main h6 {
	font-size: 1.1em;
}

#content_main p {
	margin-bottom: 1.7em;
}

#content_main ul,
#content_main ol {
	margin: 0 0 15px 30px;
	line-height: 1.5em;
}

#content_main ul li,
#content_main ol li {
	margin-bottom: 0.5em;
}

#content_main blockquote {
	margin: 5px 20px 20px 20px;
	font-style: italic;
}

/* content_sub2 */

#content_sub2 {
	float: left;
	width: 105px;
	padding: 35px 0 20px 0;
	font-family: Verdana;
	font-size: 0.7em;
}

#content_sub2 ul {
	margin-bottom: 40px;
}

#content_sub2 li {
	list-style: none;
	line-height: 1.7em;
	padding-left: 14px;
	background: url(images/bg_list_dash.gif) 0 59% no-repeat;
}

#content_sub2 a {
	text-decoration: none;
}

#content_sub2 a:hover {
	text-decoration: underline;
}


/* site_info */

#site_info {
	clear: both;
	color: #999;
	font-family: Verdana;
	font-size: 0.55em;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	padding: 0 5px 30px 10px;
	width: 775px;
}

#site_info #si_adress {
	float: left;
	width: 500px;
}

#site_info #si_adress  li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

#site_info #si_copy_imprint {
	float: right;
	width: 200px;
	text-align: right;
}

#site_info #si_copy_imprint li {
	display: inline;
	margin-right: 10px;
}

#site_info a {
	color: #999;
	text-decoration: none;
}

/* IE6 Hack */

*html #english_ctr {
	right: 20px;
}