/*  
Theme Name: TAKE A SITE
Theme URI: http://www.take-a-site.de/
Description: Theme für Take A Site.
Version: 1.0
Author: Dennis Südkamp
Author URI: http://www.take-a-site.de/

*/

BODY
{
	background-color: #93b3c1;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	height: 100%;
}

A
{
	font-family: "Calibri", Arial, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #000000;
}

#intro
{
	width: 684px;
	height: 547px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -342px;
	margin-top: -273px;
	ver
}

#page
{
	width: 980px;
	margin: 0px auto 0px auto;
}

#menu
{
	position: relative;
	top:5px;
	height: 32px;
	width: 980px;
	margin-bottom: 26px;
}

#content #picture
{
	position: relative;
	float: left;
	width: 215px;
}

#content #text
{
	position: relative;
	float:right;
	left: 0px;
	font-family: "Calibri", Arial, sans-serif;
	font-size: 12pt;
	width: 765px;
}

#content #text h1
{
	font-family: "Calibri", Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

#content #text h2
{
	font-family: "Calibri", Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#content #text h3
{
	font-family: "Calibri", Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


#content #text p
{
	font-family: "Calibri", Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}



