@charset "utf-8";
/* *********************************************************************************
 * CSS Style Sheet für bea.de
 * 2008, beck et al. projects GmbH, Philippe Schrettenbrunner 
 **********************************************************************************/

/* Globale Einstellungen */
* { margin:0; padding: 0 }

/* Seitenelemente */
#bea_de_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	margin:0; 
	padding: 0;
	text-align: center;
}
#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 720px;
	font-size: 12px;
}

div.sidebar {
	width: 215px;
	height: 720px;
	text-align: left;
}

div.sidebar .content {
	margin: 170px 15px 0px 15px;
}

#sidebar_services {
	float: left;
	background-image: url(../images/fond-li.jpg);
	background-repeat: no-repeat;
}

#sidebar_projects {
	float: right;
	background-image: url(../images/fond-re.jpg);
}


#header {
	position: absolute;
	top: 40px;
	left: 146px;
	width: 500px;
}

#tags {
	width: 570px;
	height: 720px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(../images/fond-m1.jpg);
}

#text {
	width: 570px;
	height: 720px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(../images/fond-m2.jpg);
}

#tags .content {
	padding: 135px 15px 0px 15px;
}

#text .content {
	padding: 135px 15px 0px 30px;
}

#footer {
	clear:both;
	display:block;
	font-size: 11px;
	padding: 5px;
}

/* Farben */
.services {
	color: #b71a00;
	text-decoration: none;
}
.services_light {
	color: #FF2C06;
	text-decoration: none;
}

.projects {
	color: #7ab2dc;
	text-decoration: none;
}
.projects_light {
	color: #5555FF;
	text-decoration: none;
}

/* Angepasstes HTML */
#header td {
	vertical-align: top;
	text-align: left;
}

p {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}

p.small {
	font-size:0.75em;
}

h1 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
}

.tag_cloud {
	text-align: center;
}

.tag_cloud a {
	text-decoration: none;
	color: #AFAFAF;
	line-height: 2em;
	margin-left: 10px;
	margin-right: 10px;
}

.tag_cloud a:hover {
	color: #4e4e4e;
}

#text a, #footer a {
	text-decoration: none;
	color: #4e4e4e;
}

#text a:hover, #footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#text .abstract {
	color: #777777;
}

#text .indicator {
	margin-left: -15px;
	font-weight: bold;
}


/* Tag Cloud */
.tag0 {
	font-size: 14px;
	white-space: nowrap;
}
.tag1 {
	font-size: 16px;
	white-space: nowrap;
}
.tag2 {
	font-size: 20px;
	white-space: nowrap;
}
.tag3 {
	font-size: 22px;
	white-space: nowrap;
}
.tag4 {
	font-size: 24px;
	white-space: nowrap;
}

.tag_top {
	vertical-align: top;
}

.tag_bottom {
	vertical-align: bottom;
}
