/* Eric Meyer reset.css */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

strong
{	font-weight:bold;
}

small
{	font-weight: lighter;
}

/* remember to define focus styles! */
:focus
{  outline: 0;
}

ol, ul
{ list-style-position: outside;
	list-style-type:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{ border-collapse: separate;
  border-spacing: 0;
}

caption, th, td
{	text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{	content: "";
}

blockquote, q
{ quotes: "" "";
}


/* Spezielle Eigenschaften für die Schriftfarbe / Ausrichtung usw. */

.right
{	float:right;
	display:inline;
}

.left
{	float:left;
	display:inline;
}

.my_clear, .form_clear
{	clear:both;
	height:0.1px;
	overflow:hidden;
}

.clear
{	clear:both;
}

.invisible
{	display:none;
}


.short_320
{	width:320px;
}

.margin_center
{	margin:auto;
}


.img_box
{	margin-bottom:10px;
}

.no_bottom_padding
{	padding-bottom:0px !important;
}

.no_top_padding
{	padding-top:0px !important;
}


/* schriftfarben */

.white
{	color:#ffffff !important;
}


.blue
{    color:#04c3f3    !important;
}


.rot
{    color:red    !important;
}

.lightgrey
{	color:#dddddd !important;
}

.grey
{	color:#919191 !important;
}
/* ab hier fängt das eigentliche Layout an */

body
{	font-size:1em;

	font-family:Calibri,Helvetica,Arial sans-serif;
	background-repeat:no-repeat;
	background-position:center 50px;
	background-color:#000000;
}

/* das Grundgerüst */
#wrapper
{	width:1200px;
	padding:44px 0px 0px 0px;
	overflow:hidden;
	margin:auto;
}

/* der header */

#header
{	width:100%;
}

#header .inside
{	padding:0px 0px 0px 50px;
}


.logo
{	float:left;
}

#header_menu
{	float:left;
	margin:0px 0px 0px 47px;
	display:inline;
}

#header_menu_right
{	float:right;
}

#header_menu_right li
{	float:right;
	margin-left:18px;
	display:inline;
}

#header_menu_right a:link,
#header_menu_right a:visited,
#header_menu_right a:active
{	color:#04c3f3;
	text-decoration:none;
	font-size:0.8em;
}

#header_menu_right a:hover,
#header_menu_right a.active
{	color:#ffffff !important;
}





/* links/rechts/conatiner */

#container
{	padding:50px 0px 50px 0px;
	min-height:800px;

/* das hier sorgt dafür das der content am anfang nicht zu sehen ist er wird dann über js sichtbar geschaltet */
	opacity: 0;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
    filter: alpha(opacity=0); /*IE7 und kleiner*/

}


/* der linke Bereich */
.left_side
{	width:431px;
	overflow:hidden;
	float:left;
}

.left_side_big
{	width:555px;
	overflow:hidden;
	float:left;
}

.webdesign .left_side
{	width:680px;
}

.webgestaltung .left_side
{	width:729px;
}


.left_side .inside
{
}



/* der rechte Bereich */

.right_side
{	width:759px;
	overflow:hidden;
	float:right;
}

.right_side_small
{	width:600px;
	overflow:hidden;
	float:right;
}

.webdesign .right_side
{	width:495px;
	margin:7px 15px 0px 0px;
}

.webgestaltung .right_side
{	width:320px;
	margin-right:87px;
}

.right_side .inside
{
}

/* der content */

#main
{	font-size:1.2em;
	color:#ffffff;
}

#main .inside
{
}


.title
{	width:342px;
	height:100px;
	line-height:100px;
	color:#ffffff;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 68px !important;
	font-size:1.6em !important;
	margin:0px !important;
	font-weight:normal !important;
}

.title_short
{	width:266px;
	height:60px;
	line-height:60px;
	color:#ffffff;
	background-image:url(../images/title_short.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 33px !important;
	font-size:1.3em;
	font-weight:bold;
	margin:0px !important;
}


#main h1
{	font-size:1.3em;
}

#main h2
{	font-size:1.1em;
}


#main p
{	padding:10px 0px;
	line-height:1.4em;
}

#main ul
{	padding:10px 0px 10px 22px;
	line-height:1.4em;
}

#main li
{	background-image:url(../images/main_li.png);
	background-repeat:no-repeat;
	background-position:left 0.7em;
	padding-left:13px;
}




/* der footer */

#footer
{	font-size:0.8em;
	clear:both;
	padding-bottom:20px;
}

#footer .inside
{
}

#footer h4
{	font-weight:bold;
	font-size:1.1em;
	line-height:1.7em;
}


#footer .footer_linklist li
{	float:right;
	background-image:url(../images/footer_linklist_li.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0px 10px 0px 6px;
}

#footer .footer_linklist li.first
{	background-image:none;
	padding-right:0px;
}

.footer_bottom
{	padding:40px 0px;
	font-size:0.9em;
}

#footer .footer_linklist a
{	color:#ffffff;
	text-decoration:none;
}

#footer .footer_linklist a:hover,
#footer .footer_linklist a.active
{	color:#04c3f3 !important;
}

.adressblock
{	float:left;
	display:inline;
	margin-left:26px;
	padding:5px 0px 0px 0px;
}


.adressblock a:link,
.adressblock a:visited,
.adressblock a:active
{	color:#04c3f3;
	text-decoration:none;
}

.adressblock a:hover,
.adressblock a.active
{	color:#ffffff !important;
}


#footer p,
#footer li
{	line-height:1.4em;
}

.link_block
{	float:left;
	margin:4px 0px 0px 40px;
	display:inline;
	max-width:130px;
	padding:5px 0px 0px 0px;
}


.link_block a:link,
.link_block a:visited,
.link_block a:active
{	color:#919191;
	text-decoration:none;
}

.link_block a:hover,
.link_block a.active
{	color:#ffffff;
}

.socialbox
{	background-color:#292929;
	padding:19px 24px 11px 24px;
	float:right;
	font-size:1.4em;
}

.socialbox h4
{	font-weight:normal;
}

.socialbox .second_line
{	position:relative;
	top:-5px;
	padding-right:15px;
}



/* die darstellung von abgerundeten transparenten boxen */

.margin_left_40
{	margin-left:40px;
}


.roundbox .left_box
{	overflow:hidden;
	background-image:url(../images/rundebox/left_box.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.roundbox .right_box
{	overflow:hidden;
	background-image:url(../images/rundebox/right_box.png);
	background-repeat:repeat-y;
	background-position:right top;
}

.roundbox .top_box
{	height:10px;
	overflow:hidden;
}

.roundbox .top_box .rounded_inside
{	background-repeat:repeat-x;
	background-image:url(../images/rundebox/box_top.png);
	display:block;
	height:10px;
	margin:0px 10px;
}

.roundbox .end_box
{	height:10px;
	overflow:hidden;
}

.roundbox .top_left
{	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/rundebox/top_left.png);
}

.roundbox .top_right
{	float:right;
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/rundebox/top_right.png);
}

.roundbox .end_box .rounded_inside
{	background-repeat:repeat-x;
	background-image:url(../images/rundebox/box_end.png);
	display:block;
	height:10px;
	margin:0px 10px;
}


.roundbox .end_left
{	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/rundebox/end_left.png);
}

.roundbox .end_right
{	float:right;
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/rundebox/end_right.png);
}

.roundbox .content
{	margin:0px 10px;
	background-image:url(../images/rundebox/content.png);
	padding:5px 0px;
}




/* startseite */

.unsere_leistungen
{	padding:16px 0px 0px 33px;
}

.unsere_leistungen ul
{	list-style-type:none;
	list-style-position:outside;
}

.unsere_leistungen li
{	float:left;
	display:inline;
	margin-left:63px;
	width:298px;
	overflow:hidden;
}

.unsere_leistungen a:link,
.unsere_leistungen a:visited,
.unsere_leistungen a:active
{	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
}

.unsere_leistungen a:hover
{	color:#04c3f3;
}

.unsere_leistungen a:hover .blue
{	color:#ffffff !important;
}


.unsere_leistungen span.block
{	display:block;
	background-color:#171717;
	height:63px;
	line-height:63px;
	overflow:hidden;
	padding:0px 0px 0px 10px;
}


/* webdesign */

#main .webdesignlist
{	list-style-type:none;
	list-style-position:outside;
	width:110%;
	margin:5px 0px 0px 27px;
	padding:0px;
	line-height:normal;
}

#main .webdesignlist li
{	float:left;
	width:126px;
	height:96px;
	overflow:hidden;
	background-image:url(../images/webdesign_left_li.png);
	background-repeat:repeat;
	margin:4px 2px 0px 2px;
	padding:0px;
	text-align:center;
	line-height:normal;
}

.webdesignlist .hovertext,
.webdesignlist .img
{	display:none;
}

.webdesignlist a:link,
.webdesignlist a:visited,
.webdesignlist a:active
{	color:#04c3f3;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	padding-top:25%;
}

.webdesignlist a:link .linktext,
.webdesignlist a:visited .linktext,
.webdesignlist a:active .linktext
{	display:inline;
}

.webdesignlist a:link .hovertext,
.webdesignlist a:visited .hovertext,
.webdesignlist a:active .hovertext
{	display:none;
}

.webdesignlist a:hover .linktext,
.webdesignlist a.active .linktext
{	display:none !important;
}

.webdesignlist a:hover .hovertext,
.webdesignlist a.active .hovertext
{	display:inline !important;
}

.webdesignlist .hovertext
{	font-size:0.8em;
}

.webdesignlist .linktext small
{	font-size:0.6em;
	color:#ffffff;
	display:block;
}

.webdesignlist a:hover .blue,
.webdesignlist a.active .blue
{	color:#ffffff !important;
}


.webdesignlist a:hover,
.webdesignlist a.active
{	background-color:#04c3f3 !important;
	color:#ffffff !important;
}

#picturebox
{	padding:10px 0px 0px 150px;
}


/* kontaktseite */

.kontaktform
{	margin:	10px 160px 0px 117px;
}

.kontaktform .form
{	padding:0px 0px 0px 10px;
}

.form label
{	width:288px;
	padding:0px 22px 0px 35px;
	float:left;
	line-height:30px;
	margin-top:11px;
}

.form input.text
{	background-image:url(../images/input_text.png);
	background-repeat:repeat-x;
	height:29px;
	padding:0px 5px;
	border-width:0px;
	background-color:transparent;
	width:295px;
	color:#ffffff;
	font-size: 17px;
	margin-top:11px;
	line-height:30px;
}

.form textarea
{	height:151px;
	width:498px;
	background-image:url(../images/textarea.png);
	background-repeat:repeat-x;
	background-color:transparent;
	padding:5px 5px;
	border-width:0px;
	overflow:auto;
	color:#ffffff;
  font-family: inherit;
	font-size: 17px;
	margin-top:11px;
}

.form textarea.error
{	background-image:url(../images/textarea_error.png);
}

.form input.error
{	background-image:url(../images/input_text_error.png);
}

.form .submit
{	margin:32px 0px 0px 324px;
	width:204px;
	height:30px;
}


/* projekte */

#ajaxcontent
{	margin:10px	0px 0px 0px;
}


.projektbox
{	width:1145px;
	margin:0px 0px 0px 40px;
}
.projektbox .content a
{
	color: #04C3F3;
}