/**
 * Style sheet DE-main-start
 */
/* Body */
body
{
	font:11px/13px normal Arial, Helvetica, sans-serif;
	background: url(tl_files/GCSC_Dateien/Bild_Daten/body_bg.gif) repeat-x;
	height: 101%;
}

#container
{
	width:100%;
	float:left;
}

#left
{
	width:310px;
	float:left;
	margin-right:10px;
}

#main
{
	width:310px;
	float:left;
}

#right
{
	width:310px;
	float:right;
}

/* article boxes */
.mod_article,
.mod_login
{
	width:310px;
	margin:20px 0px;
	color:#414141;
	background:url(tl_files/GCSC_Dateien/Bild_Daten/art_body_bg.gif) bottom left no-repeat #f5f5f5;
}

.mod_article .ce_headline,
.mod_login h1,
#main .mod_article .ce_headline,
#main .mod_login h1
{
	padding:7px 0px 7px 20px;
	text-transform:uppercase;
	background:url(tl_files/GCSC_Dateien/Bild_Daten/art_header_bg.gif) no-repeat #fff;
	font-size:12px;
}

.mod_article .ce_text
{
	height:55px;
	padding:10px 5px;
}

/* Login form */
.mod_login .formbody
{
	height:55px;
	margin:0;
	padding:10px 0px 10px 25px;
}

.mod_login label
{
	width:90px;
	float:left;
	display:block;
	padding:3px 0px;
}

.mod_login input
{
	width:155px;
	height:12px;
	float:left;
	margin-bottom:10px;
	padding:3px;
	border:1px solid #cbcbcb;
	font-size:10px;
}

.mod_login input#password
{
	width:135px;
}

.mod_login form button
{
	width:20px;
	height:20px;
	float:left;
	text-indent: -9999px;
	background: url(tl_files/GCSC_Dateien/Bild_Daten/search_submit_btn.gif) 7px 5px no-repeat #cbcbcb;
	cursor: pointer;
	border: none;
}
