﻿
/*=================== Default Parameter - only change when you really known what you do! =====================*/

/* With this stylesheet, changes will not changed over many styles and assign it to the HTML tag, you
   change the attributes directly in the styles they have an art of HTML tags. You have any arts to assign.
   E.g. Important Info, Info, Article Art 1, Article Art 2, Resources (Download, Video, etc and Default Article) */

/* Windows defaults */

.winDefault
{
	 width:810px; 
	 text-align:left;
}
.winNews
{
    width:810px;
    border: solid 1px #444;
	text-align:center;
	margin-bottom: 15px;
}
.winPadding
{
	padding: 3px 5px 3px 5px;
}
.winDefaultRow
{
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:normal;
	color:#444;
	text-align:left;
	vertical-align:top;
	padding: 5px 5px 5px 5px;
}
.winTitlePadding
{
	height:15px;
    padding:3px 5px 3px 5px;
}


/*=================== Optional Parameter =====================*/

/* Important Information */
.winTitleImportantInfo
{
	/* background-color: #FF7D7D; */
	color: #660033;
	border-bottom: 1px #800000 solid;
	font-weight:bold;	
	background-image:url('../bilder/bg/dirtyredhalftrans_big.gif');
}
.winBodyImportantInfo		/* Switch to get clear background */
{	
	/* background-image:none; */
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif');
}


/*===================================*/
/* Information for Interest */
.winTitleInfo
{
	/* background-color: #FF9933; */
	border-bottom: 1px #003366 solid;
	color: #800000;
	font-weight:bold;
	background-image:url('../bilder/bg/dirtyorangehalftrans_big.gif');
}
.winBodyInfo		/* Switch to get clear background */
{
	/* background-image:none; */
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif');
}


/*===================================*/
/* Article Art 1 - Blue for the moment*/
.winTitleArticleArt1
{
	/* background-color: #6699FF; */
	color: #000066;
	border-bottom: 1px #003366 solid;
	font-weight:bold;	
	background-image:url('../bilder/bg/lightbluehalftrans_big.gif');
}
.winBodyArticleArt1		/* Switch to get clear background */
{
	/* background-image:none; */
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif');
}


/*===================================*/
/* Article Art 2 - Green for the moment*/
.winTitleArticleArt2
{
	/* background-color: #C8FBCC; */
	color: #003300;
	border-bottom: 1px #444 solid;
	font-weight: bold;
	background-image:url('../bilder/bg/dirtyorangehalftrans_big.gif');
}
.winBodyArticleArt2		/* Switch to get clear background */
{
	/* background-image:none; */
	/* background-image:url('../bilder/bg/middlegreenhalftrans_big.gif')  */
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif');	
}


/*===================================*/
/* Resource(Video, Download, etc.) */
.winTitleResources
{
	/* background-color: #666699; */
	color: #333;
	border-bottom: 1px #660066 solid;
	font-weight:bold;	
	background-image:url('../bilder/bg/middlegreenhalftrans_big.gif');
}
.winBodyResources		/* Switch to get clear background */
{
	/* background-image:none; */
	background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif');
}


/*===================================*/
/* Default Grey */
.winTitleDefault
{
	background-color: #444;
	color: #FFEEFF;
	border-bottom: 1px #444 solid;
	font-weight: bold;
}

.winBodyDefault		/* Switch to get clear background */
{
	/* background-image:none; */
	background-image:url('../bilder/bg/greyhalftrans_big.gif');
}

/*===================================*/
/* For external things, title need a rework */
.winTitleExternal
{
	color: #333;
	border-bottom: 1px #660066 solid;
	font-weight:bold;	
	background-image:url('../bilder/bg/middlegreenhalftrans_big.gif');
}

.winBodyExternal		/* Switch to get clear background */
{
	/* background-image:none; */
	background-image:url('../bilder/bg/lightbluehalftrans_big.gif');
}

/* 
	All article backgrounds for the moment:

background-image:url('../bilder/bg/dirtyredhalftrans_big.gif')
background-image:url('../bilder/bg/dirtyorangehalftrans_big.gif')
background-image:url('../bilder/bg/lightbluehalftrans_big.gif')
background-image:url('../bilder/bg/middlegreenhalftrans_big.gif')
background-image:url('../bilder/bg/greyhalftrans_big.gif')
background-image:url('../bilder/bg/dirtygreyhalftrans_big.gif')

*/