/**
 * smc-info.at Stylesheet
 * pinzgau.com 
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-size: 11px;
	background: url(../images/tile.gif) repeat-x top left;
	padding: 0 0 5px 5px; 
	margin: 0;
}

.lastPageResume {
	font-size: 9px;
	color: #666666;
}

.trackback-url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	background:#ffffff;
	line-height:100%;	
	border:1px dashed #336699; 				
}

a, a:visited {
	text-decoration: none;
	/* color: #8CA6D2; Neuer Blauton vom Logo*/
	color: #336699;
}

a:hover {
	color: #000000;
}

a:active, a.active {
	color: #336699;
}

/*
input {
	font-size: 10px;
	color: #336699;
	background-color: #e6e6e6;
	margin: 1px;
	padding: 1px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;	
}
*/

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* 	color: #8CA6D2; */ /* Neuer Blauton vom Logo*/
	color: #336699;
	
	background-color: #e6e6e6;
	margin: 1px;
	padding: 1px;
	letter-spacing: 1px;
}

.title {
	/* color: #8CA6D2; */ /* Neuer Blauton vom Logo*/
	color: #336699;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	/* color: #8CA6D2; */ /* Neuer Blauton vom Logo*/
	color: #336699;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

input {
	font-size: 11px;
	/* color: #8CA6D2; */ /* Neuer Blauton vom Logo*/
	color: #336699;
	line-height: normal;
	border: solid 1px #E6E6E6;
	background: #fff;
}

div#header {
	height: 197px;
	width: 850px;
	position: relative;
}

div#search {
	margin: -11px 0px 7px 0px;

/*	position: absolute; 
	right: 62px; 
	bottom: 0; */
}

div#search form {
	display: inline;
}

div#search input.term {
	width: 100px;
}

div#logo {
	position: absolute; 
	right: 20px;
	top: 0;
	padding: 50px 0 0 0;
}

div#breadcrumb {
	padding: 10px 0 5px 20px;
}

div#breadcrumb a.active {
	font-weight: bold;
}

div#content {
	padding: 10px 20px 20px 20px;
}

div#content p {
	margin-bottom: 20px;
}

td#contentLeft {
	width: 633px;
}

td#contentRight {
	background: url(../images/bg120.gif) #fff repeat-y top left ;	
}

td#contentRight div#rightWrap {
	width: 200px;
	height: 420px;	
	background: url(../images/schraeg.gif) #fff no-repeat top left ;	
	padding-top: 20px;
	color: #fff;
}

td#contentRight div ul {
	margin-bottom: 20px;
}

td#rightBottom {
	background: url(../images/bg120.gif) #fff repeat-y top left ;
}

td.headLine {
	background: url(../images/head.gif) no-repeat bottom left;
}

td#footerLeft {
	padding: 5px;	
	text-align: left;
}
td#footerRight {
	padding: 5px 100px 5px 0;
	text-align: right;
}

/**
 * Content Styles
 */
 
.clear, 
.clearer {
	clear: both;
}

/* News */
.news-list-item .news-list-date {
	font-weight: normal;
}

.news-list-item h3 {
	width: 500px; 
	float: left;
	margin-top: 0;
	margin-bottom: 15px;
}

.news-list-item div.news-list-date {
	float: right; 
	width: 70px;	
}

.news-list-item img {
	float: left; 
	border: 0;
	margin: 0 15px 15px 0;
}

.news-list-item .news-list-morelink {
	text-align: right;
}

.news-single-item .news-single-timedata,
.news-list-item div.news-list-date {
	text-align: right;
	color: #888; 
	font-size: 10px;
}

.news-single-item .news-single-author {
	margin: 0 !important;
	text-align: right;
	color: #888; 
}

.news-single-item .news-single-img {
	float: right;
}

hr {
	background-color: #888;
	border: 0;
	height: 1px;
}

hr.clearer {
	width: 100%;
}

/* Bild Reihe */
div.imageRow {
	margin-bottom: 10px;	
	height: 110px;
}


#content div.imageRow div.image {
	float: left;	
	margin: 5px 0 0 15px !important;
	margin: 5px 0 0 12px;	
	position: relative;	
}

#content div.image {
	width: auto;	
	background: url(../images/shadow.gif) no-repeat right bottom;
	/*padding: 4px 10px 10px 4px; */
	padding: 0 6px 6px 0;	
	float: left;
	margin: 0 15px 15px 0;
}

#content div.post-img-text-left div.image {
	float: right;
	margin: 0 0 15px 15px;
}

#content div.post-img-text-right div.image {
	float: left;
	margin: 0 15px 15px 0;
}


#content div.image img {
	margin: -4px 0 0 -4px;
}


/* Bausteine */
div.post-img-text-right ul li {
	margin-left: 20px;
}

div.post-img-text-left ul li {
	margin-right: 20px;
}