/*
Theme Name: Supertext
Theme URI: http://www.supertext.ch
Description: Homepage Template
Version: 0.9
Author: Rinaldo Dieziger, Remy Blaettler
Author URI: http://www.supertext.ch/

Copyright 2005 Supertext AG, http://www.supertext.ch/

*/

body
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: #fff;
    font: 11px Verdana,Georgia,Serif;
    color: #666;
}

a {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	background-color: #000000;   
	color: #FFFFFF;
}

a.NoHighlight:hover
{
	background-color: Transparent;       
}

hr 
{
	color:#CCC;
	background-color: #CCC;

	height:1px;
	border: 0px;
	border-width: 0px;
	clear:both;
	margin:0px;
	padding:0px;
}

h1
{
    margin: 0px;
    font-size: 32px;
    font-weight: 100;
    color: Black;
    line-height: 1;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

h2 
{
	font-size: 18px;
	font-weight: 100;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #000000;
    line-height: 1.25;	
}

/* Im Moment nur auf Newsletter */

h2.topAndBottomSpace
{
	padding-top: 15px;
	padding-bottom: 10px;
}


/* In the info_ controls for order process */
h3
{
    font-size: 11px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}


p
{
    margin:0px;
    padding:0px;
}


img
{
    border-style: none;
}

table
{
    border-style: none;
}

div.container
{
    position:relative;
    margin-top: 0px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    /* background-repeat: no-repeat; */
  	line-height: 1.5;

    /* fixes the space above the background image in ff, no idea why 
    border-style:solid;
    border-width:1px;
    border-color:White;*/
}

 /* used in Simple.master */
div.simpleContainer
{
    margin-top: 0px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
}

p.lead
{
    font-weight:bold;
    padding-bottom: 15px;
}

/* FORMS */

input.standard
{
	width : 150px;
}

input.large
{
	width : 200px;
}

/* specific divs */

img.logoSymbol
{
    margin-top: 14px;
    margin-bottom: 12px;
    background-color:Aqua;
}




div.contentTuning .SmallTitle
{
    background-color: #FFCC00; 
    color: Black; 
    padding:4px; 
    margin-bottom:10px;
    clear:both;
}


div.contentCreation .SmallTitle
{
    background-color: #00AACC; 
    color: White; 
    padding:4px; 
    margin-bottom:10px;
    clear:both;
}


/* Translation */
div.contentTranslation .SmallTitle
{
    background-color: #60dd49; 
    color: White; 
    padding:4px; 
    margin-bottom:10px;
    clear:both;
}


/* 

div.BigTitle_Creation
{
	font-size: 18px;
	font-weight: 100;

    background-color: #00AACC; 
    color: White; 
    padding:4px; 
    margin-bottom:15px;
    clear:both;    
}



div.BigTitle_Translation
{
	font-size: 18px;
	font-weight: 100;

    background-color: #60dd49; 
    color: White; 
    padding:4px; 
    margin-bottom:15px;
    clear:both;    
}


div.contentTranslation div.formEntry_hover
{
    margin:0px;
    padding:10px;
    border-width: 1px; 
    border-style: solid;
    clear:both;
    background-color:#EAFEE2;
    border-color: #60dd49; 
}


Proofreading 
div.contentProofreading .SmallTitle
{
    background-color: #FF9338; 
    color: Black; 
    padding:4px; 
    margin-bottom:10px;
    clear:both;
}
*/


img.briefing
{
    position:absolute;
    
    /*float: left;  */
    margin-top: 5px;
    margin-right: 20px; 
    margin-left:0px;    
}


div.content, div.contentCreation, div.contentTuning, div.contentProofreading, div.contentTranslation
{
	display: block;
	float: none;
	margin: 0px;
    padding: 0px;
	width: 100%;
	clear:both;
	position:relative;
	top: 0px;
}

/* Account */
div.SmallTitleGeneral
{
    background-color: #666; 
    color: White; 
    padding:4px; 
    margin-bottom:10px;
    clear:both;
}



div.column1
{
    width: 490px;
    margin: 0px;
	padding: 0px;
    float: left;
}

div.column2
{
	width: 260px;
    margin: 0px;
	padding: 0px;
	float: right;
}




/*Textbox Watermark*/

.unwatermarked {
}

.watermarked {
	background-color:#F5F5F5;
	color:gray;
}	





/* List with the plus sign, used on various pages, e.g. Login.aspx */
ul.plusList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.plusList li
{
    background-image: url(images/plusSmall.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 3px 0px 3px 30px;
    margin: .4em 0px;
}

ul.plusList li p.lead
{
    padding-bottom: 0px;
}



