/* 
    Document   : base
    Created on : 20.09.2011, 08:13:40
    Author     : ger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: left;
	position: relative;
}

select,input,textarea {
	font-size: 99%;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#left {
	float: left;
 }

#right {
	float: right;
}

#center {
	width: auto;
	position: relative;
        margin: 0 28%;
        top: 0;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

.clear,#clear {
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

/* preset Elements */
a,b,body,cite,div,em,h1,h2,h3,h4,h5,h6,i,label,button,li,ol,p,strong,td,th,u,ul {
	font-family: Georgia,serif;
}

a,body,div,label,li,ol,p,td,th,ul,fieldset,form,input,optgroup,select,button,textarea {
	font-size: 1em;
	line-height: 1.3333333;
	color: #000;
}
