/* Zuruecksetzen der Standard Browser Stile */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}div{position:relative;}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body
{
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #363636;
}
#deamMaster
{
	width:800px;
	position: relative;
	text-align:left;
	margin:0 auto 0 auto;
	background-color:transparent;
	z-index: 10;
}

.deamImage
{
	width: 200px;
	height: 150px;
	background-color: #fec24d;
}


#deamHead
{
	width: 800px;
	height: 150px;
	color: #fff;
	background-color: #fff;
	font-size: 13px;
}

#deamTopBar
{
	width: 788px;
	padding: 15px 0 15px 12px;
	background-color: #818285;
	z-index:100;
}

#deamContent
{
	padding: 0;
	width: 800px;
	height: 100%; /* for IE6 */
	position: relative;
	background-color: #EBEBEB;
	overflow: hidden;
	z-index:20;
	-moz-box-shadow: 0 0 20px #fff;
	-webkit-box-shadow: 0 0 20px #fff;
}

#deamContentBlog
{
	padding: 0;
	width: 800px;
	height: 100%; /* for IE6 */
	position: relative;
	background-color: #EBEBEB;
	z-index:20;
	-moz-box-shadow: 0 0 20px #fff;
	-webkit-box-shadow: 0 0 20px #fff;
}

/* Ganze Breite */
#deamInputBreit
{
	width: 776px;
	padding: 12px;
	position: relative;
	background-color: #EBEBEB;
	display: block;
}

/* Falls 2-spaltiger Aufbau gewünscht wird */
/* Linke Spalte */
#deamCol1
{
	width: 176px;
	padding: 12px;
	position: relative;
	background-color: #EBEBEB;
	float: left;
}

/* Rechte Spalte */
#deamInput
{
	width: 564px;
	padding: 12px;
	position: relative;
	margin-left: 12px;
	background-color: #EBEBEB;
	float: right;
}
/* Ende 2-spaltiger Aufbau gewünscht wird */


div.deamTeam
{
	width:350px;
	float: left;
}

/* Start TopNav */
ul.deamTopNav li
{
	float: left;
	padding-right: 12px;
}

ul.deamTopNav a, ul.deamTopNav a:visited
{
	font-weight: normal;
	color: #fff;
	padding:3px 0;
	text-decoration:none;
	text-shadow: 0 0 3px #fff;
}

ul.deamTopNav a:hover, ul.deamTopNav a:active
{
	color:#fec24d;
	text-decoration: none;
	text-shadow: none;
}


ul.deamTopNav a.deamTopNavAct, ul.deamTopNavAct a:visited, ul.deamTopNavAct a:hover, ul.deamTopNavAct a:active
{
	font-weight: normal;
	color:#fec24d;
	padding:3px 0;
	text-decoration:none;
	text-shadow: none;
}
/* Ende TopNav */


/* Start deamFooter */
#deamFooter
{
	z-index:30;
	width: 788px;
	padding: 15px 0 15px 12px;
	background-color: #818285;
	color:#fff;
}

ul.deamFooterNav a, ul.deamFooterNav a:visited
{
	font-weight: normal;
	color: #fff;
	padding:3px 0;
	text-decoration:none;
	text-shadow: 0 0 3px #fff;
}

ul.deamFooterNav a:hover
{
	color:#fec24d;
	text-decoration: none;
	text-shadow: none;
}
/* Ende deamFooter */

