/* TJWD - Thomas Jung Werbung & Design | 2007 */
/* Telefon:+49 (0)351 5636328 Email:thomas@tjwd.de */

* {
	margin:0;
	padding:0;
	font-size:1em;
}

html {
	height:100%;
	text-align:left;
	font-size:62.5%;
}

body {
	background: #707f87;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	height:100%;
	padding:0;
}

#bggrad, #bggradimg { top: 0; left: 0; width: 100%; height: 100%; }
#bggrad { position: fixed; }
* html #bggrad { position: absolute; display: none; }
#bggradimg { position: absolute; }
#bgpattern { position: absolute; width: 100%; height: 100%; background: url(_images/bgpattern.png) repeat 0 0; }

h2, h3, hr, .hidden, .toplink { display: none; }

ul { list-style-type:none; }

em { font-weight: bold; font-style: normal; }

#top {
	position:absolute;
	top:0;
	left:0px;
	width:1px;
	height:1px;
}

#container {
	position: relative;
	width: 460px;
	z-index: 1000;
	background: url(_images/containerbg.png) repeat-y 0 0;
	padding: 0 20px;
	margin: 0 30% 0 20%;
}

#header {
	height: 220px;
	border-bottom: 1px dotted #ccc;
}

h1 a {
	position: absolute;
	top: 70px;
	left: 93px;
	display: block;
	height: 80px;
	width: 320px;
	background: url(_images/head.png) no-repeat right center;
	text-indent: -9000px;
	overflow: hidden;
}

#nav {
	border-width: 1px 0;
	border-style: dotted;
	color: #ccc;
	display: none;
}

.content {
	font-size:1.2em;
	line-height: 1.6em;
	color: #333;
	margin: 0;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}

.content p { margin: 1em 0; }
.content ul li { color: #999; margin: 10px 0; }
.content a { color: #333; text-decoration: underline; }
.content a:hover { color: #192; }


#info { font-size: 1.6em; line-height: 1.3em; color: #666; height: 100px; }
#mepic { border: 1px solid #ccc; float: left; margin: 0 20px 0 0; }

#works ul li strong { display: block; }


#clients ul {
	display: block;
	background: #edd;
	height: 500px;
	background: url(_images/clients.png) no-repeat center top;
}

#clients ul li { display: none; }

#impressum {
	font-size: 0.85em;
	line-height: 1.2em;
	color: #999;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}

#contentend {
	position: relative;
	margin: 0 30% 0 20%;
	height: 400px;
	width: 460px;
	padding: 0 20px;
	background: url(_images/containerend.png) no-repeat left top;
}


* html #container, * html #contentend { background: #fff; }
