/*
hellblau: #e5eff7
mittelblau #C1D8E7
dunkelblau #2e6994
grau #666
hellgrau: #bbb
rot: #ce4545
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 20px 0;	
	color: #666;
	background: #E5EFF8;
/*	background: #E5EFF8 url(/files/css/beta_transparent.gif) top left no-repeat;*/
}

#container {
	margin: 16px auto;
	width: 950px;
	color: #000;
	min-height: 400px;
	padding-bottom: 20px;
	background: #C1D8E7 url(/files/css/footer_unten.gif) bottom left no-repeat;	
}

img {
	border: 0;
}

#header {
	height: 110px;
	background: transparent url(/files/css/header_oben.gif) top left no-repeat;
	position: relative;
}
#header a {
	text-decoration: none;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;	
	width: 350px;
	height: 60px;
}
#header h1 a span, 
#header h2 span {
	visibility: hidden;
}

#header div#navi ul#nav1st {
	position: absolute;
	bottom: 2px;
	right: 14px;
}

#header div#navi ul#nav1st li {
	display: inline;
	text-align: center;
}

#header div#navi ul#nav1st li a {
	display: block;
	float: left;
	color: #666;
	width: 122px;
	height: 36px;
	background: transparent url(/files/css/tab_inaktiv.gif) top left no-repeat;	
	font-size: 14px;
	padding-top: 10px;
	margin-right: 2px;
}

#header div#navi ul#nav1st li.red a {
	color: #fff;
	background: transparent url(/files/css/tab_inaktiv_rot.gif) top left no-repeat;	
}

#header div#navi ul#nav1st li a:hover, 
#header div#navi ul#nav1st li.active a {
	background: transparent url(/files/css/tab_aktiv.gif) top left no-repeat;	
	color: #2e6994;
}

#header p {
	position: absolute;
	top: 20px;
	right: 10px;
}
#header p a {
	color: #bbb;
	padding: 3px;
	text-decoration: underline;
}

#header p span {
	color: #bbb;
	padding: 3px;
}

#login {
	text-align: right;
	float: right;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	z-index: 10;
}

#login form {
	float: right;
	background: transparent url(/files/css/login_ground.jpg) top left no-repeat;
	width: 494px;
	height: 84px;
	margin: 0;
	padding: 8px;
	text-align: left;
	
}
#login form p {
	float: left;
	width: 155px;
	margin-right: 15px;
	padding-left: 15px;
	line-height: 2em;
}

#login form label {
	padding: 5px 5px 5px 0;
	color: #C1D8E7;
}
#login form input.text {
	border: 1px solid #000;
	background-color: #666;
	color: #fff;
}

#login form p.button {
	width: 90px;
	padding-top: 26px;
}

/* Passwort vergessen */
#login form p a {
	color: #fff;
}


#content {
	padding: 20px;
}

#content a {
	color: #666;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#content h3 {
	font-size: 20px;
	color: #2e6994;
	font-weight: normal;
	margin-bottom: 24px;
}


/* ========================= Flash-Variable bei Fehler und Notice ======================== */

#left p.warning,
#right p.warning {
	color: #ce4545;
	font-weight: bold;
}

#left p.notice,
#right p.notice {
	color: #2e6994;
	font-weight: bold;
}

/* ========================= Runde-Ecke-Tricks für beide Spalten ======================== */

#content #left div.re_trick, 
#content #right div.re_trick {		
	z-index: 10;
	/*width: 150px;
		height: 200px;*/
	position: relative;
}
#content #left div.re_trick img.rahmen, 
#content #right div.re_trick img.rahmen {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#content #left div.re_trick img.border {
	border: 1px solid #fff;
}

#content strong {
	color: #ce4545;
	font-weight: normal;
}

/* ========================= Formulare für beide Spalten ======================== */
#content #left form p.button {
	text-align: right;
	padding-right: 35px;
}
#content #right form p.button {
	text-align: right;
	padding-right: 40px;
}

#content #left form input.text,
#content #right form input.text {
	border: 1px solid #bbb;
	color: #666;
}
#content #left form input.text {
	width: 220px;
}
#content #right form input.text {
	width: 250px;
}

#content #left form textarea,
#content #right form textarea {
	border: 1px solid #bbb;
	height: 140px;
	color: #666;
}
#content #left form textarea {
	width: 355px;
}
#content #right form textarea {
	width: 435px;
}

#content #left form label {
	color: #ce4545;
	width: 135px;
	float: left;
}
#content #right form label {
	color: #ce4545;
	width: 185px;
	float: left;
}




/* ========================= Linke Seite ======================== */
#left {
	float: left;
	width: 400px;
}

#left #verlauf_unter_wallpaper {
	margin-top: 10px;
	background: transparent url(/files/css/verlauf_unter_wallpaper.gif) top left no-repeat;	
	height: 69px;
	font-size: 12px;
	padding: 10px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#left .download_box {
	margin-top: 10px;
	background: #fff url(/files/css/re_weiss_unten_400.gif) bottom left no-repeat;	
	min-height: 100px;	
	margin-bottom: 15px;
}

#left .download_box h4 {
	margin: 0;
	padding: 6px 10px 7px 10px;
	font-size: 14px;
	color: #2e6994;
	font-weight: normal;
	background: transparent url(/files/css/tags_verlauf_pfeil_unten.gif) top left no-repeat;	
	border-bottom: 1px solid #bbb;
	cursor:pointer; 
}