#deamSpecials
{
	display:none;
/*
	width:403px;
	height:464px;
	background: transparent url(/static/pix/vladstudio_tree.png) no-repeat;
	position:fixed;
	bottom:-11px;
	right:-150px;
	z-index:100000;
*/
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.deamPixLeft
{
	width: 90px;
	height: 126px;
	float: left;
	padding: 0 8px 4px 0;
	margin-top: 12px;
}

.deamPixRight
{
	width: 90px;
	height: 126px;
	float: right;
	padding: padding: 0 0 4px 8px 0;
	margin-top: 12px;
}

h1
{
	font-size:16px;
	font-weight:bold;
	color:#047db2;
	margin-bottom:8px;
	text-shadow:0 1px 1px #a1a1a1;
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:#818285;
	margin:12px 0 4px 0;
	text-shadow:0 1px 1px #a1a1a1;
}

h2.deamTop
{
	font-size:16px;
	font-weight:bold;
	color:#818285;
	margin:0 0 4px 0;
}
.deamAccordion h2
{
	font-size:12px;
	margin:0;
	padding:2px 4px 4px 4px;
	cursor:pointer;
	text-shadow:none;
	border: 1px #d3d3d3 solid;
}
.deamAccordion h2.ui-state-default
{
	margin:0 0 8px 0;
}
.deamAccordion .ui-accordion-content
{
	margin:0 0 8px 0;
	padding:2px 4px 2px 4px;
	border-bottom: 1px #d3d3d3 solid;
	border-left: 1px #d3d3d3 solid;
	border-right: 1px #d3d3d3 solid;
}

a
{
	color: #0078bf;
	text-decoration: none;
}

a:hover
{
	color: #0078bf;
	text-decoration: underline;
}


a.deamThemen:link, a.deamThemen:active, a.deamThemen:visited
{
	color:#333;
	display:block;
	text-decoration:none;
}


a.deamThemen:hover
{
	color:#333;
	display:block;
	text-decoration:underline;
}

acronym
{
	border-bottom: 1px #000 dotted;
}

ul.deamListe, ol, .deamBlogEntry ul
{
	list-style-image:url(/static/pix/liste.png);
	list-style-position:outside;
	margin:0;
	padding: 4px 0 4px 12px;
}

ul.deamListe li, ul.deamLiInside li, ol.li
{
	padding-bottom: 4px;
}

.deamBlogEntry ol, code ol
{
	list-style-image: none;
	list-style-position:inside;
	list-style-type: decimal;
	padding:0;
	margin-left: 25px;
}
pre code {
	display: block;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #d3d3d6;
	border-left-width: 5px;
	white-space: pre;
	overflow-x: auto;
	width: 98%;
}
code {
	color: #666;
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.9em;
	font-size: 1em;
}

ul.deamLiInside
{
	list-style-image:url(/static/pix/liste.png);
	list-style-position:inside;
	margin:0;
	padding: 4px 0 4px 12px;
}


blockquote
{
	background-color: #E4E4E4;
	border: 1px dashed #0078bf;
	color: #33344A;
	margin: 4px 0;
	padding: 5px 8px;
	position: relative;
}

.dp-highlighter
{
	background-color:#E7E5DC;
	font-family:"Consolas","Courier New",Courier,mono,serif;
	font-size:12px;
	margin:18px 0 !important;
	overflow:auto;
	padding-top:1px;
	width:99%;
}

.dp-highlighter .bar
{
	padding-left:45px;
}

.dp-highlighter .tools
{
	-x-system-font:none;
	background-color:#F8F8F8;
	border-left:3px solid #6CE26C;
	color:silver;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 8px 10px 10px;
}

.dp-highlighter .tools a
{
	background-color:inherit;
	color:#A0A0A0;
	font-size:9px;
	margin-right:10px;
	text-decoration:none;
}

.dp-highlighter a, .dp-highlighter a:hover
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	margin:0;
	padding:0;
}



/* Start Formulare */

