﻿body
{
	background-color: #548ea3;
	margin: 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
}


div.maincontainer
{
	background-color: #fff;
	border-left: solid 1px black;
	text-align: left;
	margin: 0 auto;
	width: 998px;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
}

div.content
{
	width: 500px;
	float: left;
	padding-left: 110px;
	height: 450px;
}
.buttonContainer
{
	padding-top: 50px;
	text-align: center;
}
.description
{
	height: 200px;
	width: 250px;
	font-family: Verdana;
}


.content-right
{
	width: 200px;
	float: right;
	padding-right: 80px;
	position: relative;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}

a, a:hover, a:visited
{
	color: #3333CC;
}


a.fotoMenu, a.fotoMenu
{
	color: #999999;
	font-size: 11px;
}

.tabArea .login
{
	float: right;
	padding-right: 150px;
	color: #fff;
	font-size: 12px;
}
.modalBackground
{
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

div.loginPanel
{
	height: 450px;
	width: 500px;
	background-color: White;
	margin: 10px;
	padding: 5px;

	
}

div.deletePanel
{
	height: 450px;
	width: 500px;
	background-color: White;
	margin: 10px;
	padding: 5px;	
	display:block;
	overflow-x:0;
	overflow-y:auto;
	
}

.panelContainer
{
	height: 450px;
}

.labelBlock
{
	font-weight: bold;
	width: 150px;
	text-align: right;
	float: left;
}

.panelContainer h1
{
	padding-top: 25px;
}

.labelTextBoxContainer
{
	width: 0 auto;
	clear: both;
	text-align: left;
}

.labelTextBoxContainer .TextBox
{
	margin-left: 10px;
	margin-bottom:5px;
}

div.tabArea
{
	padding-top: 180px;
	font-size: 80%;
	font-weight: bold;
	padding-left: 150px;
}

.popupMenuContainer
{
	padding-top: 25px;
}


a.ReadMore
{
	text-decoration: none;
	color: #333399;
	font-weight: bold;
}

a.tab
{
	height: 25px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
}

a.tab, a.tab:visited
{
	font-size: 14px;
	color: #fff;
	padding: 4px 1em 2px 1em;
}

div.maincontent
{
	padding: 10px 10px 0px 10px;
}

div.header
{
	background-image: url(../../App_Themes/wetterkant/images/wetterkant_logo.png);
	height: 200px;
	width: 998px;
}


div.footer
{
	clear: both;
	position: relative;
	width: 998px;
	text-align: center;
	bottom: 0;
	height: 100px;
}

.footer a
{
	color: Silver;
	font-size: 10px;
}

/* test for button */
.linkContainer
{
margin-top:25px;	
margin-left:10px;
}
a.button
{
background-image: url(../../App_Themes/wetterkant/button/button.gif);
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;	
	
	
}

a:hover.button
{
color:#0066cc;	
}

.add
{
background:url(../../App_Themes/wetterkant/icons/add.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}

.delete
{
background:url(../../App_Themes/wetterkant/icons/delete.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}

.rssContainer
{
width:250px;
overflow:hidden;	
}