@charset "utf-8";

@media screen {

/* reset:*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* :reset */


body {
	text-align: center;
}

#webseiter {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #ffffff;
	/* background: #000000 url(images/bg-1000x1000.png) center center no-repeat; */
	background: #000000 url(images/bg-pat.png) repeat;
	/* background-attachment: fixed; */
	text-align: center;
}

#page {
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	margin-top: 40px;
	height: 51px;
	background: url(images/webseiter_gob_302x51.gif) 40px no-repeat;
	text-indent: -99999px;
}

h2 {
	color: #3f4446;
	margin: 0 40px 25px 40px;
	font-size: 18px;
	line-height: 30px;
	border-bottom: #3f4446 1px solid;
}

h2.branding {
	border: none;
	margin: 0 40px 35px 40px;
}

img {
	border: none;
}

/* */


/* root element for the whole scrollable setup */
div.portfolio {  
	position: relative;
	overflow: hidden;
	width: 840px;	 
	height: 430px;
	float: left;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#minis {	
	position:absolute;
	width:20000em;	
	clear:both;
	/* border:1px solid #222; */
}

#minis a {
	text-decoration: none;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top: 70px;	
}

/* single item */
#minis div {
	float: left;
	width: 260px;
	height: 300px;
	/* background:#333 url(/img/global/gradient/h150.png) repeat-x 0 146px; */
	margin: 0 10px 0 10px;
	/* border-left:1px solid #333; */
	cursor: pointer;
	color: #3f4446;
}

/* style when mouse is over the item */
#minis div.hover {
	color: #939697;
}

/* style when element is active (clicked) */
#minis div.active {
	color: #939697;
	cursor:default;
}

#minis div .thumb {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	margin-left: 0px;
}

#minis div.hover .thumb,
#minis div.active .thumb {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}


#minis h3,
#minis h3 a {
	color: #939697;
	margin: 18px 0 18px 0;		
	font-size: 14px;
	line-height: 32px;
}

#minis div h3 a:hover,
#minis div.hover h3 a:hover,
#minis div.active h3 a:hover {
	color: #7fb401;
}

#minis div.hover h3,
#minis div.hover h3 a,
#minis div.active h3,
#minis div.active h3 a {
	color: #ffffff;
}


#minis p, #minis span {
	margin: 16px 0 16px 0;		
	font-size: 13px;
	line-height: 20px;
}

#minis h3 em {
	font-style:normal;
	color:yellow;
}


/* */


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
}

a.prev, a.prevPage {
	background: url(images/arrow_l.gif) left top no-repeat;
}


/* next button uses another background image */
a.next, a.nextPage {
	background: url(images/arrow_r.gif) left top no-repeat;
	margin-left: 0px;	
	clear:right;	
}
a.prev {
	margin-right: 10px;
}
a.next {
	margin-left: 10px;
}


/* disabled navigational button */
a.disabled {
	visibility: hidden !important;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin: 0 auto 0 auto;
	width: 130px;
	height: 20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


/* blog: */

#blog {
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 840px;
}

#blog li {
	float: left;
	width: 260px;
	height: 50px;
	padding: 0 10px 0 10px;
	font-size:13px;
	line-height:20px;
}

#blog li a {
	display: block;
	width: 260px;
	height: 50px;
	color: #3F4446;
	text-decoration: none;
}

#blog li a:hover {
	color: #7fb401;
}

/* :blog */


#footer {
	width: 820px;
	margin: 60px auto 30px auto;
	padding: 18px 0 18px 0;
	height: 100px;
	border-bottom: #7fb401 solid 3px;
	color: #eee;
	font-size: 12px;
	line-height: 21px; 
	text-transform: lowercase;
	clear: both;
}
	
#footer .logo {
	margin: 0 20px 0 20px;
	float: left;
	border: none;
}
	
#footer ul {
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
}
	
#footer ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}
	
#footer li a {
	color: #eee;
	text-decoration: none;
	display: block;
	line-height: 20px;
	border-bottom: dotted #000000 1px;
}
	
#footer li a:hover {
	border-bottom: dotted #7fb401 1px;
}
	
#footer .xing {
	padding-top: 57px;
	width: 118px;
	margin: 0;
	float: left;
}

#footer .drupal {
	width: 80px;
	margin-right: 20px;
	float: right;
}


}