/*

Theme Name: Comdeluxe
Theme URL: http://www.comdeluxe.de
Desicription: Comdeluxe - Agentur fŸr Kreative Strategien
Version: 1.0
Author: Marcel Rothenbusch, comdeluxe
*/

/* ------------- Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ------------- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: 
	baseline;background: 
	transparent;
}

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

@font-face {
	font-family: MuseoSans_500; src: url('MuseoSans_500.otf');
}

body {
	font-family: MuseoSans_500, Arial, Verdana, sans-serif;
	height: 100%;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- Ende Reset ---------------------*/

/* -------------- Beginn index --------------*/


#container {
	width: 100%;
	min-height: 100%;
}

#header {
	width: 950px;
}

#mainmenu {
	clear: both;
	float: left;
	width: 50%;
	padding-top: 80px;
	margin-left: 50px;
}

#mainmenu li {
	display: inline;
	margin-right: 30px;
}

#mainmenu li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

#mainmenu li a:hover {
	color: #ff6600;
	text-decoration: none;
}

h1 a {
	float: left;
	display: block;
	width: 175px;
	height: 80px;
	margin-top: 50px;
	margin-left: 50px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#cities {
	padding-top: 50px;
}

.textright {
	font-size: 10px;
	text-align: right;
	float: right;
	color: #ff6600;
}

.textleft {
	float: left;
	margin: 10px 11px 0 0;
	color: #ff6600;
	font-size: 12px;
}

#social {
	float:right;
	width: auto;
	margin: 70px 0 30px 0;
	height: 25px;
}

.social_links {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0px 0 0 11px;
}

.social_links a {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 11px 0 0;
}

#facebook a {	
	text-indent: -9999px;
	background: url(images/sociallink_facebook.png) 0 0 no-repeat;
}

#facebook a:hover {	
	text-indent: -9999px;
	background: url(images/sociallink_facebook_hg.png) 0 0 no-repeat;
}

#flickr a {
	text-indent: -9999px;
	background: url(images/sociallink_flickr.png) 0 0 no-repeat;
}

#flickr a:hover {
	text-indent: -9999px;
	background: url(images/sociallink_flickr_hg.png) 0 0 no-repeat;
}

#rss a {
	text-indent: -9999px;
	background: url(images/sociallink_rss.jpg) 0 0 no-repeat;
}

#rss a:hover {
	text-indent: -9999px;
	background: url(images/sociallink_rss_hg.png) 0 0 no-repeat;
}

#login a {
	text-indent: -9999px;
	background: url(images/sociallink_login.png) 0 0 no-repeat;
}

#login a:hover {
	text-indent: -9999px;
	background: url(images/sociallink_login_hg.png) 0 0 no-repeat;
}

.text_orange_left {
	float: left;
	margin: 10px 11px 0 0;
	color: #ff6600;
	font-size: 12px;
}

#imagebox {
	clear: right;
	height: 265px;
	width: 900px;
	margin: 0 0 0 50px;
}

/* ------------------Beginn Imagebox + Slider ---------------*/


#slider {
	position: relative;
	height: 260px;
	width: 900px;
	background: url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}
	
	
/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-transform: uppercase;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
	color: #ff6600;
	text-decoration: none;
}

.nivo-caption a:hover {
	color: #666666;
}

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	right:15px;
	background-position: -30px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav  {
	float: right;
	}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	float: left;
	background: url(images/bullets.png) no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	margin-top: 270px;
}

.nivo-controlNav a.active {
	background-position: 0 -22px;
	}


/* ---------------------Ende Imagebox + Slider ------------*/

/*General Mosaic Styles*/

ul.menu {   
	font-size: 12px;  
	list-style: none;  
	margin-left: 0;  
	width: 100%;  
}  

ul.menu li {
	display:block;   
	color: #666;
	margin-bottom: 2px;  
}  

.selected {
	color: #666;
	}
	
.selected a, .selected a:visited {
	color: #999;
	}


ul.menu li a {
	display: block;   
	color: #666;
	margin-bottom: 2px;  
}  

ul.menu li a:hover {   
	color: #ff6600;  
} 

ul.menu li.current a, ul#filter a:hover { 
	color: #ccc; 
}  

ul.menu li.current a { 
	color: #ccc; 
}


ul.item li {
	list-style-type: none;
	display: block;
	float: left;
}
	
#rightcolumn {
	float: left;
	width: 670px;
	height: auto;
}

.clearfix { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
						
.details{ margin:15px 20px; }	

h4 { 
	font-size: 14px;
	font-weight: normal; 
	line-height:120%; 
	color:#fff;
	margin-bottom: 5px; 
}
					
p { font-size: 12px; 
	line-height:120%; 
	color:#fff;
	}

a { 
	text-decoration: none; 
}


/*General Mosaic Styles*/



.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:205px;
	height:205px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.mosaic-backdrop {
		display:none;
		position:absolute;
		height:100%;
		width:100%;
}
	
.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
		
				
.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(images/bg_orange.png);
		}

#section {
	width: 950px;
	height: 200px;
	margin: 35px 0 25px 0;
}

#invitation {
	float: left;
	width: 240px;
	height: 200px;
	margin-left: 50px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ff6600;
}

.fliesstext_grau {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.fliesstext_grau a {
	color: #ff6600;
	text-decoration: none;
}

.fliesstext_grau a:hover {
	text-decoration: underline;
}

#projekte {
	width: 660px;
	height: auto;
	float: right;
}

.projektbox {
	float: left;
	width: 220px;
	height: auto;
}

.invitationtext a {
	display: block;
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
	}
	
.invitationtext a:hover {
	text-decoration: underline;
	}

.weiterlesen {
	display: block;
	float: left;
	margin-top: 20px;
	}
	
.weiterlesen a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	}

.weiterlesen a:hover {
	text-decoration: underline;
	}
	
#footer  {
	clear: both;
	width: 890px;
	height: 30px;
	padding-top: 20px;
	margin-left: 60px;
}

.foottext {
	float: left;
	font-size: 10px;
	color: #666;
}

.foottext a {
	color: #ff6600;
	text-decoration: none;
}

.foottext a:hover {
	text-decoration: underline;
}

#impressum {
	float: left;
	font-size: 10px;
	color: #666;
	float: right;
	text-decoration: none;
}

.cl_right {
	clear: right;
	height: .1px;
	font-size: 0;
	line-height: 0;
}

/*-----------------Ende index -----------------*/



