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

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body { color: #111c24; background-color: /*#003046*/ #BFDDEA; font-family:Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.7;}
#background{position:absolute; z-index:1; background-color: /*#003046*/ #BFDDEA; /* width:100%; height:100%;*/}
#backgroundscroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

#wrapper { margin: 50px auto 0 auto; padding: 0px; width: 960px;  }

#content-left { width: 319px; height: 518px; border: 1px solid #a8d1e0; border-right: none; padding: 40px 30px; background: url(../images/bg-left.png) repeat-x #203240; color: #e5e5e5; line-height: 1.6;}
#content-right { width: 539px; height: 558px;border: 1px solid #a8d1e0; border-left: none; overflow-y: auto; background-color:#fff; padding: 20px;}
#footer {text-align:right; font-size: 11px;}


#note-it
{
	background:url(../images/note-it.jpg) no-repeat;
	width: 304px;
	height: 369px;
	padding: 35px 45px 90px 85px; 
	margin:50px auto auto 40px; 
	line-height: 2;
}


/* +++++++++++++++ left startseite +++++++++++ */

#content-left h1
{
	font-size: 20px; 
	margin: 40px 0 30px 0;
	font-weight: normal;
}



#content-left strong
{
	color: #fff;
}

ul#competence li
{
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
	font-size:13px;
}

ul#competence li#design {background-image:url(../images/comp_design.png)}
ul#competence li#programming {background-image:url(../images/comp_pro.png)}
ul#competence li#support {background-image:url(../images/comp_supp.png)}
ul#competence li#strategy {background-image:url(../images/comp_strat.png)}
ul#competence li#seo {background-image:url(../images/comp_seo.png);}


#quick-contact
{
	font-size: 11px;
	line-height: 1.9;
}

#content-left hr
{
	margin: 20px 0px;
}

/* +++++++++++++++ footer ++++++++++++++++++*/
#footer a, #footer a:visited {
	color: #ccc;
	font-weight: normal;
}


/* +++++++++++++++ standard html +++++++++++ */

 
a, a:visited {
	color: #00a0df;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	text-decoration: underline;
}

hr { background: #ddd; border: none; height: .1em; margin:1em 0}

h2 { font-weight: bold;}

p { padding: 8px 0;}


/* +++++++++++++++ helper +++++++++++ */

.small
{	
	font-size: 11px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.cleardiv 
{ 
	clear: both; 
	line-height: 0; 
	height: 0px; 
	font-size: 0px; 
}

.clear
{ 
    clear: both; 
}

.floatnone
{
	float: none;
} 