/*	Client: Relations www.relations-zh.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2009

	Screen, Projection
	CSS-Version 1.1
	08.06.2009
*/

/* !INITAL RESET */
	/*	HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}
table tr td {vertical-align: top; border-collapse: collapse;}
input {outline: none;}

	/*	ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/*	INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }




/* !SITE GENERAL SETTINGS */
body {
	-webkit-text-size-adjust: auto; /* none (default) | auto | %value */
	font-family: Georgia, Times, serif;
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 1.6em;
	color: #111;
}

a {	color: inherit; }
a:link { text-decoration: underline; color: #e2001a; }
a:visited { text-decoration: underline; color: #a6191e; }
a:hover, a:focus { text-decoration: none; outline: none; }




/* !SITE */
div#sitewrapper {
	width: 880px;
	margin: 0 auto;
	padding: 0 60px 0 20px;
}

body#home div#sitewrapper { padding: 0 20px 0 20px; } 




/* !HEADER */
div#header {
	height: 150px;
}

div#header h1 a {
	position: relative;
	top: 32px;
	display: block;
	width: 243px;
	height: 69px;
	text-indent: -9000px;
	background: url(../img/relations-logo.png) 0 0 no-repeat;
}




/* !CONTENT */
h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #e2001a;
	margin: 2px 0 10px 0;
}

h3 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #111;
	padding: 10px 0 0 0;
	border-top: 1px solid #111;
}

h4 {
	display: block;
	clear: left;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #111;
	padding: 10px 0;
}

body#referenzen h4 { padding: 10px 0 0 0; }
body#home h4 { padding: 0; }

p, ul { font-size: 1.2em; }

div#content {
	float: left;
	width: 880px;
	padding: 25px 20px 120px 20px;
	background-color: #e7e7e6;
}

body#home div#content {
	width: 693px;
	padding: 0;
	background-color: #fff;
}

div#content h2, div#content p, div#content ul, div#content ol { width: 410px; }
div#content p { margin-bottom: 16px; }

div#content div#main_image, div#content img#sideimage, div#content div#moviecontainer, div#content div#textcolumnright {
	float: right;
	margin-bottom: 10px;
}

div#content div#textcolumnleft {
	float: left;
}

div#content ul {
	margin: 1.6em 0 0 0;
	list-style-position: outside;
}

body#referenzen div#content ul { margin: 0 0 14px 0; }

div#content ul li { background: url(../img/bullet.gif) 0 7px no-repeat; padding-left: 12px; }

div#content ul#subnav { display: block; clear: left; }
div#content ul#subnav li { background: none; padding-left: 0; }




/* !HCARD */
body#kontakt div#content ul#hcard-RELATIONS,
body#kontakt div#content ul#hcard-RELATIONS li,
body#kontakt div#content ul#hcard-RELATIONS li ul,
body#kontakt div#content ul#hcard-RELATIONS li ul li { margin: 0; padding: 0; }
body#kontakt div#content ul#hcard-RELATIONS li { margin: 0; background: none; list-style-position: outside; }

body#kontakt div#content ul#hcard-RELATIONS li ul { font-size: 1.03em; }
body#kontakt div#content ul#hcard-RELATIONS li.adr,
body#kontakt div#content ul#hcard-RELATIONS li.communication { margin-bottom: 16px; }




/* !SIDEBAR */
div#sidebar {
	float: right;
	width: 175px;
}

div#sidebar div.sidebar-modul {
	background-color: #e7e7e6;
	padding: 8px 10px 1px 10px;
	margin-bottom: 10px;
}

div#sidebar div.sidebar-modul img, div#sidebar div.sidebar-modul p { margin-bottom: 10px; }

div#sidebar a { text-decoration: none; color: #111; }
div#sidebar a span.linkbehavior { text-decoration: underline; }
div#sidebar a:link span.linkbehavior { color: #e2001a; }
div#sidebar a:visited span.linkbehavior { color: #a6191e; }
div#sidebar a span:hover.linkbehavior, div#sidebar a span:active.linkbehavior { text-decoration: none; }




/* !GALERIE DOWNLOAD */
div#content ul#galeriedownload {
	display: inline;
}

div#content ul#galeriedownload li {
	width: 180px;
	height: 210px;
	display: inline;
	float: left;
	background: none;
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: 17px;
}

div#content ul#galeriedownload li a span {
	display: block;
}

div#content ul#galeriedownload li img {
	width: 180px;
	height: 180px;
	background: none;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #555;	
}



/* !FOOTER */
div#footer {
	clear: both;
	height: 20px;
	display: block;
}




/* !SEVERAL CLASSES */
.off {
	display: none;
	visibility: hidden;
}

.blackborder { border-top: 4px solid #000; }

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
