/*********************************************************/
/*************** LAYOUT STYLE DEFINITIONEN ***************/
/*********************************************************/


/** HTML **/

html
{ 
	/* Scroll-Leisten in Mozilla immer anzeigen */
	overflow: -moz-scrollbars-vertical; 
}


/** LAYOUT TABELLE **/

#Layer_Content{
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#990000;
	scrollbar-base-color:#990000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#990000;
	scrollbar-shadow-color:#990000;
	
}

/*
scrollbar-3dlight-color Bestimmt die Farbe des linken, äußeren Schattens. 
scrollbar-arrow-color Bestimmt die Farbe der Pfeilspitzen. 
scrollbar-darkshadow-color Bestimmt die Farbe des rechten, äußeren Schattens. 
scrollbar-face-color Bestimmt die Farbe des eigenlichen Scrollbalkens. 
scrollbar-highlight-color Bestimmt die Farbe des linken, inneren Schattens. 
scrollbar-shadow-color Bestimmt die Farbe des rechten, inneren Schattens. 
scrollbar-track-color Bestimmt die Farbe des Scrollbalken-Hintergrundes. 
*/

/* Seitenmaße */
table.tablemain
{
	width: 960px;
	height: 100%;
}

.main_width
{
	width: 960px;
}

/* Hintergrund*/
.hintergrund
{
	background-color: #ffffff;
	/*background-image: url(/pic/navi/balken_bg.gif);*/
	background-repeat: no-repeat;
}


/*********************************************************/


/** PLATZHALTER (f. Komponenten) **/

/* Spalte 1 */
.placeholder_col1
{
	align: top;
}

/* Spalte 2 */
.placeholder_col2
{

}

/* Spalte 3 */
.placeholder_col3
{

}


/* Zeile 1, Spalte 1 */
.placeholder1
{
	vertical-align: top;
}

/* Zeile 1, Spalte 2 */
.placeholder2 {	/* Keine Definition, da Zelle verbunden */ }

/* Zeile 1, Spalte 3 */
.placeholder3 { /* Keine Definition, da Zelle verbunden */ }

/*******/


/* Zeile 2, Spalte 1 */
.placeholder4
{
	/* padding-left: 150px; */

}

/* Zeile 2, Spalte 2 */
.placeholder5 {	/* Keine Definition, da Zelle verbunden */ }

/* Zeile 2, Spalte 3 */
.placeholder6
{
	text-align: right;
	padding-right: 10px;
	width: 200px;

}

/*******/


/* Zeile 3, Spalte 1 */
.placeholder7
{
	/*width: 150px;*/
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

/* Zeile 3, Spalte 2 */
.placeholder8
{
	width: 536px;
	vertical-align: top;
}

/* Zeile 3, Spalte 3 */
.placeholder9
{
	width: 200px;
	
	vertical-align: top;
	padding-left: 15px;

}

/*******/


/* Zeile 4, Spalte 1 */
.placeholder10{
	
}

/* Zeile 4, Spalte 2 */
.placeholder11
{
}

/* Zeile 4, Spalte 3 */
.placeholder12
{
}

/*******/


/* Zeile 5, Spalte 1 */
.placeholder13
{
}

/* Zeile 5, Spalte 2 */
.placeholder14
{
}

/* Zeile 5, Spalte 3 */
.placeholder15
{
}



/*

TEMPLATE STYLES

*/


/* Zurück/Weiter links bei Unterseiten */
.template_prevnext
{

}

/* Trennlinie */
.template_borderline
{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 900px;
}


/* Spalten-Definition - Spalte Allgemein */
.template_col
{

}

/* Spalten-Definition - 1 Spalte einzeln */
.template_1col
{
	width: 300px;
}

/* Spalten-Definition - 2 Spalten zusammen */
.template_2col
{
	width: 615px;
}

/* Spalten-Definition - 3 Spalten zusammen */
.template_3col
{
	width: 930px;
}

/* Spalten-Definition - Alle Spalten zusammen */
.template_allcol
{

}

/* Spalten-Definition - Spalte 1 */
.template_col1
{
	width: 300px;
}

/* Spalten-Definition - Spalte 2 */
.template_col2
{
	width: 300px;
}

/* Spalten-Definition - Spalte 3 */
.template_col3
{
	width: 300px;
}

/* Spalten-Definition - Zwischenraum */
.template_col_space
{
	width: 15px;
}

/* Text-Spalte */
.template_col_text
{
	text-align: justify;
}

.template_col_text div
{
	overflow: auto;
	overflow-x: hidden;
	/* height: 170px; */
	height: 340px;
	padding-left:0px;
	padding-right:15px;
}

/* Bild-Spalte */
.template_col_pic
{

}

/* Spalte f. Tabelleninhalte */
.template_col_table
{

}


/* DIV um gesamtes Template */
.template_main
{

}

/* Template 1 */
.template_1
{

}

/* Template 2 */
.template_2
{

}

/* Template 3 */
.template_3
{

}

/* usw */