input, select, textarea
{
	width: 350px;
	border: 1px #0078bf solid;
	color: #333;
	padding: 4px;
	background-color: #F2F2F2;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

/* für checkboxen, radios */
.klenAuswahl
{
	width: auto;
	border: none;
}

/* für submitbutton */
.deamSubmit
{
	width: 175px;
}

div.deamRow
{
	width: 564px;
	float: left;
	border: none !important;
	padding: 0;
	margin-bottom: 2px;
}

div.deamRow div label
{
	width: auto;
	float: none;
}

div.deamRow label, div.deamRow div.klenLabelSpacer
{
	width: 200px;
	float: left;
	color: #047db2;
}

.deamNote
{
	color: #333;
	font-size: 11px;
}

div.deamNoFloat label
{
	float: none;
}

div.deamCheck
{
	width: 346px;
	float: right;
	padding-left: 4px;
}

.deamError
{
	margin-bottom: 12px;
}
/* Ende Formulare */

/* Start deamClearfix */
.deamClearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.deamClearfix
{
	display: inline-block;
}
/* Hides from IE-mac */
* html .deamClearfix
{
	height: 1%;
}
.deamClearfix
{
	display: block;
}
/* End hide from IE-mac */


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

/* Blog */

div.deamBlogGesamt
{
	margin-bottom: 24px;
}

#deamBlogNews
{
	float:right;
	overflow: hidden;
	text-align: right;
	margin-right: 12px;
}

h1.deamBlogHL, .deamBlogPost h1
{
	padding: 5px 0;
}

div.deamBlogMarker
{
	background: transparent url(/static/pix/blog_marker.png) no-repeat;
	width: 7px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: -31px;
	z-index: 100;
	margin-top: 5px;
}

h1.pagetitle
{
	color: #818285;
	font-size: 13px;
	text-shadow: none;
}

.deamBlogLeft
{
	float: left;
	margin: 0 12px 0 0;
}

.deamBlogRight
{
	float:right;
	margin:0 0 0 12px;
}

#sidebar, #deamBlogSidebar
{
	border-top: 1px solid #818285;
	margin: 12px 0 0 0;
}

#deamBlogFooter
{
	margin-top: 12px;
}

#comments
{
	border-top: 1px solid #818285;
	padding: 12px 0;
}

.deamBlogHG
{
	background: transparent url(/static/pix/blog_bg.png) repeat-x;
	margin-left: -12px;
	margin-right: -12px;
	padding: 4px 0 4px 12px;
}

/* für single */
div.deamBlogKlick
{
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}

div.deamBlogKlick a
{
	color: #818285;
	text-decoration: none;
}

div.deamBlogKlick a:hover
{
	color: #0078BF;
	text-decoration: none;
}

/* für Gesamtliste */
.deamBlogBottom
{
	border-top: 1px solid #818285;
	padding: 12px 0 0 0;
	font-weight: bold;
}

.deamTrenner
{
	padding: 0 0 8px 0;
	margin: 8px 0 0 0;
	border-bottom: 1px solid #818285;
}


p
{
	margin: 4px 0;
}


/* fuer das rating beim blog */
div.gdsr_rating_as
{
	position:absolute;
	top:0; left:0;
}

/*
#deamBlogNews h2 {
	float:left;
	margin: 0 4px 0 0;
}
*/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-clip-horizontal {
    width: 320px !important;
    height: 18px !important;
}
.jcarousel-clip-vertical {
    width: 320px !important;
    height: 18px !important;
}


.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	overflow:hidden;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 320px;
	height: 18px;
	margin: 0 10px 0 0;
}

.jcarousel-list li a
{
	color: #fec24d;
}

/* Projekte screenshots */
.deamProjekte
{
	margin-bottom:12px;
}

.deamProjekteText
{
	width: 576px;
	float:left;
}

.deamScreen
{
	width:176px;
	display:block;
	float:left;
	padding:12px 0 12px 0;
	margin: 0 24px 12px 0;

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#818285 none repeat scroll 0 0;
}

.deamScreen:hover
{
	width:176px;
	display:block;
	float:left;
	padding:12px 0 12px 0;
	margin: 0 24px 12px 0;

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#363636 none repeat scroll 0 0;
}


.deamScreen h2 a, a.deamScreenLink
{
	color:#CBC5C3;
	display:block;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
	text-align: center;
	margin: 12px 0 4px 0;

}

.deamScreen h2 a:hover, a.deamScreenLink:hover
{
	color:#0078bf;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	margin: 12px 0 4px 0;
}

.deamScreen img
{

	width: 150px;
	height: 120px;
	vertical-align: top;
	margin-left: 13px;
}

/* Zoomfunktion */
div.deamImageZoom {
	line-height: 0;
	font-size: 0;

	z-index: 10000;

	border: 5px solid #fff;
	margin: -5px;

	-moz-box-shadow: 8px 8px 18px #6f7072; /* Firefox und Co. */
	-webkit-box-shadow: 8px 8px 18px #6f7072; /* fuer Safari und Co. */
}

div.deamImageZoom a {
	background: url(/static/pix/icon_schliessen.png) no-repeat;

	display: block;
	width: 42px;
	height: 42px;

	position: absolute;
	left: -23px;
	top: -23px;
	/* IE-users are prolly used to close-link in right-hand corner */
	*left: auto;
	*right: -17px;

	text-decoration: none;
	text-indent: -100000px;
	outline: 0;

	z-index: 10001;
}

div.deamImageZoom img,
div.deamImageZoom embed,
div.deamImageZoom object,
div.deamImageZoom div {
	width: 100%;
	height: 100%;
}


td
{
	padding: 2px;
}

img.alignleft
{
	margin: 0 10px 10px 0;
	float:left;
}
.ratingblock
{
	clear:both;
}