* {
	margin: 0;
}

html {
	background: url(/img/main_bg.jpg);
	height: 100%;
}

body {
	height: 100%;
	background: url(/img/header_bg.jpg) repeat-x;
	text-align: center;
	color:  #6a6a6a;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

img {
	border: 0 none;
}

/* headings and links */

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #6f6f6f;
	letter-spacing: 2px;
	margin-left: 50px;
}

h2 {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #15a2b7;
	line-height: 24px;
}

h3 {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	display: inline;
	color: #ffffff;
	margin-left: -2px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #6f6f6f;
	letter-spacing: 2px;
	margin-left: 8px;
}

h6 {
	font-weight: normal;
	font-size: 12px;
	color: #017c8f;
}

h7 {
	font-size: 16px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #15a2b7;
	line-height: 24px;
}

a:link {
	color: #15a2b7;
	text-decoration:underline;
}

a:visited {
	color: #15a2b7;
	text-decoration:underline;
}

a:hover {
	color: #6a6a6a;
	}

a:active {
	color: #6a6a6a;
}

/* layout */

.wrapper {
	position: relative;
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}

.push {
	height: 53px; /* .push must be the same height as .footer */
}

.header {
	background: url(/img/header_bg.jpg);
	height: 128px;
}

.main {
	width: 940px;
}

.footer {
	height: 20px; /* .push must be the same height as .footer */
	background: url(/img/footer_bg.jpg);
	color: #7c7c7c;
	font-size: 10px;
	padding-top: 33px;
}

/* menu and logo */

.logo {
	height: 128px;
	width: 610px;
	padding-left: 10px;
	float: left;
}

#menu {
	width: 320px;
	float: left;
	padding-top: 36px;
}

#menu a {
	float:left;
	display:block;
	height: 21px;
	width: 85px;
	text-align: center;
	padding-top: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	margin-right: 20px;
}

#menu a:visited {
	text-decoration:none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: url(/img/menu_bg.jpg);
	}

#menu a:active {
	color: #ffffff;
	background: url(/img/menu_bg.jpg);
}


/* home */

.home_links {
	width: 620px;
	float: left;
}

.home_rechts {
	width: 320px;
	float: left;
}

/* post */

.post_top {
	width: 607px;
	height: 17px;
	background: url(/img/post_top.jpg) repeat-y;
	background-position: right;
}

.post_main {
	width: 607px;
	height: 210px;
	background: url(/img/post_main.jpg) repeat-y;
	background-position: right;
}

.post_l {
	padding: 7px 5px 5px 34px;
	margin-left: -10px;
	margin-top: 10px;
	background: url(/img/post_date.jpg) no-repeat;
	background-position: right;
	width: 22px;
	height: 42px;
	float: left;
}

.post_r {
	padding: 14px 5px 5px 12px;
	margin-left: 4px;;
	width: 524px;
	height: 188px;
	float: left;
 }

.post_bottom {
	width: 607px;
	height: 17px;
	background: url(/img/post_bottom.jpg) repeat-y;
	background-position: right;
}

/* side */

.side_top {
	width: 316px;
	height: 17px;
	background: url(/img/side_top.jpg) repeat-y;
}

.side_main {
	width: 304px;
	background: url(/img/side_main.jpg) repeat-y;
	padding-left: 12px;
}

.side_bottom {
	width: 316px;
	height: 17px;
	background: url(/img/side_bottom.jpg) repeat-y;
}

.side_welcome {
	width: 270px;
	padding-left: 10px;
	text-align: justify;
}

.side_buttons {
	width: 292px;
	height: 37px;
	text-align: center;
	border-top: 1px solid #128b9e;
	padding-top: 4px;
	background-color: #15a2b7;
}

.side_buttons a {
	margin-right: 15px;
	margin-left: 15px;
}

/* portfolio */

.thumb_main {
	float: left;
	padding-left: 3px;
	width: 310px;
	height: 260px;
}

.thumb_text {
	color: #525252;
	line-height: 20px;
	padding: 2px 0px 0px 18px;
}

.thumb_text a{
	margin-top: 8px;
	margin-left: -4px;
	background: url(/img/link.jpg);
	display: block;
	height: 24px;
	width: 142px;
}

.thumb_text a:hover{
	margin-top: 8px;
	margin-left: -4px;
	background: url(/img/link_over.jpg);
	display: block;
	height: 24px;
	width: 142px;
}






