/* CSS Document
Name: WERBEAGENTUR MICHAEL FIALA
URI: http://www.michael-fiala.at
Start:11.09.07 | Update: 25.11.09 */

/* Colors */

.bg {background-color: #EFEFEF;}

.typoblack {color: #000;}
.typowhite {color: #fff;}
.typogrey0 {color: #333;}
.typogrey1 {color: #999;}
.typogrey2 {color: #CCC;}
.typogrey3 {color: #EFEFEF;}

/* Link */

/* a:link {text-decoration : none; color: #333;}
a:visited {text-decoration : none; color: #333;}
a:hover, a:active, a:focus {text-decoration : none; color: #999;} */

/* Default */

* {padding: 0; margin: 0; }

a img {
	border: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	color: white;
}

body {
	background-color: #EFEFEF;
	/* background-image: url(../img/pixelraster.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px; */
	background: url("../img/bg.gif") repeat-x top #EFEFEF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	}
	
/* p {line-height: 1em; margin: 0 0 1em 0;}

ul, ol, dl { margin: 0 0 1em 1em;}

li { margin-left: 1.5em; line-height: 1.5em; } */
	
/* Container */	

div#wrapper-top {
	width: 960px;
	margin: auto;
}
div#top {
}
div#top div.left {
	height: 133px;
	/* background-image: url("../img/werbeagentur.gif");
	background-repeat: repeat-y;
	background-position: right top;	*/
}
div#top div.right {
	height: 133px;
	/* background: url("../img/michael_fiala.gif") repeat-y left top;
	min-width: 590px; */
}

div#top div.left h1 {
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 50px;
	width: 330px;
	height: 45px;
	background: url("../img/werbeagentur.gif") no-repeat center;
}
div#top div.right h2 {
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 50px;
	width: 330px;
	height: 45px;
	background: url("../img/michael_fiala.gif") no-repeat center;
}

/*LEFT&RIGHT--------------------------------*/

div.left {
	display: block;
	width: 330px;
	padding: 0 0px;
	float: left;
}
div.right {
	display: block;
	padding: 0 0px;
	float: left;
	width: 630px;
}

div.leftcontent {
	display: block;
	width: 330px;
	/* height: 390px; */
	min-height: 390px;
	padding: 0 0px;
	float: left;
	background-image: url(../img/bg_subnav.gif);
	background-repeat: repeat;
	/*border: 1px solid #000;*/
}
div.rightcontent {
	display: block;
	padding: 15px 25px;
	float: left;
	width: 580px;
	/* height: 390px; */
	min-height: 360px;
}
div.post-meta {
	display: block;
	padding: 0 15px;
	float: left;
	width: 300px;
	min-height: 195px;
}
div.post-meta-pic {
	display: block;
	float: left;
	width: 330px;
	min-height: 195px;
	background-image: url(../img/teaser_01.jpg);
	background-repeat: no-repeat;
}

/*NAVIGATION------------------------------*/
div#navigation {
	height: 36px;
	/* border-bottom: 1px solid white; */
}
div#navigation div.right {
	/* background: url("img/navigation_background.gif") repeat-y left top; */
	height: 36px;
	min-width: 438px;
	color: #999;
	padding: 0;
	/* border: 1px solid white; */
}
div#navigation div.left a {
	text-align: right;
	color: #000;
	padding: 0;
}
div#navigation div.left {
	text-align: right;
}
div#navigation div.right a, div#navigation div.left a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px;
	position: relative;
	top: 9px;
	font-size: 15px;
}
div#navigation div.right a:hover, div#navigation div.left a:hover {
	color: #666;
}
div#navigation div.right a.active {
	color: #666;
}

/*BOX--------------------------------*/
div#bluebox {
	display: block;
	width: 950px;
	padding: 0 10px;
	float: left;
	/* border: 1px solid white; */
}
div#bluebox h2, div#content h2, div#content h2 a, div#content h2 a:visited {
	font-weight: bold;
	color: #000;
	font-size: 22px;
	margin: 0 0 5px;
	letter-spacing: -1px;
	border: none;
}
div#content h2 a:hover {
	border: none;
	color: #333;
	text-decoration: underline;
}
div#bluebox ul {
	list-style-type: none;
}
div#bluebox a, div#content a {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	/* border-bottom: 1px solid #333; */
}
div#bluebox a:visited, div#content a:visited {
	 /*border-bottom: 1px solid #666;*/ 
}
div#bluebox a:hover, div#content a:hover {
	color: #CCC;
	border: none;
	text-decoration: underline;
}
div#content a.active {
	color: #CCC;
	border: none;
	text-decoration: none;
}

/*CONTENT------------*/

div#wrapper-content {
	width: 100%;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
div#content {
	width: 960px;
	margin: auto;
}

div#content p {
	margin: 0 0 10px;
}
div#content img.wrap {
	clear: left;
	margin: 10px;
	margin-left: 0;
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
}
div#content ul {
	margin: 0 0 20px 25px;
}

div#content h3, div#content h3 a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	border: none;
}
div#content h3 a:hover {
	color: #666;
	text-decoration: underline;
}

/*SUBNAV------------------------------------*/
div.post {
	clear: both;
}
div.post-meta {
	color: #333;
	padding-top: 15px;
}
div.post-meta p {
	font-size: 11px;
	text-align: right;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 0;
	margin: 0;
}
div.post-meta p img {
	vertical-align: middle;
	padding: 2px 6px 2px 6px;
}
div.post-meta p a {
	/* color: #ccc; */
	border: none;
	font-weight: normal;
}
div.post-meta p a:hover {
	text-decoration: underline;
}

/*FOOTER------------------------------------*/
div#wrapper-footer {
	text-align: center;
	padding: 6px;
	/* border: 1px solid white; */
}
div#wrapper-footer p {
	width: 960px;
	margin: auto;
	font-size: 12px;
}
div#wrapper-footer p, div#wrapper-footer p a {
	color: #999;
}

div#wrapper-footer .colour {
	color: #111;
}

div#wrapper-footer p a {
	/* font-weight: bold;
	text-decoration: none; */
}
div#wrapper-footer p a:hover {
	text-decoration: underline;
}


/*OTHERS--------------------------------------*/

small, small * {
	font-size: 10px;
}

hr {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	margin: 30px 0 0 0;
}

/* --------------------------------- */

/*
blockquote {
font-style: oblique; */ /* kursiv */
/*}*/

.formborder {
	border-top: 1px solid #57534c;
	border-right: 1px solid #57534c;
	border-bottom: 1px solid #57534c;
	border-left: 1px solid #57534c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4840;
	background-color: #fff;

}

.copyright {
	font-size: 9px;
	color: #918875;
}

.itemization {
	font-weight: normal;
	color: #000;
	font-size: 16px;
	margin: 0 0 10px;
	border: none;
	line-height: 150%;
}

.headlight {
	font-weight: normal;
	color: #000;
	font-size: 22px;
	letter-spacing: -1px;
	border: none;
}
