/* CSS Document */

body {
	margin:0;
	background-color:#FFFFFF; 
	background-image: url(img/basics/bg_verlauf.jpg);
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#676767;
}

b {
	font-weight:bold;
}



a 		   {font-family: Arial, Helvetica, sans-serif; color:#751b68; font-size:12px;}
a:link 	   {color:#751b68; text-decoration:none}
a:visited  {color:#751b68;}
a:hover    {color:#751b68; text-decoration:underline}
a:active   {color:#751b68;}

/*** table ***/

table.start {
	margin-top:20px;
	width:800px;
	height:600px;
	background-color:#FFFFFF;
}

table.content {
	width:380px;
	height:500px;
}

table.inhalt {
	width:365px;
}




/*** td ***/

div.abstand {
padding-left:6px;
padding-right:6px;
}



td.color1 {
background-color:#46143f;}

td.color2 {
background-color:#924b88;}

td.color3 {
background-color:#751b68;}

td.color4 {
background-color:#ece3ea;}

td.color5 {
background-color:#dac9d7;}


/* td-zellen breite */

td.left {
width:175px;}

td.center {
width:215px;}

td.right {
width:410px;}

/* td-zellen höhe */
td.height1 {
height:90px;}

td.height2 {
height:500px;}

td.height3 {
height:10px;}



/***   Border ***/

.bordertop {
border-top:1px solid #FFFFFF;
}

.borderbottom {
	border-bottom:1px solid #FFFFFF;
}

.borderright {
	border-right:1px solid #FFFFFF;
}

.borderleft {
	border-left:1px solid #FFFFFF;
}

.bordertop1 {
border-top:1px solid #FFFFFF;
}

.borderbottom1 {
	border-bottom:1px solid #c2c2c2;
}

.borderright1 {
	border-right:1px solid #c2c2c2;
}

.borderleft1 {
	border-left:1px solid #c2c2c2;
}

/* img */

td.nav img {
	width:175px;
	height:26px;
}

/* Liste */

li { 
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	list-style-image:url(img/basics/liststyle.gif);  
}

/* Scroller */

.scroller {
	overflow:auto;
	width:410px;
	height:500px;
}

div.scroller {
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#C2C2C2;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#e4e4d7;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#ADADAC;
	scrollbar-track-color:#FFFFFF;
}

/* Formular */

input.formular {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	width:200px;
	background-color:#FFFFFF;
	border-left-width:1px; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px;
}

input.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	width:auto;
	background-color:#f4dff1;
	border-left-width:1px; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	width:200px;
	height:50px;
	background-color:#FFFFFF;
	border-left-width:1px; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px;
}
