﻿/* Stylesheet www.webforceone.de - by Daniel Rosenberger */

/* --------- */
/* Allgemein */
/* --------- */

body {background-color:#E6E6E6; margin-top:0px; height:100%; width:100%;}
body, td, li, p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }

li { margin-bottom:8px;}

textarea, input, select  {
	   font-family:Arial, Helvetica, Sans-Serif;
	   font-size:12px;
	   font-style:normal;
 	   border-top:1px solid #000000; 
	   border-bottom:1px solid #000000;
	   border-left:1px solid #000000;
  	   border-right:1px solid #000000;
	   background-color: #FFFFFF; 
	   color: #000000;}

input { width:350px; height:20px; ,margin-bottom:5px;}
textarea { width:350px; height:150px; margin-bottom:5px;}

a {font-family:Arial, Helvetica, sans-serif; font-size:12px; }
a:link { font-weight:normal; font-style:normal; color:#000000; text-decoration:none; }
a:visited { font-weight:normal; font-style:normal; color:#000000; text-decoration:none; }
a:focus { font-weight:normal; font-style:normal; color:#000000; text-decoration:underline; }
a:hover { font-weight:normal; font-style:normal; color:#000000; text-decoration:underline; }
a:active { font-weight:normal; font-style:normal; color:#000000; text-decoration:none; }

/* ------- */
/* Klassen */
/* ------- */

.tags {font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#E6E6E6;}

.pj {text-align:justify;}

.nspacer
	{ 
	width:40px;
	float:left;
	}

.mini
	{
	font-family:Arial, Helvetica, sans-serif; font-size:9px; 
	}
/* -------------------- */
/* Spezifische Elemente */
/* -------------------- */

#content
	{ 
	width: 810px;
	height: 520px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	vertical-align: top;
	}
#leftCol
	{
	width: 610px;
	height: 510px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-image:url(../jpg/leftCol.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#rightCol
	{
	width: 200px;
	height: 510px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-image:url(../jpg/rightCol.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	}
#leftContent
	{
	width: 610px;
	height: 510px;
	overflow: hidden;
	background-image:url(../jpg/stamp_start.jpg);
	background-repeat: no-repeat;
	background-position: 440 340;
	}
#rightContent
	{
	width: 200px;
	height: 510px;
	overflow: hidden;
	}

