/* @override 
	http://localhost:8888/sebastian-rink.de/templates/DE/css/screen.css
	http://sebastian-rink.de/templates/DE/css/screen.css
*/

/* @group HTML */

body {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 10pt;
	background: url(../images/background.jpg) repeat-x top center #fff;
	margin: 0;
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #9dc405;
	text-decoration: none;
}

a:hover {
	color: #202020;
	text-decoration: none;
}

h1 {
	color: #9dc405;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1em;
	padding-bottom: 5px;
}

h2 {
	color: #9dc405;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
}

h3 {
	color: #008bca;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 1px;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background: #eee;
	padding: 5px;
	margin: 0;
	border: 0;
}

/* @end */

/* @group KLASSEN */

.pic {
	padding: 0;
	margin: 4px 0 15px 30px;
	border: 6px solid #dbdfe0;
	float: right;
	clear: both;
}

.pic img {
	border: 0;
}

.pic_set {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.pic_set div {
	margin: 0;
	margin: 0 20px 15px 0;
	border: 5px solid #fff;
	float: left;
	background: #eee;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.pic_set div, .pic_set span {
	width: 100px;
	height: 100px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

.klein {
	font-size: 0.9em;
}

.error {
	background: #cc0000;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.success {
	background: #669933;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

/* @end */

/* @group LAYOUT */

/* @group FOOTER */

#footer {
	background: url(../images/footer.jpg) repeat-x center top;
	height: 35px;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.6em;
	position: fixed;
	bottom: 0;
}

#footer a {
	color: #eee;
}

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

/* @end */

#header {
	background: url(../images/header.jpg) no-repeat center #fff;
	width: 777px;
	height: 290px;
	position: relative;
}

#website {
	width: 777px;
	margin: 0;
}

#container {
	width: 100%;
	padding-bottom: 50px;
	float: left;
	clear: left;
	position: relative;
}

#path {
	font-size: 0.7em;
	color: #ccc;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

#content {
	text-align: left;
	float: left;
	width: 657px;
	margin: 0 0 40px 60px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content li {
	padding: 3px;
}

#content ul {
	margin: 0;
}

#col_left {
	width: 300px;
	float: left;
}

#col_right {
	width: 300px;
	float: right;
}

/* @end */

/* @group MAINMENU */

#mainmenu {
	float: left;
	background: none;
	width: 550px;
	height: 100px;
	margin-left: 60px;
	position: relative;
	overflow: hidden;
}

#mainmenu ul {
	padding: 0;
	margin: 0;
	float: left;
}

#mainmenu li {
	float: left;
	list-style: none;
}

#mainmenu a {
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 48px 15px 29px 15px;
	color: #aaa;
}

#mainmenu a:hover {
	background: rgba(0,0,0,0.05);
}

#mainmenu .active {
	background: url(../images/menu_right.jpg) no-repeat top right;
}

#mainmenu .active a {
	background: url(../images/menu_left.jpg) no-repeat top left;
	color: #777;
}

/* @end */

/* @group MODULE */

/* @group NEWS */

.news {
	padding: 0;
	margin-bottom: 10px;
	float: left;
	width: 450px;
}

.news .last {
	background: none;
}

.news h2 {
	margin: 0;
	margin-bottom: 7px;
}

.news .hidden {
	display: none;
}

.news .date {
	float: right;
	font-size: 0.8em;
	line-height: 1em;
	margin: 5px 0 0 0;
}

/* @end */

.downloads {
	width: 470px;
	background:#f3f3f3;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 15px;
	margin-bottom: 20px;
	float: left;
}

.downloads p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 0;
}

.downloads .button {
	background: url(../default/images/download.jpg) no-repeat center top;
	float: right;
	width: 50px;
	height: auto;
	padding: 50px 0 0 0;
	margin: 0 0 0 30px;
	font-size: 0.6em;
	color: #aaa;
}

.downloads .button:hover {
	background-image: url(../default/images/download_hover.jpg);
}


/* @end */

/* @group TWITTER */

#twitter_div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#twitter_div h1 {
	display: block;
	float: none;
}

#twitter_div ul {
	float: left;
	padding: 0;
}

#twitter_div li {
	list-style: none;
	margin: 0;
	margin: 0 9% 15px 0;
	float: left;
	padding: 0;
	width: 40%;
}

#twitter_div #name {
	font-size: 1.2em;
	color:#555;
	font-weight: 700;
}



/* @end */
