/*
Seitenname:
Seiten-URL:
Beschreibung:
Version:
Autor:
Autor-URL:
*/

/*  =COLORS
--------------------------------------------------
	Body Background:
	Main Text:
	Links:
*/

/*  =RESET
--------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
abbr,acronym {
	border: 0;
}

/*  =GLOBAL ELEMENTS
--------------------------------------------------*/

#wrapper {
	width: 940px;
	height: 632px;
	margin: 10px auto 0;
	background: url(img/background.png) center no-repeat;
	position: relative;
}

#twitter {
	height: 30px;
	display: block;
	position: absolute;
	bottom: 54px;
	left: 50px;
	padding-left: 40px;
	background: url(img/twitter.png) left center no-repeat;
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#twitter a {
	line-height: 30px;
	text-decoration: none;
	color: #e2007a;
}

#twitter a:hover {
	text-decoration: underline;
}

/*  =DEFAULT STYLE
--------------------------------------------------*/

.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {font-size: 0.8em;}
.hidden {display: none;}