
/* WfDo06 Dortmund Textversion Styles */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 80%;
}

/* Layout Textversion  ------------------------------------------------------------------ */

.invtxt {
	display: none;
}

#breadcrumbs span.left, #footer span.left {
	float: left;
  }

#breadcrumbs span.right, #footer span.right, #footerhome span.right {
	float: right;
  	text-align: right;
}

#wrap {
	float: left;
	width: 100%;
}

#footer {
	height: 40px;
}

#footerprojects {
	clear: left;
}


/* Formulare --------------------------------------------------------------------------- */

dl, dt, dd {
	margin: 00;
}

fieldset {
	padding: 10px;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}



/* Typo & Diverses --------------------------------------------------------------------- */

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

strong.head {
	font-size: 1.3em;
}

p.intro {
	font-size: 1.2em;
	font-weight: bold;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
}

hr.div {
	visibility: hidden;
	height: 15px;
}

input {
	margin: 3px 0;
}

/* Tabellen --------------------------------------------------------------------- */

#content table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}

#content th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333;
	background: #ccc;
}

#content td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #333;
}


/* Links ------------------------------------------------------------------------ */

a:link, a:visited {
	color: #005BBF; 
}

a:hover	{
	color: #900;
	text-decoration: underline
}

/* x4img links*/

a:link.x4img, a:visited.x4img, a:hover.x4img {
	color: green;
}

a:link.x4imghref, a:visited.x4imghref, a:hover.x4imghref {
	color: green;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

/* FIN ----------------------------------------------------------------------------- */


/* (c) imagetransfer 2006 */




