/** sprite: crashdesignSprite; sprite-image: url('gfx/crashdesign-web-sprite.png'); */ 

@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #e1efff;
	background-image: url("gfx/background_projekte.jpg"); /** sprite-ref: crashdesignSprite; */
	background-repeat: repeat-x;
}
#outer {
	width: 980px;
	position: relative;
	margin: auto;
}
#head {
	position: relative;
	height: 186px;
	margin-top: 10px;
	z-index: 500;
}
#head  a {
	display: block;
	position: absolute;
	top: 40px;
	height: 137px;
}
a#crashdesign {
	position: absolute;
	right: 0;
	top: 0;
	width: 229px;
	height: 186px;
	background-image: url("gfx/head_crashdesign.png"); /** sprite-ref: crashdesignSprite; */
}
#web {
	position: absolute;
	right: 229px;
	width: 182px;
	height: 186px;
	background-image: url("gfx/head_web.png"); /** sprite-ref: crashdesignSprite; */
}
#service {
	width: 163px;
	background-image: url("gfx/head_service.png"); /** sprite-ref: crashdesignSprite; */
}
#service:hover, #service.active {
	background-image: url("gfx/head_service_active.png"); /** sprite-ref: crashdesignSprite; */
}
#projekte {
	width: 208px;
	left: 163px;
	background-image: url("gfx/head_projekte.png"); /** sprite-ref: crashdesignSprite; */
}
#projekte:hover, #projekte.active {
	background-image: url("gfx/head_projekte_active.png"); /** sprite-ref: crashdesignSprite; */
}
#kontakt {
	width: 172px;
	left: 371px;
	background-image: url("gfx/head_kontakt.png"); /** sprite-ref: crashdesignSprite; */
}
#kontakt:hover, #kontakt.active {
	background-image: url("gfx/head_kontakt_active.png"); /** sprite-ref: crashdesignSprite; */
}

#nav {
	width: 138px;
	position: absolute;
	top: 200px;
	right: 20px;
	z-index: 500;
}
#nav > a {
	display: block;
	width: 138px;
}
#foto {
	height: 91px;
	background-image: url("gfx/nav_foto.png"); /** sprite-ref: crashdesignSprite; */
}
#foto:hover {
	background-image: url("gfx/nav_foto_active.png"); /** sprite-ref: crashdesignSprite; */
}
#art {
	height: 86px;
	background-image: url("gfx/nav_art.png"); /** sprite-ref: crashdesignSprite; */
}
#art:hover {
	background-image: url("gfx/nav_art_active.png"); /** sprite-ref: crashdesignSprite; */
}
#video {
	height: 67px;
	background-image: url("gfx/nav_video.png"); /** sprite-ref: crashdesignSprite; */
}
#video:hover {
	background-image: url("gfx/nav_video_active.png"); /** sprite-ref: crashdesignSprite; */
}

#content {
	position: relative;
	width: 800px;
}

h2 {
	font-size: 20px;
	margin-bottom: 1em;
}
h2.service {
	color: #df9401;
}
h2.projects {
	color: #5f86b1;
}
h2.kontakt {
	color: #539778;
}
h3 {
	font-size: 15px;
	margin-bottom: 1em;
	color: #666666;
}

.contentText {
	padding: 20px;
	padding-top: 0;
	width: 500px;
}
ul.contentText {
	margin-left: 15px;
	list-style: circle;
}

p, ul {
	line-height: 150%;
}
a {
	color: #167cec;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.item {
	position: relative;
	float: left;
	margin: 10px;
	width: 223px;
	height: 133px;
	cursor: move;
	z-index: 1;
}
.item .details {
	margin-bottom: 15px;
	cursor: pointer;
}
.info {
	position: absolute;
	top: 90px;
	left: 190px;
	border: 1px dotted #000;
	background: #fff;
	padding: 10px;
	padding-bottom: 20px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.info p, .info a {
	font-size: 11px;
}
.info p {
	margin-bottom: 1em;
}
.info h3 {
	font-size: 14px;
	color: #265b96;
	margin-bottom: 0.5em;
}
.closeInfo {
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
}
.small {
	font-size: 10px;
}
.clearfix {
	clear: both;
}
form dt, form dd {
	float: left;
	padding: 5px;
}
form dt {
	clear: both;
	padding-left: 20px;
	width: 130px;
}
form dd {
	width: 270px;
}
form input, form textarea {
	width: 100%;
	padding: 2px;
	border: 1px dotted #999999;
}
form textarea {
	height: 100px;
}
form input.button {
	width: auto;
	background: #167cec;
	color: #fff;
	border: 1px solid #fff;
}
.formerror, .forminfo {
	margin-left: 20px;
	padding: 5px 7px;
	width: 400px;
	background-color: #fff;
	color: #090;
	border: 1px dotted #0c0;
	margin-bottom: 10px;
}
.formerror {
	color: #c00;
	border: 1px dotted #c00;
}
.spamschutz {
	width: 80px;
	height: 25px;
	background-image: url("gfx/spamschutz.jpg");
}

