/* CSS-RESET - meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* nic-for-free.de */
body, html {
	background:url(../img/body_bg.jpg) repeat-x top #E8E8E8;
	font-family:Arial;
	font-size:13px
}


img {
	border:0
}
form {
	display:inline
}
textarea {
	width:400px;
	height:200px
}


#head {
	background:#aaa url(../img/head_bg.jpg) no-repeat center;
	padding:6px;
	margin:7px 0 -2px 0;
	height:45px;
}
#head a {
	color:#B1C8E0;/*555*/
	text-decoration:none
}
#head h1 {
	float:left;
	font-size:40px;
	font-weight:bold;
}
#head h2 {
	font-size:14px;
	color:#B1C8E0;/*eee*/
	font-weight:bold;
	padding:5px;
}
#head h3 {
	float:right;
	text-align:right;
	width:200px;
	margin:-2px 0 0 0;
	padding:0;
	font-weight:bold;
	color:#CEDAE5;
	font-size:13px
}
.nav {
	background:#e0c020;/*url(../img/nav/nav_bg.jpg)*/
	height:30px;
	margin-top:3px;
}
.nav a {
	color:#806000;/*#fff*/
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:5px;
	margin-right:20px;
	padding-bottom:7px
}
.nav a:hover {
	background:url(../img/nav/hover.gif) center bottom no-repeat
}
.nav .right {
	float:right;
	margin:0
}
.nav .user_link {
	background:url(../img/nav/user_link.png)
}


.site {
	line-height:150%;
	margin:20px 0
}
.site a {
	color:#94AD10;
	text-decoration:none;
	font-weight:bold
}
.site a:hover {
	color:#427BD6;
	text-decoration:underline
}
.site h2 { /*wird entfernt*/
	color:#888;
	font-size:16px;
	margin-top:40px;
	font-weight:bold;
	margin-bottom:6px
}

.site h3 {
	font-size:150%;
	font-weight:bold;
	color:#808285;
	margin-bottom:10px
}
.site h4 {
	color:#888;
	font-size:16px;
	margin-top:40px;
	font-weight:bold;
	margin-bottom:6px
}
.site p {
	margin-top:5px;
	padding-bottom:5px;
	line-height:20px
}
.site p b {
	color:#333
}



.infoleft {
	float:left;
	width:160px
}
.infoleft a {
	display:block;
	border:1px solid black;
	margin-bottom:20px;
	background:#eee;
	padding:3px;
	text-align:center
}
.infoleft a:hover {
	background:#ddd
}
.t1 {/*wird entfernt*/
	font-size:150%;
	font-weight:bold;
	color:#808285;
	margin-bottom:10px
}
.space {/*wird entfernt*/
	height:60px
}
.red {
	color:#D50000
}
.green {
	color:#94AD10
}


.button {
	font-size:120%;
	font-weight:bold;
	background:url(../img/button.gif) center;
	padding:3px
}
.button:hover {
	background:url(../img/button_hover.gif) center
}

.list div {
	margin-left:5px;
	padding-left:15px;
	background:url(../img/li.gif) no-repeat left top;
	margin-bottom:10px
}

.top_domain {
	display:block;
	width:250px;
	background:#eee;
	padding:5px;
	overflow:hidden;
	text-align:center;
	float:left;
	margin-right:20px;
	margin-bottom:20px
}
.bookmark a {
	display:block;
	padding:2px;
	width:16px;
	height:16px;
	background:#ddd;
	margin-right:3px;
	margin-bottom:3px;
	border:1px solid #aaa;
	float:left
}
.bookmark a:hover {
	background:#eee;
}


.copy {
	background:#e0c020;
	padding:5px;
	color:#806000;
	text-align:center
}
.copy a {
	text-decoration:none;
	color:#806000;
	font-weight:bold
}
.copy strong {
	font-weight:bold;
	margin:0;
	padding:0
}

.bottomlinks {
	padding-bottom:20px
}
.bottomlinks a {
	text-decoration:none;
	color:#888;
	font-size:11px;
	font-weight:bold
}
.bottomlinks a:hover {
	text-decoration:underline
}
