@import url(forms.css);

/*
Theme Name: Corporate Website
Theme URI: http://www.design-aspekt.com/
Version: 1.0
Author: Design Aspekt (Martina Grabovszky)
*/


/* Layout */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
	overflow: -moz-scrollbars-vertical;
	background: #ec008c url(../pix/sitebk.png) repeat-y top center;
}

/* content */
#content {
	width: 50%;
	min-height: 910px;
	float:left;
	margin: 0;
	padding: 0;
	background: #ec008c url(../pix/contentbk.png) repeat-y top right;
}

#company {
	width: 230px;
	position: relative;
	float: right;
	margin-right:40px;
}
#logo {
	position: relative;
	left: 0px;
	top: 30px;
	width: 130px;
	height: 65px;
	margin: 0;
	padding: 0;
}
#description {
	position: relative;
	left: 0px;
	top: 140px;
	width: 230px;
	margin: 0;
	padding: 0;
}

/* content */

#books {
	width: 50%;
	min-height: 910px;
	float:left;
	margin: 0;
	padding: 0;
	background: #fff url(../pix/booksbk.png) repeat-y top left;
}
#books .book {
	color: #666;
	position: relative;
	left: 40px;
	top: 205px;
	width: 230px;
	margin: 0;
	padding: 0;
}

/* Typo */
p {
	margin: 0 0 16px 0;
	padding:0;
}

a,
a:link,
a:visited,
a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#books a,
#books a:link,
#books a:visited,
#books a:active {
	color: #ec008c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


#content:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    visibility: hidden;
}

* html #content {
    height: 1%;
}

*+html #content {
    height: 1%;
}


#path {
	display: none;
}


/* Standard-Formate */
a {
	outline: none;
}

div, img	{
	margin: 0;
	padding: 0;
	border: none;
}

object {
	display: block;
	margin: 0;
	padding: 0;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0; }
.paragraph	{ margin-top: 0.9375em; }
.paragraphBottom	{ margin-bottom: 0.9375em; }
