/**
 * Author      : Jan Konzack
 * Date        : 30.01.2008
 * Customer    : Patentnet
 * Description : Basics
 **/

/* Basiseinstellung */
html {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Ueberschriften und Absaetze grundlegend zuruecksetzen */
h1, h2, h3, h4, h5, h6,
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a {
	text-decoration: none;
	outline: none;
}
a.active,
a:hover {}

/* Wrapper Element */
#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/* Breite der Hauptelemente */
#wrapper,
#header,
#contenwrapper,
#footer {
	width: 90em;
	position: relative;
}

/* Header. Traegt Navigation und Metanavigation */
#header {
	height: 14.1em;
	overflow: hidden;
	background: transparent url(../images/schriftzug_small.jpg) no-repeat 7em 1em;
}

/* Logolink */
#logo {
	width: 17.7em;
	height: 5.2em;
	position: absolute;
	top: 1em;
	left: 0;
}
#logo img {
	border: none;	
}

/* Navigation */
#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90em;
}


/* Metanavigation */
#metanavigation {
	position: absolute;
	top: 0.4em;
	right: 0;
	height: 2em;
	line-height: 2em;
}

/* Metasuche */
#metasearch {
	position: absolute;
	top: 4em;
	right: 0;
}
#metasearchform {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
	background: transparent url(../images/backgrounds/metasearch_bg.jpg) no-repeat top left;
	width: 28em;
	height: 3.8em;
}
#labelsearchpattern {
	font-size: 1.1em;
	color: #999999;
	position: absolute;
	top: 1em;
	left: 1.6em;
}
#metasearchpattern {
	border:1px solid #DEDEDE;
	color:#333;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	height:1.6em;
	margin:0;
	padding:0;
	width:14em;
	position: absolute;
	top: 0.9em;
	left: 6em;
}
#metasearchweiter {
	position: absolute;
	top: 0.8em;
	left: 22.3em;
}
#metasearchweiter,
#metasearchpattern {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	vertical-align: middle;
}



/* Content und Containerspalte umfassendes Element */
#contentwrapper {
	background: transparent url(../images/spiegel.jpg) repeat-x top left;
}

/* Contentspalte */
#content {
	font-size: 10px;
	float: left;
	width: 68em;
	overflow: hidden;
}
div.fullwidth {
	width: 100% !important;	
}

/* Containerspalte */
#containercolumn {
	float: right;
	width: 20em;
	overflow: hidden;
}
#containercolumn a img {
	border: none;
}

#contentnavigation {
	height: 4em;
	line-height: 4em;
}
#contentnavigation a {
	font-size: 1.2em;
}



/* MEINE PROJEKTE */
#myprojects,
#innercontent {
	width: 68em;
	background-color: #F3F7FA;
	padding: 1em;
	width: 66em;
	clear: both;
	
	background-color: transparent;
}
#innercontent p,
#myprojects p {
	font-size: 1.2em;
}

#innercontent div.inner,
#myprojects div.inner {
	background-color: #ffffff;
	padding: 1em;
	width: 66em;
	overflow: hidden;
	
	padding: 0;
}
#innercontent div.inner p.intro,
#myprojects div.inner p.intro {
	font-size: 1.2em;
	color: #666666;
}

div.project {
	background-color: #f0f0f0;
	float: left;
	clear: both;
	margin-bottom: 1em;
}
div.header {
	height: 4em;
	line-height: 4em;
}
div.header h1 {
	font-size: 1.2em;
}
div.header h1 a {
}

div.imgcol {
	float: left;
	width: 20em;
	text-align: center;
}
div.projectoverview {
	float: left;
	width: 25em;
}
div.projectoverview ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.projectoverview ul li {
	font-size: 1.2em;	
}
div.visitors {
	float: left;
	width: 40em;
}
div.projectnote {
	background-color: #d5d5d5;
	clear: both;
	width: 93em;	
}




/* Formstuff */
div.formrow {
	margin: 1em 0;
	clear: both;
}
div.formrow label {
	display: block;
	float: left;
	height: 1.7em;
	line-height: 1.7em;
	font-size: 1.2em;
	width: 14em;
	text-align: right;
	margin-right: 1em;
}
div.formrow span.error {
	font-size: 1.2em;
	color: red;
}

div.formrow input,
div.formrow select,
div.formrow textarea {
	border: 1px solid #d5d5d5;
	padding: 0.1em;
}

.clear {
	clear: both;
	margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 1px;
}
.block {
	display: block;
}
.nofloat {
	float: none !important;
}
.hidden,
#content .hidden {
	display: none;
}

/* Spalten */
div.colwrapper {
	clear: both;
	float: left;	
}
div.column33 {
	float: left;
	width: 21.4em;
}
div.column242 {
	float: left;
	width: 23.2em;
}
div.column50 {
	width: 31em;
	float: left;
}
div.column67 {
	float: left;
	width: 42.8em;	
}
div.column75 {
	float: left;
	width: 46em;	
}
div.colonehalf {
	width: 34em;
	float: left;	
}
div.coltwothird {
	xxxwidth: 45.3em;
	width: 42.6em;
	float: left;	
}
div.colonethird {
	xxxwidth: 22.6em;
	width: 21.3em;
	float: left;
}
div.fullwidth div.colonehalf {
	width: 43em;
	float: left;	
}
div.fullwidth div.coltwothird {
	width: 56.6em;
	float: left;	
}
div.fullwidth div.colonethird {
	width: 28.3em;
	float: left;
}
div.colright { }
div.colwrapper h2 {
	border-bottom: 1px dotted #999999;
	padding: 0.4em 0;
}

span.green {
	color: #3a9b0f;
}

form.answers {
	background-image: none;
}

#cluetip-outer {
	text-align: left;
}

.floatright {
	float: right;
}

.bold {
	font-weight: bold;
}
/* Footer */
#footernavigation {
	clear: both;
	padding: 1em 0;
	margin: 1em 0 0 0;
	background-color: #eee;
}

#footernavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	xxxwidth: 225px;
	xxxwidth: 196px;
	width: 22%;
}
#footernavigation ul li {
	font-size: 1.2em;
	margin: 0;
	padding: 0 18px;
	line-height: 20px;
}
#footernavigation ul li a {
	text-decoration: underline;
	color: #00539D;
}
#footernavigation ul li a.head {
	color: #666;
	text-decoration: none;
	line-height: 30px;
}

p.copyright {
	clear: both;
	display: block;
	color: #666;
	font-size: 1.2em;
	margin: 2em 0 0 0;
	padding: 0 18px;
	float: left;
}

img.imgborderlb {
	margin: 0 0 10px 10px;
}

/*		CLEARFIX		*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
