

/**
 * SMSSender: Layout/layout.css
 * 
 * AR 2008-02-29
 */





*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(Hintergruende/body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img
{
	border: 0;
}

h1
{
	
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 150%;
	color: #d5b101;
}

h2
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 100%;
	font-weight: 200;
	color: #d5b101;
}

p, li, td
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 70%;
}

a
{
	color: #d5b101;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select
{
	border-color: #656575;
	color: #d5b101;
	background-color: #d2d2d2;
}

#seite
{
	width: 932px;
	margin-left: auto;
	margin-right: auto;
}

#sms_aussen
{
	position: relative;
	margin-top: 10px;
	width: 932px;
	height: 411px;
	background-image: url(Hintergruende/sms_aussen.png);
	background-repeat: no-repeat;
}

#logo_livebuster
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 243px;
	height: 30px;
}

#logo_sms
{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 231px;
	height: 48px;
}

#sms_innen
{
	position: absolute;
	top: 90px;
	left: 66px;
	width: 800px;
	height: 300px;
}

#text_innen
{
	position: absolute;
	top: 365px;
	left: 680px;
	width: 250px;
	height: 10px;
	color: #d5b101;
}

#fuss
{
	position: relative;
	margin-top: 5px;
	height: 20px;
	color: #656575;
	font-size: 70%;
}

#copyright
{
	position: absolute;
	left: 10px;
	width: 200px;
	text-align: left;
}

#navigation
{
	position: absolute;
	left: 220px;
	width: 520px;
	text-align: center;
}

#sprachen
{
	position: absolute;
	left: 750px;
	width: 200px;
	text-align: right;
}

#werbung_textlinks
{
	margin: 10px;
	padding-top: 10px;
	height: 20px;
	border-top: solid 1px #ccd;
	color: #656575;
	font-size: 70%;
}

#lightbox
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Hintergruende/lightbox.png);
	background-repeat: repeat-y;
}

#lightbox h1, #lightbox h2, #lightbox p, #lightbox li, #lightbox table, #lightbox tr, #lightbox td
{
	margin: 10px;
}

#lightbox ul
{
	margin-left: 20px;
}

#lightbox h2
{
	margin-top: 20px;
}