* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

body {
	background: #A2BAC5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 44px;
}

p {
	padding-top: 1.2em;
}

#wrapper {
/*min-width:300px;
max-width:970px;*/
	width: 970px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	background: #FFFFFF;

}



#header {
	position: relative;
	float: left;	
	width: 100%;
	height: 145px;
	background: url(../images/right_top.gif) no-repeat right top;
	border-bottom: 1px solid #666666;
}


#logo {
	height: 87px;
	width: 310px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/logo.gif) no-repeat;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
	color: #A2BAC5;
}


#leftcol {
	width: 170px;
	border-bottom: 1px solid #666666;
	padding: 10px 20px 25px;
	font-size: 12px;
	float: left;
}

#home #leftcol {
	padding-top: 34px;
	color: #666666;
}

#home.e #leftcol, #home.d #leftcol {
	background: #D5DCDF /*url(../images/Diag_En.gif) no-repeat left top*/;
}


#about_me #leftcol {
	background: #DD7E2A;
	color: #FFFFFF;
}

#about_me #leftcol div {
	text-align: center;
	padding-top: 30px;
}

.drop {
	margin-top: 60px;
}
.push {
	margin-bottom: 60px;
}
#modul #leftcol {
	background: #dcddb8;
	color: #666666;
}

#news #leftcol {

	background: #e7cf2f;
	color: #666666;
}

#news #leftcol a {
	background: #e7cf2f;
	color: #666666;
	text-decoration: underline;
}

#portfolio #leftcol {
	background: #666666;
	color: #FFFFFF;
}

#portfolio #leftcol a {
	background: #666666;
	color: #FFFFFF;
	text-decoration: underline;
}

#testimon #leftcol {
	background: #dd7e2a;
	color: #fefefe;
}
#contact #leftcol {
	background: #e7cf2f;
	color: #666666;
}
#location #leftcol {
	background: #e7cf2f;
	color: #666666;
}

#rightcol {
	width: 483px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 40px;
	/*	height: 500px;*/

	float: left;
	height: auto;
}

/*Another IE fix*/

#rightcol h1 {
	font-size: 22px;
	font-weight: lighter;
}
#rightcol h2 {
	font-size: 18px;
	font-weight: lighter;
}

#rightcol a {
	text-decoration: underline;
	color: #000000;
}

/*

#home #rightcol {
	background: url(../images/balls.gif) no-repeat right top;
}

*/

#home #rightcol h1, #home #rightcol h2 {
	color: #DD7E2A;
}


#about_me #rightcol h2 {
	color: #AAAf27;
}

#modul #rightcol h2 {
	color: #829fad;
}

#news #rightcol h2, #news #rightcol h3 {
	color: #dd7e2a;
}
#news #rightcol h3 {
	font-size: 14px;
	padding-bottom: 1.2em;
	font-weight: lighter;
}

#portfolio #rightcol {
	padding: 30px 30px 0px;
}


/*Hack to fix rare Firefox padding problem*/
#portfolio>#wrapper #rightcol {
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 30px;
}



#rightcol #port_img img {
	border: 1px solid #666666;
}



#rightcol #portfolio_bar {
	background: #cccccc;
	margin-top: 30px;
	border: 1px solid #666666;
	float: left;
	width: 498px;
	margin-bottom: 40px;
}


#rightcol #portfolio_bar .center {
	text-align: center;
	float: left;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #666666;
	height: 19px;
	width: 218px;
	font-size: 12px;
	padding-top: 1px;
}
#rightcol #portfolio_bar a {
	display: block;
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
	height: 17px;
	padding-top: 1px;
	text-decoration: none;
}


#rightcol #portfolio_bar .next {
	background: url(../images/portfolio_bar/next.gif) no-repeat right center;
	width: 80px;
	float: right;
	text-align: right;
	padding-right: 59px;
}
#rightcol #portfolio_bar .previous {
	background: url(../images/portfolio_bar/previous.gif) no-repeat left center;
	float: left;
	width: 90px;
	padding-left: 49px;
}



#testimon #rightcol h2 {

	color: #aaaf27;
}
#contact #rightcol h1, #contact #rightcol h2 {

	color: #829fad;
}

#location #rightcol h1, #location #rightcol h2 {
	color: #829fad;
}

#footer {
	border-top: 1px solid #666666;
	font-size: 10px;
	text-align: center;
	height: 150px;
	float: left;
	width: 970px;
	background: #FFFFFF url(../images/right_bott.gif) no-repeat right bottom;
	margin-left: 30px;
	margin-bottom: 30px;
}
#footer div {
	background: url(../images/left_bott.gif) no-repeat left bottom;
	height: 150px;
	float: left;
	text-align: center;
	width: 100%;
}
