/*  
Theme Name: Ofenmarkt
Theme URI: http://www.ofenmarkt.at
Description: Das Standard-Theme f&uuml;r ofenmarkt.at
Version: 1.0
Author: Thomas Neumann
Author URI: http://www.newtone.cc/

*/


/* structure */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/top.png) repeat-x top;
}
#container {
	margin: auto;
	width: 770px;
}
#shadow_left {
	float: left;
	background: url(images/shadow_left.png) no-repeat top;
	width: 24px;
	height: 500px;
}
#shadow_right {
	float: right;
	background: url(images/shadow_right.png) no-repeat top;
	width: 8px;
	height: 500px;
}
#page {
	float: left;
	margin: 0;
	width: 736px;
}
#top {
	background: url(images/top_ornament.png) repeat-x;
	height: 150px;
}
#logo {
	float: left;
	background: url(images/logo.png) no-repeat left top;
	height: 150px;
	width: 175px;
}
#container2 {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	width: 100%;
	border-left: #ececec solid 1px;
	border-right: #ececec solid 1px;
	border-bottom: #ececec solid 1px;
}
#footer {
	float: left;
	background: url(images/bottom.png) repeat-x bottom;
	height: 113px;
	width: 100%;
	margin: 0;
}
.footer_ornament {
	background: url(images/bottom_ornament.png) left bottom;
	width: 190px;
	height: 113px;
}
.credit {
	float: right;
	margin: auto;
	margin-right: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.credit a {
	color: #666;
	text-decoration: none;
}

/* navigation */

#nav {
	margin:0;
	float: left;
	width: 120px;
	padding: 60px 30px 0 15px;
}
#nav ul {
	margin: 0;
	padding: 0 0 30px 0;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top: #b9e1f3 solid 1px;
}
#nav li {
	margin: 0;
	list-style-type: none;
	border-bottom: #b9e1f3 solid 1px;
}
#nav li a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 3px;
}
#nav li a:hover, #nav .current {
	display: block;
	background: #e2f0f4;
	color: #000;
}

/* links */

.page a, .breadcrumb a{
	color: #666;
	text-decoration: underline;
}
.page a:hover, .breadcrumb a:hover {
	text-decoration: none;
}

/* content */

#content {
	margin: 0;
	float: left;
	width: 520px;
	padding: 30px 20px 20px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.page {
	background: #f7fbfd;
	padding: 20px 10px 20px 10px;
	margin-top: 10px;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-bottom: #b9e1f3 solid 1px;
	border-top: #b9e1f3 solid 1px;
}
#content h2 {
	color: #3399CC; 		/* rot: #b93419 */
	font-family: "trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 16pt;
	margin-top: 0;
	padding-bottom: 2px;
}
.page li {
	list-style-image: url(images/list_item.png);
	margin-left: 0;
}

/* images */

img {
	border: solid 1px #E3E3E3;
	background: #fff;
	padding: 2px;
}
.img_left {
	float: left;
	border: 1px solid #000;
	margin-right: 5px;
	padding: 0;
}
.img_right {
	float: right;
	border: 1px solid #000;
	margin-left: 5px;
	padding: 0;
}
dl.img_left { 
	float: left;
	border: 0 none;
	margin-right: 5px;
	padding: 0;
}
dl.img_left dt { 
	margin-bottom: 0; 
}
dl.img_left dd { 
	margin: 0;
	font-size: 10pt; 
}