* {
    margin:0;
    padding:0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
    background: #fae5d2 url(../images/bg_page.jpg) repeat-x;
    color: #000;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 20px 0;
}

img {
    border: 0;
}


/*******************************************************************************
link styles
*******************************************************************************/

a,
a:link,
a:active {
    text-decoration: underline;
    background-color: inherit;
    color: #E6781E;
}

a:visited {
    text-decoration: underline;
    background-color: inherit;
    color: #E6781E;
}

a:hover {
    text-decoration: underline;
    /* background-color: #E6781E; */
    color: #666;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#header h1 a {
    text-decoration: none;
    color: #AAA;
}


/*******************************************************************************
menu
*******************************************************************************/

#navi ul li {
    display: inline;
    list-style-type: none;
    padding-right: 32px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}

#navi a {
    text-decoration: none;
    color: #888;
}

#navi a:hover {
    background-color: #FFF;
    color: #E6781E;
    text-decoration: underline;
}

#navi ul li.menu-current a {
    color: #E6781E;
}


/*******************************************************************************
basic layout
*******************************************************************************/

#pagewrapper {
    margin: 0 auto;
    width: 960px;
    border: 0px solid #E6781E;
    background: #FFF url(../images/bg_rund_top.gif) no-repeat left top;
}

#wrapper2 {
	overflow: auto;
    width: 900px;
	padding: 30px 30px 10px 30px;
    background: transparent url(../images/bg_rund_bottom.gif) no-repeat left bottom;
}

#header {
    width: 900px;
    padding: 10px 0 60px 0;
    /* border-top: 8px solid #E6781E; */
    /* background: #EEEEEE; */
    float: left;
}

#header h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #AAA;
    float: right;
    margin: 0;
    padding-top: 15px;
    /* letter-spacing: 1px; */
}

#header img {
    float: left;
}


#navi {
    clear: both;
    width: 900px;
    padding: 20px 0;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}

#content {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #BBB;
	margin-bottom: 2px;
}

#content.rm02,
#content.rm03 {
    padding: 22px 0 30px 0;
}

#content.start,
#content.rm02 {
	float: left;
}

#startcontent_l {
	float: left;
	width: 530px;
	/* background-color: #EEE; */
}

#startcontent_r {
	float: left;
	margin-left: 20px;
	width: 350px;
}

#content_l {
	float: left;
	width: 530px;
	/* background-color: #EEE; */
}

#content_r {
	float: left;
	margin-top: 18px;
	margin-left: 40px;
	padding-left: 40px;
	width: 289px;
	/* background-color: yellow; */
    border-left: 1px dotted #BBB;
	font-size: 11px;
}

#startcontent_r img { display: block; }

#startbox_webdesign {
	background: #FFF url(../images/icon_webdesign.gif) no-repeat 0px 15px;
    border-top: 1px dotted #BBB;
	margin-top: 30px;
	padding: 25px 0 0 75px;
}

#startbox_onlinemarketing {
	background: #FFF url(../images/icon_online-marketing.gif) no-repeat 0px 13px;
    border-top: 1px dotted #BBB;
	margin-top: 30px;
	padding: 25px 0 0 75px;
}

#startbox_suchmaschinenoptimierung {
	background: #FFF url(../images/icon_suchmaschinenoptimierung.gif) no-repeat 0px 15px;
    border-top: 1px dotted #BBB;
	margin-top: 30px;
	padding: 25px 0 0 75px;
}

#footer {
    clear: both;
    border-top: 1px solid #BBB;
    padding: 20px 0 0 0;
    font-size: 11px;
    /* background-color: #666666; */
}


/*******************************************************************************
content styling
*******************************************************************************/

/* headings *******************************************************************/

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
	font-weight: normal;
    margin: 0 0 30px 0;
	color: #E6781E;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
	font-weight: normal;
    margin: 0 0 10px 0;
	/* color: #888; */
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
	font-weight: normal;
	padding-top: 25px;
    margin: 30px 0 25px 0;
	color: #E6781E;
	border-top: 1px dotted #BBB;
}

#content_r h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
    margin: 0 0 25px 0;
    line-height: 140%;
	/* color: #E6781E; */
}

h1.webdesign {
	background: #FFF url(../images/icon_webdesign.gif) no-repeat 0px 0px;
	padding: 18px 0 0 75px;
	height: 43px;
    margin: 0 0 11px 0;
}

h1.onlinemarketing {
	background: #FFF url(../images/icon_online-marketing.gif) no-repeat 0px 0px;
	padding: 18px 0 0 75px;
	height: 43px;
    margin: 0 0 11px 0;
}

h1.seo {
	background: #FFF url(../images/icon_suchmaschinenoptimierung.gif) no-repeat 0px 0px;
	padding: 18px 0 0 75px;
	height: 43px;
    margin: 0 0 11px 0;
}

h1.referenzen {
	background: #FFF url(../images/icon_referenzen.gif) no-repeat 0px 0px;
	padding: 18px 0 0 75px;
	height: 43px;
    margin: 0 0 11px 0;
}

h1.kontakt {
	background: #FFF url(../images/icon_kontakt.gif) no-repeat 0px 0px;
	padding: 18px 0 0 75px;
	height: 43px;
    margin: 0 0 11px 0;
}


/* text ***********************************************************************/

p {
    line-height: 140%;
    margin: 0 0 20px 0;
}

#content_r p {
    margin: 0 0 25px 0;
}

td { line-height: 140%; }

strong, b { font-weight: bold; }

em, i { font-style: italic; }

.small { font-size: 11px; }


/* lists **********************************************************************/

#content ul,
#content ol,
#content dl {
    margin: 0 0 20px 0;
}

#content ul li,
#content ol li {
    margin: 0 0 10px 30px;
    line-height: 140%;
}


/*******************************************************************************
diverses
*******************************************************************************/

.bordertop {
    border-top: 1px dotted #BBB;
	margin-top: 30px;
	padding-top: 20px;
}

.breit {
	letter-spacing: 2px;
}

table.adresse td {
	white-space: nowrap;
}

table.adresse td.abstand {
	padding-right: 70px;
}

table.adresse {
	margin-bottom: 30px;
}

#content_r label {
    width: 100px;
    float: left;
    text-align: right;
    margin: 0 10px 2px 0;
    padding: 5px 0 0 0;
    display: block;
    /* background-color: #EEE; */
}

#content_r input.submit {
    margin-left: 110px;
}

#content_r input.textinput {
    width: 170px;
    height: 17px;
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #BBB;
}

#content_r input.submit {
    background-color: #f5c9a5;
    border: 1px solid #E6781E;
    margin-top: 5px;
    padding: 2px;
    font-size: 11px;
}

