/* default font */
body {
	font-family:Arial, Tahoma, sans-serif;
	color:#BBBBBB;
	background-color:#222222;
	margin:0;
	text-align:justify; /* nur fï¿½r den IE, weil der's mal wieder nicht richtig anzeigt */
}

ul, li {list-style:none; margin:0; padding:0;}


/* ++++++++++++++++++++++++++++++++++++++ UEBERSCHRIFTEN +++++++++++++++++++++++++++++++++++++++++++ */

h1 { font-size:1.6em; text-align:left; margin:0em 0em 0.5em 0em; }
h2 { font-size:1.2em; color:#C7C7C7; text-align:left; margin:1em 0em 0.5em 0em; }
h3 { font-size:1.0em; color:#C7C7C7; text-align:left; margin:0.8em 0em 0.2em 0em; }

/* +++++++++++++++++++++++++++++++++++++++ LINKS +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a:link{color:#FFFFFF; text-decoration:none; }
a:visited{color:#FFFFFF; text-decoration:none; }
a:hover{color:#FFFFFF; text-decoration:underline; }
a:active{color:#FFFFFF; text-decoration:none; }

a:link.head { font-size:0.8em; color:#000000; text-decoration:none; }
a:visited.head { font-size:0.8em; color:#000000; text-decoration:none; }
a:hover.head { font-size:0.8em; color:#000000; text-decoration:underline; }
a:active.head { font-size:0.8em; color:#000000; text-decoration:none; }

a:link.newproject{color:#FFFFFF; text-decoration:none; font-size:0.8em; }
a:visited.newproject{color:#FFFFFF; text-decoration:none; font-size:0.8em; }
a:hover.newproject{color:#FFFFFF; text-decoration:underline; font-size:0.8em; }
a:active.newproject{color:#FFFFFF; text-decoration:none; font-size:0.8em; }

/* +++++++++++++++++++++++++++++++++++++++++ SEITENSTRUKTUR ++++++++++++++++++++++++++++++++++++++++++++++ */

div#seite {
    text-align:center; /* Seiteninhalt wieder links ausrichten */
    margin:10px auto;  /* standardkonforme horizontale Zentrierung */
    font-size:0.8em;
    width:800px;
    padding:0 0.5em;
    background:#222222;
    border-left:2px solid #FFFFFF;
    border-right:2px solid #FFFFFF;;
}
div#kopf {
	color:#888888;
	background:#FFFFFF;
	border:0px solid red;
	padding:0.5em;
	text-align:left;
	overflow:hidden;
	height:150px;
}
div#inhalt {
	display:block;
	overflow:hidden;
	text-align:justify;
	margin:auto;
	padding:1em 0;
	border:0px solid yellow;
}
div#fuss {
	clear:both;
	border:0px solid green;
}
img {display:block; }

.head_img {
	float:left;
	margin-right:5em;
	border:0;
}
.head_text {
	border:0px solid green;
	margin-top:2em;
}
.head_text span {
	font-size:0.6em;
}
.head_navi {
	border:0px solid red;
	margin:0;
	padding:0 0.3em;
	float:right;
}

/* ++++++++++++++++++++++++++++++++++++++ INHALT +++++++++++++++++++++++++++++++++++++++++++ */

.text_1 p {
	margin-top:0em;
}
.text_2 {
	margin-left:0.8em;
}
.text_3 {
	margin:2em 1em;
}
.margin1 {
	margin-top:95px;
}
.small_1 {
 font-size:80%;
}
.project {
	padding:0.35em;
	margin:0.8em 0.5em;
	border-top:1px #888888 dotted;
	border-right:1px #222222 dotted;
	border-bottom:1px #222222 dotted;
	border-left:1px #222222 dotted;
	height:105px;
}
.projectscreenshot a img {
	float:right;
	clear:left;
	margin-left:0.5em;
}
.project a {
	font-weight:bold;
}
.project p {
	margin-top:0.3em;
}
.project:hover {
	border:1px #888888 dotted;
	background-color:#272727;
	padding:0.35em;
}

/* ++++++++++++++++++++++++++++++++++++++++ STARTSEITE ++++++++++++++++++++++++++++++++++++++++ */

.startbox1 {
	float:left;
	width:150px;
	min-height:150px;
	height:auto !important;  /* für moderne Browser */
	height:150px;  /*für den IE */
	margin:1em;
	padding:0.5em;
	border:1px #888888 dotted;
	background:#333333;
}
.startbox1 p {
	font-size:80%;
	margin:0;
	padding:0;
	text-align:right;
}
.startbox2 {
	float:right;
	width:565px;
	min-height:150px;
	height:auto !important;  /* für moderne Browser */
	height:150px;  /*für den IE */
	margin:1em;
	padding:0.5em;
	border:1px dotted #BBBBBB;
	background:#555555;
}
.startbox2 p {
	font-size:80%;
	margin:0;
	padding:0;
}
.startbox2-textbox {
	width:320px;
	margin:5px 0 0 0;
	border:0px solid white;
}
.startbox2img {
	height:90px;
	margin-top:12px;
	background:url(Bild/tagesmutter1.gif) no-repeat left bottom;
	cursor:pointer;
}
.startbox2img:hover {
	background:url(Bild/tagesmutter2.gif) no-repeat left bottom;
	cursor:pointer;
}

/* +++++++++++++++++++++++++++++++++++ ZWEISPALTIGES LAYOUT +++++++++++++++++++++++++++++++++++ */

.two_columns_left {
	float:left;
	width:7em;
	margin:0em 0em 0.5em 0em;
	padding:0;
	border:0px solid red;
}
.two_columns_right {
	margin:0em 0em 0.5em 7em;
	padding:0em;
	border:0px solid green;
}
.two_columns_right textarea {
	width:75%;
}
