/* reset anfang */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset ende */




body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	background: #000 url(../p/cbg.png) repeat-x;
	color: #222;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p {
	margin-top: 5px;
}

a:link {
	color: #b43100;
	text-decoration: none;
}

a:hover {
	color: #b43100;
	text-decoration: underline;
}

#container {
	background: url(../p/bg.jpg) no-repeat;
	width: 960px;
	height: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #2d2d2d;	
  	border-radius: 10px;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#right {
	background: transparent url(../p/trans70.png);
	float:right;
	width: 400px;
	margin-top: 240px;
	margin-right: 80px;
	padding: 10px 20px;
  	border-radius: 10px;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.big {
	font-size: 16px;
	font-weight: bold;
	color: #b43100;
}

.social img {
	border: 0;
}

#copy {
	font-size: 10px;
	color: #ccc;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

