/*
	vim: set fdm=marker:

	Common Styles für melevision

	(c) 2004 by T-SIGN Studios, http://www.t-sign.com

	Authors: Thomas Vavra (t.vavra@t-sign.com)
*/

/* {{{ Standard Styles */
html, body {
	margin: 0;
	padding: 0;
}
body {
    background-repeat: no-repeat;
	/* Opera hack => Opera does not work with center so we used 50% instead */
	background-position: 50% 58px;	
	font-family: Verdana;
	font-size: 60%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.6em;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.nodisplay {
	display: none;
}
.faxhack {
	position: relative;
	left: 3px;	
}

.soon {
	background-color: #5EAE00;
    background-image: url(/images/frontend/misc/commingsoon.jpg);
    background-repeat: no-repeat;
	/* Opera hack => Opera does not work with center so we used 50% instead */
	background-position: 50% 45px;	
}
#frontend {
	width: 779px;
	margin: 0 auto;
	text-align: left;
}
/* }}} */
/* {{{ Header */
#frontend #header {
	padding: 58px 0 0 0;
}
#frontend #header #logo {
	background-position: 48px 7px;
	background-repeat: no-repeat;
	width: 322px;
	height: 49px;
	float: left;
}
#frontend #header #menu {
	background-repeat: no-repeat;
	width: 457px;
	height: 49px;
	float: right;
}
#frontend #header #menu ul,
#frontend #header #menu li {
	margin: 0;
	padding: 0;
}
#frontend #header #menu ul {
	padding: 7px 0 0 8px;
}
#frontend #header #menu li {
	list-style-type: none;
	display: inline;
}
/* }}} */
/* {{{ Content */
/* {{{ Standard Styles */
#frontend #middle #emoticon {
	background-repeat: no-repeat;
	background-position: 39px 14px;
	width: 322px;
	float: left;
}
#frontend #middle #content {
	width: 457px;
	float: right;
}
#content .headline {
	background-repeat: no-repeat;
	height: 24px;
	margin: 30px 0 0 5px;
}
#content .content {
	padding: 30px 100px 1em 12px;
}
/* }}} */
/* {{{ Home */
.home #middle {
	/* TV Test */
	background-position: 0px 20px;
	background-repeat: no-repeat;
}
.home #emoticon {
	/* TV Test */
	height: 400px;
	/* height: 355px; */
}
/* }}} */
/* {{{ Service */
.service #emoticon {
	height: 465px;
}
.service #content .content {
	padding-top: 7px;
}
.service #content .content p {
	margin: 0 0 1.5em 0;
}
.service #content .content h3 {
	font-weight: normal;
}
.service #content .content ul {
	margin: 1em 0;
	padding: 0;
}
.service #content .content li {
	background-repeat: no-repeat;
	background-position: 25px 2px;
	list-style-type: none;
	padding: 0 0 0 50px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
.service #content .content li .normal {
	font-weight: normal;
}
/* }}} */
/* {{{ Bio */
.bio #emoticon {
	height: 310px;
}
.bio #content .content {
	padding: 15px 43px 1em 0;
}
.bio #content .windowTop,
.bio #content .windowBot {
	background-repeat: no-repeat;
	height: 11px;
}
.bio #content .windowMid {
	background-repeat: repeat-y;
	padding: 17px 20px 17px 16px;
}
.bio #content .windowMid p {
	margin: 0 0 1em 0;
}
.bio #content .headline {
	height: 30px;
	margin: 0 0 10px 0px;
}
.bio #content .windowText {
	margin-left: 4px;
}
/* }}} */
/* {{{ Clients */
.clients #emoticon {
	height: 385px;
}
.clients #content .content ul {
	margin: 0;
	padding: 0;
}
.clients #content .content li {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0 0 1em 0;
	font-weight: bold;
}
.clients #content .content li a {
	font-weight: bold;
}
/* }}} */
/* {{{ Contact */
.contact #emoticon {
	height: 387px;
}
.contact #middle {
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
.contact #content .content p {
	margin: 0.2em 0 2em 0;
	padding: 0;
}
/* }}} */
/* {{{ Errormessage */
.error #middle {
	background-repeat: no-repeat;
	background-position: 0 30px;
}
.error #emoticon {
	height: 400px;
}
/* }}} */
/* }}} */
/* {{{ Footer */
#frontend #footer {
	margin: 1em 0;
	padding: 12px 0 0 0;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
#frontend #footer ul,
#frontend #footer li {
	margin: 0;
	padding: 0;
}
#frontend #footer ul {
	text-align: center;
}
#frontend #footer li {
	list-style-type: none;
	display: inline;
}
/* }}} */
/*********************************************************************** 
	END
************************************************************************/
