/* CSS Document */

/****************************************************
**
**	Grundlegendes Stylesheet für Sun Project-Website
**
**	Copyright 2005 by experteyes GmbH
**
**	Angelegt März 2006
**	Version 1.0	erstellt am 25.03.2006
**
******************************************************/

#textpart label { 
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 132px;	
}

#textpart  input, #textpart textarea{
	display: block;
	float:left;
	border: 1px dotted #999999;
	width: 420px;
	margin:0px;
	padding: 0px;
}

#textpart  div.eingabezeile {
	display: block;
	float: none;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
	
#textpart  #pic {
	display: block;
    float: none;
    clear: left;
	width: 220px;
	margin: 0px auto;
	padding-top: 10px;
}

#textpart #content h1 {
	margin-botton: 20px;
}

#textpart .kontaktdaten {
	display: block;
	float: none;
	clear: both;
	margin-top: 20px;
}

#textpart #pic button {
	font-size: inherit;
}

#textpart p.normales_telefon {
	width: 520px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