#left .download_box h4.middle {
	margin: 0 0 20px 0;
	padding: 10px 10px 3px 10px;
	font-size: 14px;
	color: #2e6994;
	font-weight: normal;
	background: transparent url(/files/css/accordeon_mitte_pfeil.gif) bottom left no-repeat;	
	border-bottom: 1px solid #bbb;
	cursor: pointer; 
}
#left .download_box h4.selected {
	background: transparent url(/files/css/accordeon_mitte.gif) bottom left no-repeat;	
}

#left .download_box p {
	padding: 10px;
	line-height: 1.5em;
}

#left .download_box p.button {
	text-align: right;
}
#left .download_box p.button strong {
	float: left;	
}

#left .download_box p.button input {
}


#left #tagbox {
	margin-top: 0px;
	background: #DDEBF6 url(/files/css/re_blau_unten_400.gif) bottom left no-repeat;	
	min-height: 100px;
}
#left #tagbox h4 {
	margin: 0;
	padding: 6px 10px 7px 10px;
	font-size: 14px;
	color: #2e6994;
	font-weight: normal;
	background: transparent url(/files/css/tags_verlauf.gif) top left no-repeat;	
	border-bottom: 1px solid #bbb;
}
#left #tagbox p {
	padding: 10px;
	line-height: 2em;
}
#left #tagbox p a {
	color: #666;
	text-decoration: none;
}
#left #tagbox p a:hover {
	text-decoration: underline;
}

#left #tagbox p a.s1 {
	font-size: 14px;
}
#left #tagbox p a.s2 {
	font-size: 15px;
}
#left #tagbox p a.s3 {
	font-size: 16px;
}
#left #tagbox p a.s4 {
	font-size: 17px;
}
#left #tagbox p a.s5 {
	font-size: 18px;
}

#left #tagbox p.alle {
	padding: 2px 10px;
	text-align: right;
	font-size: 1em;
}


/* ========================= Rechte Seite ======================== */
#right {
	float: right;
	width: 490px;
}

#right div.box_round_white {
	width: 490px;
	background: #fff url(/files/css/re_weiss_oben_490.gif) top left no-repeat;
	padding-top: 10px;
	margin-bottom: 10px;
}
#right div.box_round_white div.box_round_white_innen {
	background: transparent url(/files/css/re_weiss_unten_490.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

#right div.box_round_white h4,
#right #tab_container h4 {
	color: #2e6994;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
}

#right div.box_round_white h5,
#right #tab_container h5 {
	color: #ce4545;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
}

#right div.box_round_white p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

/* Kleine Wallpaper */
#right div.box_round_white p a.thumb,
#right #tab_container p a.thumb {
	float: left;
	width: 154px;
	margin-right: 2px;
	margin-bottom: 5px;
	text-decoration: none;
}
#right div.box_round_white p a.thumb:hover,
#right #tab_container p a.thumb:hover {
	text-decoration: none;
}

#right div.box_round_white p a.thumb img,
#right #tab_container p a.thumb img {
	border: 1px solid #C1D8E7;
}

#right div.box_round_white p a.thumb span,
#right #tab_container p a.thumb span {
	border: 1px solid #C1D8E7;
	display: block;
	margin: -7px auto 0 auto;
	padding: 3px;
	width: 120px;
}
#right div.box_round_white p a.thumb:hover span,
#right #tab_container p a.thumb:hover span {
	color: #2e6994;
	background-color: #C1D8E7;
}

/* Designer-Übersicht */
#right div.box_round_white div.designer {
   	margin: 10px;
	min-height: 130px;	
}
#right div.box_round_white div.designer img {
	float: left;
	border: 1px solid #C1D8E7;
	margin-right: 10px;
}
#right div.box_round_white div.designer dl {
	padding: 10px 10px 10px 0;
	float: left;
	width: 300px; /* Braucht der Safari */
}

#right div.box_round_white div.designer dl dt {
	float: left;
	width: auto;
	padding: 4px;
}

#right div.box_round_white div.designer dl dd {
	padding: 4px;
}


#right #tab_container {
	margin-top: 8px; /* als Ausgleich*/
	background: #fff url(/files/css/re_weiss_unten_490.gif) bottom left no-repeat;
	padding-bottom: 10px;

}
#right #tab_container ul {
	background-color: #C1D8E7;
	list-style-type: none;
	border-bottom: 4px solid #C1D8E7;
	margin-bottom: 15px;
}
#right #tab_container ul li {
	display: inline;
	padding: 5px 10px 2px 10px;
	background-color: #fff;
	margin-bottom: 5px;	
	color: #bbb;
}
#right #tab_container ul li a {
	text-decoration: none;
}
#right #tab_container ul li a:hover {

}
#right #tab_container ul li.active {
	background-color: #fff;
	padding: 9px 10px 11px 10px;
}
#right #tab_container ul li.active a {
	color: #2e6994;
}

#right #tab_container p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#right #tab_container img.designerthumb {
	margin-right: 10px;
/*	padding-top: -10px;*/
	border: 1px solid #C1D8E7;
	float: left;
}
#right #tab_container p.kurzprofil {
	margin: 0;
}

#right #tab_container table {
	padding-left: 10px;
}

#right #tab_container table tr td {
	width: 150px;
}

#right #wallpaper_bearbeiten {
	
}

#right #wallpaper_bearbeiten h4 {

}

#right #wallpaper_bearbeiten div.wallpaper {
	display: none;
}
